Forum Discussion
Altera_Forum
Honored Contributor
11 years agoOK, thanks to Choon Hee/support, I've figured it out.
Qsys creates gth31a.v (the project name) as the top file of the project. When Qsys 14.0 creates a _hw.tcl component from john.v, I now have to map each (uppercase) conduit signal "Name" to a new name in the column "Signal Type". To reduce confusion, I chose the same signal name but in lowercase. (Uppercase "Signal Types" are not allowed.) In Q13.1.4, all my conduit signals had the same "Signal Type" i.e. "export" and the (uppercase) names from john.v were migrated up to gth31a.v and to the pins. Not so with Q14.0.0. Alteras idea with conduits was to create a way to pass non-Avalon, non-Altera signals. I think it's odd that Qsys 14.0 should require a new unique name for these signals. Live and learn. Case closed. -j