Forum Discussion
Altera_Forum
Honored Contributor
8 years ago"Create symbol file" changes "character" into "Enumerated", Modelsim does not accept
Hello, I made a VDHL component: entity ent_ser_tx is
generic(
parity : character:='E'
); ...
It compiles in Quartus and Quartus made a symbol file out of it. Quartu...
Altera_Forum
Honored Contributor
8 years agoHello Tricky,
Thanks for the quick answer. "string" was the second work around I used yesterday because changing "E" to 'E' was not efficient. My question remains partially on the table: is it possible to use character in the Schematic Editor and if so, how can I do it? Can I enumerate these types? Can I import them in one way or another? Is there a basic solution that works? (Even if one changes to string in Schematic Editor , you have to change the object internally to string or it will not compile Modelsim & Quartus.) Best Regards, Johi.