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 agoSo..about multiple processes in one peice of code. Do these become serial or paralel by default, or is there a way to tell the compiler this function goes under and this one after?
if areset = '1' then <--I see you do not close the sentence, nor use brackets.. musnt it be: if reset > '0' then A; --? Oh I see its only at the paralel statements, but would it be bad practice to just and A? Oh and one more the '1' brackets what do they mean?