Forum Discussion
Altera_Forum
Honored Contributor
11 years agoVerilog/VHDL versus high level functions.
Im new to this, coming from audio programming in MSP/Reaktor and lower level assembler. So I have to learn a lot about the FPGA stuff as I go along. But two things came to mind. It was hint...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I mean if the interface node declares a variable that you are going to use in code, and the output does the same. Wouldnt it be better practice even, to map these directly onto the output rather than creating an intermediate variable? --- Quote End --- What do you mean by interface node? do you mean a port? and variables are specific things in VHDL - they are different from signals. Did you mean an intermediate signal?