Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow to handle complex external signals in Qsys
It seems that in Qsys, it is not possible to export any signal that is not STD_LOGIC or STD_LOGIC_VECTOR (or a SUBTYPE thereof). Is this correct ? We have a slave that exports a bunch of these ...
Altera_Forum
Honored Contributor
11 years agoChanging records inevitably leads to regeneration of the _hw.tcl
You can automate that if you add an elaborate() call and inside that read your package.vhd to adjust the width of the SLV's. Actually it is a bit of fun ;) and it would be even more fun if we could have Python in stead of Tcl :(