Altera_Forum
Honored Contributor
15 years agoI/O Buffers
Hello,
Is it necessary to use i/o buffers while writing code for altera in VHDL. Can i write the code without buffers,if no can anyone please explain why? Thanks in advanceHello,
Is it necessary to use i/o buffers while writing code for altera in VHDL. Can i write the code without buffers,if no can anyone please explain why? Thanks in advancein general you don't need to instantiate buffers in HDL, you use the Pin Planner/Assignment Editor to make I/O related assignments
you may also use the MegaWizard for PLLs, LVDS/SERDES, gigabit SERDES, which would then be instantiated in your HDLThanks.
Actually i am using GHDL as my simulation tool and for maximum optimization i am writing using very low level primitives.So in that case do i need to instantiate i/o buffers? Thanks in advance.Usage of low level primitives in functional VHDL simulation seems meaningless at first sight. What you are trying to achieve this way?
Did you experience any benefit from using low level primitives?