I want to use a BRAM for a model and store the output in another block of that BRAM. But when simulating, I get the following error:
[VRFC 10-3236] concurrent assignment to a non-net 'roundreg' is not permitted ["C:/Users/.../keccak_new2/keccak.v":58]
code :
56 reg [23:0] roundreg [1599:0];
57
58 ROUNDFUNC RF1(.clk(clk), .in(roundreg[0]), .out(roundreg[1]));