Altera_Forum
Honored Contributor
16 years agoHow do I prevent logic from being synthesized away?
I am using Quartus II 9.1 SP2. I have a VHDL design with thousands of electrical noise generators in it. The noise generators have only control inputs, no outputs. When I compile the model, all of the noise generators are synthesized away. This occurs even though I have assigned the VHDL KEEP attribute to latch outputs in the noise generators.
How do I prevent the noise generators from being synthesized away? There are so many generators that creating a dummy output from each of them, ORing the dummy outputs together, and running the OR output to a pin (or virtual pin) is not practical. Thanks!