forgot opcode11 examples

This commit is contained in:
mopfel-winrux 2024-03-08 14:05:09 -05:00
parent 921b21056a
commit 18ce668e27
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,8 @@
0000000000000008
8000000020000003
0300000320000033
02000000b0000004
0000000050000007
0200001a40000006
0300000010000045
0300000000000002

View File

@ -0,0 +1,6 @@
0000000000000006
8000000020000003
0300000320000033
02000000b0000004
02FEB0DEB0000005
0300000000000002

View File

@ -39,8 +39,8 @@ module execute_tb();
//parameter MEM_INIT_FILE = "./memory/wtf.hex";
//parameter MEM_INIT_FILE = "./memory/decrement.hex";
//parameter MEM_INIT_FILE = "./memory/opcode10.hex";
//parameter MEM_INIT_FILE = "./memory/opcode11_static.hex";
parameter MEM_INIT_FILE = "./memory/opcode11_dynamic.hex";
parameter MEM_INIT_FILE = "./memory/opcode11_static.hex";
//parameter MEM_INIT_FILE = "./memory/opcode11_dynamic.hex";
//Signal Declarations
reg MAX10_CLK1_50;