- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to assign the value of unpacked array as output?
Normally i will do reg [7:0] q [3:0]; assign q_out0 = q[0]; assign q_out1 = q[1]; assign q_out2 = q[2]; assign q_out3 = q[3]; This method is not efficient. Any idea?Link Copied
0 Replies

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