Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

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

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.