added more tests

This commit is contained in:
Amadeo 2024-02-28 16:47:04 -05:00
parent 03c7150079
commit 09fd1b9345
4 changed files with 30 additions and 16 deletions

8
memory/add_equal.hex Normal file
View File

@ -0,0 +1,8 @@
0000000000000008
8000000020000003
0300000320000033
0200000050000004
0000000050000007
0200000040000006
0300000000000002
0300000000000003

View File

@ -1,13 +1,16 @@
000000000000000d
0000000000000010
8000000020000003
0300000320000033
0200000050000004
0000000050000009
000000005000000a
0200000010000006
0200000010000007
0200000020000008
0300000030000004
020000001000000a
0000000070000008
0300000010000002
0200000030000009
0300000040000005
020000001000000b
020000002000000c
0300000030000005
00000000c000000d
0300000010000002
020000003000000e
01000000f0000000
0300000040000007

View File

@ -1,13 +1,15 @@
000000000000000d
000000000000000f
8000000020000003
0300000320000033
0200000050000004
0000000050000009
000000005000000a
0200000010000006
0200000010000007
0200000020000008
0300000030000004
020000001000000a
0000000070000008
0300000010000002
0200000030000009
0300000040000005
020000001000000b
020000002000000c
0300000030000004
00000000c000000d
0300000010000002
020000003000000e
0300000040000005

View File

@ -25,6 +25,7 @@ module execute_tb();
//parameter MEM_INIT_FILE = "./memory/opcode_5/no_atom.hex";
//parameter MEM_INIT_FILE = "./memory/opcode_5/no_atom_cell.hex";
parameter MEM_INIT_FILE = "./memory/opcode_5/no_deep_cell.hex";
//parameter MEM_INIT_FILE = "./memory/add_equal.hex";
//Signal Declarations
reg MAX10_CLK1_50;