Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHelp using QuartusII
Hi all!!! I've a question that may be simple for someone of you... Let's suppose that in Quartus II I have to merge 2 wire in a single bus: in1------>|
|---------...
Altera_Forum
Honored Contributor
21 years agoFurther on creative schematics:
I have used the following output pin namings for 3 separate "output pin" instances in quartus schematics (5 physical pins in total in this example):outSignal
outSignal2
outSignal and it almost works. The compiler seems to generate the correct equations, but the assignments get confused: You can not refer to the entire group using outSignal[4..0], and/or the Tcl reference for instance outSignal\ breaks,,, whichever catches you first. Anyway it apparently does not always work as expected, so maybe this is a little too creative after all.