Altera_Forum
Honored Contributor
18 years agoQuartus puts in its own blocks
When I try writing a decoder circuit in Verilog, in the RTL viewer I see that Quartus has inserted its own block called "Decoder". A simple bitwise Exor is replaced by Add0, Add1 and so on.
All this is OK, the only problem is that these elements [Decoder, Add0, Ram0] do not show up in the "Chip Planner". Questions - 1. How do I tell Quartus NOT to interpret my design and put in Adders, Decoders and RamCells? 2. If not in the chip planner, where do these things go? Thank you! ~E.