add program machine code as parameter to ROM and top_level,

change output of example assembler scripts,
update testbenches for programs 1 2 3 to use overloadable parameter,
formatted program3_tb
This commit is contained in:
Arthur Lu
2022-08-30 19:10:38 -07:00
parent 155d18721f
commit 4b909d48dd
8 changed files with 170 additions and 179 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program1.asm
python assembler.py machine_code_1.txt program1.asm

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program2.asm
python assembler.py machine_code_2.txt program2.asm

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program3.asm
python assembler.py machine_code_3.txt program3.asm