BillM256
Occasional Contributor
4 years agoCreate custom logic elements with classic logic symbols for Quartus Block/Schematic Editor
Hello,
I’m working on a design using the Quartus Block/Schematic Editor that requires classic TTL-like logic symbols, e.g., and, or, inverter, f/f. It would be useful if I could build my own primitives with such logic symbols, for example, an “and2” gate with one input inverted.
I looked into doing this with Verilog or VHDL, but as far as I can tell, they only produce rectangular blocks, not logic symbols. I’m now looking at AHDL, which preliminarily seems like it may work.
Questions:
- Am I correct that Verilog/VHDL won’t produce logic symbols for the Block/Schematic Editor?
- If they will, how do I make it happen?
- If they won’t, am I correct that AHDL will?
- If AHDL is the way to go, any suggestions on training and documentation?
- Is there a better way than any of above?
- Anything else I should be aware of?
Many thanks in advance,
Bill McDonald