Test the runram program
This commit is contained in:
@@ -4,8 +4,8 @@ input integer index;//Mode type
|
||||
input integer val_; //Port A index, Port B Index, Number of Items in Loop, Port A Start, Port B Start, reserved
|
||||
case (index)
|
||||
0: bram_ini_table=
|
||||
(val_== 0)?256'h0000000bd00000000a2000f9000d00003a00010000000009d000aa00000000a9:
|
||||
(val_== 1)?256'h0000000000000000000000000000000f7000d0000ca000ef000ff0008d000100:
|
||||
(val_== 0)?256'h000000020000f700010000ca00010000000009d000ff00010000bd0000a000a2:
|
||||
(val_== 1)?256'h060000ef000ff0008d0006800000000a90004800055000a9000fe00080000100:
|
||||
(val_== 2)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_== 3)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_== 4)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
@@ -23,7 +23,7 @@ case (index)
|
||||
(val_==16)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_==17)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_==18)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_==19)?256'h0000000000000ff0000000000000000000000000000000000000000000000000:
|
||||
(val_==19)?256'h000ff00000000ff00000000ff000000000000000000000000000000000000000:
|
||||
(val_==20)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_==21)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
(val_==22)?256'h0000000000000000000000000000000000000000000000000000000000000000:
|
||||
|
||||
Reference in New Issue
Block a user