Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hi, if you are using quartus ii, you will have vhdl templates for fsm (finite state machine). Find them in Quartus menu when editing VHDL file. Remember : VHDL is NOT a programming langage, VHDL is a description langage You don't write VHDL as you write programs. --- Quote End --- Thank you mmTsuchi. I am using Quartus II. Did not know about the templates. Thank you for that. About that VHDL is a not a programming language, I can understand that it is different from C++/Java/etc., in the sense that it is concurrent, synchronous, etc., but is there something important you need to keep in mind when writing VHDL? For someone new to VHDL and coming from a C++/Java background. Thank you.