rajavel.rv
Member level 3
- Joined
- Dec 1, 2010
- Messages
- 66
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,288
- Activity points
- 1,685
i could not solve this warning
my coding style is
how can i solve this....
WARNING:Xst:2999 - Signal 'mem', unconnected in block 'rom_blocks_reverse_shifts', is tied to its initial value.
my coding style is
Code:
reg [31:0] mem [255:0];
how can i solve this....
Last edited by a moderator: