Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17241 Discussions

5 Nodes to 5-bit Bus. Warning (275043): Pin is missing source

Altera_Forum
Honored Contributor II
2,151 Views

Hello, I am trying to take the s0..s4 outputs and combine them into 1 bus that is the output of the symbol. 

 

I am trying to do this using the comma/concatenation way (As I think this is the only way to do it). 

 

However, it still says Warning (275043): Pin "s[4..0]" is missing source 

 

 

Schematic here: 

 

http://i.imgur.com/4dAMBMo.png
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,291 Views

The way you're indexing is wrong ( S0, S1, S2, S3, S4 ). Look at the output wire. Use s[0], s[1], ... instead. An place each name on the individual wire, not on the bus.

0 Kudos
Reply