clean up core_tb.v a little
This commit is contained in:
@ -372,6 +372,12 @@ test_jalr:
|
||||
.data
|
||||
someint:
|
||||
.word 0xfedcba98
|
||||
someint16:
|
||||
.byte 0x1122
|
||||
someint8:
|
||||
.byte 0xaa
|
||||
anotherint8:
|
||||
.byte 0xbb
|
||||
|
||||
.bss
|
||||
anotherint:
|
||||
|
Reference in New Issue
Block a user