R
Rob Gaddi
Guest
Here's a sort of a general toss-out. When I'm writing code in C, one
of my rules is that I turn on -Wall (and a mess of other warnings) and
I won't ship until I've got 0 warnings in the build.
I've never managed to follow a similar pattern on my FPGA designs. Both
on Xilinx and Altera I always get 4 gillion warnings, all of
them trivial. So I glance through the list, looking for anything that
looks serious, but that process is both exhausting and not rigorous.
Does anyone actually manage to get their FPGA builds to a zero warning
state? Or is that yet another way in which FPGA design
tools get circles run around them by software design tools?
--
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order. See above to fix.
of my rules is that I turn on -Wall (and a mess of other warnings) and
I won't ship until I've got 0 warnings in the build.
I've never managed to follow a similar pattern on my FPGA designs. Both
on Xilinx and Altera I always get 4 gillion warnings, all of
them trivial. So I glance through the list, looking for anything that
looks serious, but that process is both exhausting and not rigorous.
Does anyone actually manage to get their FPGA builds to a zero warning
state? Or is that yet another way in which FPGA design
tools get circles run around them by software design tools?
--
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order. See above to fix.