D
David R Brooks
Guest
FPGA design tools won't synthesis into "gates", but into the FPGA's
basic units. Typically, these are some variant of a tiny ROM followed by
a flipflop.
What gets synthesised is the ROM content plus the interconnect.
cirutech wrote:
basic units. Typically, these are some variant of a tiny ROM followed by
a flipflop.
What gets synthesised is the ROM content plus the interconnect.
cirutech wrote:
Hi everybody,
I am approaching to FPGA design for university, and I will use
Altera's devices.
I have already downloaded Quartus II but now, to begin understand VHDL
syntax, I would like to find a software which allows me to try little
pieces of VHDL code, compile it and see it synthetized in logic gates.
Quartus II seems ok for big projects, but not for learning examples.
anybody has any tip?
thanks since now,
C.
From - Thu