- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.pngLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page