clean up core_tb.v a little

This commit is contained in:
2021-07-02 03:20:38 -06:00
parent 07d317eb6e
commit 69e4ea9204
2 changed files with 12 additions and 28 deletions

View File

@ -372,6 +372,12 @@ test_jalr:
.data
someint:
.word 0xfedcba98
someint16:
.byte 0x1122
someint8:
.byte 0xaa
anotherint8:
.byte 0xbb
.bss
anotherint: