Forum Discussion
Altera_Forum
Honored Contributor
10 years ago:) stupid question but may be VHDL close to LISP?!
in any case you have code like out <= func(in1, in2, ...) or proc(in1, in2, inout1, inout2, out1, out2, ...) and you can have a lot of similar expression that evaluated in parallel. there is side effect of function or procedure call - hardware will be generated.