aboutsummaryrefslogtreecommitdiff
path: root/tests/embedded_bram_slave/operations.memv
blob: ea3bfc6f209309a972f241766712704f363dc277 (plain)
1
2
3
4
5
6
7
8
9
10
11
`include "macroasm.vh" // look into macroasm.vh for more info

// Check if memory initialization went ok
`READ (00000, 0000) // 0*7 at address 0
`DESELECT
`READ (00001, 0007) // 1*7 at address 1
`READ (00002, 000E) // 2*7 at address 2
`WAIT
`WAIT
`READ (00089, 03BF) // 137*7 at address 137
`READ (00101, 0707) // 257*7 at address 257