Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- port type in entities : only std_logic(_vector) : Yes, conversions are annoying but more re-usable. I think about "design re-use". I will study that question : I have wanted to keep a certain rigor in VHDL designing. Thanks for your opinion. --- Quote End --- With Quartus (and other tools) supporting other things other than std_logic there is no reason to write what you mean. Doing all the type conversions just kills the whole point of types in VHDL, which are there for code readability. Adding in coversions all over the place makes the code more obscure.