P
pradeep
Guest
Hi,
When I synthesised my RAM module in Leonardo spectrum I got the warning as
Warning: Index value 0 to 63 could be out of prefix index constraint 0 to 47.
reg [5:0] ram_slot [0:47] ;
reg [5:0]rd_addr
Always
Begin
:
:
if (read_en)
data_out <= ram_slot [rd_addr] ; ------ WARNING IN THIS LINE
end
How can I overcome this warning?
With regards
Pradeep. G
When I synthesised my RAM module in Leonardo spectrum I got the warning as
Warning: Index value 0 to 63 could be out of prefix index constraint 0 to 47.
reg [5:0] ram_slot [0:47] ;
reg [5:0]rd_addr
Always
Begin
:
:
if (read_en)
data_out <= ram_slot [rd_addr] ; ------ WARNING IN THIS LINE
end
How can I overcome this warning?
With regards
Pradeep. G