davorin
Advanced Member level 3
- Joined
- Jun 7, 2003
- Messages
- 901
- Helped
- 11
- Reputation
- 22
- Reaction score
- 4
- Trophy points
- 1,298
- Location
- Switzerland
- Activity points
- 7,349
Is there an easy way of mirroring a bus signal in Verilog instead of using:
Code:
assign data_out = {data[0],data[1],data[2],data[3],.......};