Forum Discussion
Altera_Forum
Honored Contributor
14 years agousing single wire as bus
Dear friends, i had a problem when i was drawing my circuit. I want to connect the out pins from the SN7493 counter to the comparator... but the comparator has only inputs for buses, not for si...
Altera_Forum
Honored Contributor
14 years agoadd a wire connection to the bus, and give it a name like my_bus[7..0]
then for the single bit connections add a wire and label them my_bus[0], my_bus[1] etc. This is named association rather than direct connection.