P
Paul Taylor
Guest
On Wed, 30 Jul 2008 21:06:42 +0200, Antonio Pasini wrote:
auto-generate code from a diagram for you.
because all your signals have to come out at the right time in relation to
each other. Even if your had a perfect HDL, FPGA design would still be
difficult compared to software. VHDL's verbose, but on a file by file
basis, the verbosity I don't think obscures the intention of the code - the
verbosity is just tedious.
The other thing that makes FPGA design hard is that the tools implement
different parts of the VHDL standard. Like recently when I had to take
variables out of a process, and convert them to signals, because XST
didn't like them, but the simulator did - pain in the arse.
Paul.
I guess someone must find state-machine diagram software useful, that will(even for FSMs, I found good and clean code even easier to read than an
huge bubble diagram...)
auto-generate code from a diagram for you.
That's why FPGA design is really harder than writing C programs,Especially for long chains of pipelined stages... keeping
track of how
many delays I need to put for that long forgotten control signal..
because all your signals have to come out at the right time in relation to
each other. Even if your had a perfect HDL, FPGA design would still be
difficult compared to software. VHDL's verbose, but on a file by file
basis, the verbosity I don't think obscures the intention of the code - the
verbosity is just tedious.
The other thing that makes FPGA design hard is that the tools implement
different parts of the VHDL standard. Like recently when I had to take
variables out of a process, and convert them to signals, because XST
didn't like them, but the simulator did - pain in the arse.
Paul.