When I use xilinx webpack (the latest version, version 6?) to compile my VHDL code, I get this warning message: "WARNING xst737: found 1-bit latch for signal ABC" The code is like this,
process (HOST_WR, HOST_DATA) if HOST_WR = '0' then ABC
When I use xilinx webpack (the latest version, version 6?) to compile my VHDL code, I get this warning message: "WARNING xst737: found 1-bit latch for signal ABC" The code is like this,
process (HOST_WR, HOST_DATA) if HOST_WR = '0' then ABC
Stick xilinx latch coding style into Google. Click on the second hit. Syms.
Syms suggests-
thanks for the link to a good reference and you didn't say - RTFM !
the short answer is- complete the if statement - add -
else ABC
Have something to add? Share your thoughts — no account required.
Ask the community — no account required