Assemble whole program instead of instruction by instruction
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 25 Mar 2020 21:16:07 +0000 (17:16 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 25 Mar 2020 21:16:07 +0000 (17:16 -0400)
commit3f7e6c771c7f8df65e67e6dc350964a54aee8066
tree6a5ed8526fdaa71b6dd56ec02cb47bc764a752ad
parent6da3d8248556b1e242a6d0ddf0460982d72d9f75
Assemble whole program instead of instruction by instruction
src/soc/simulator/memmap [new file with mode: 0644]
src/soc/simulator/program.py [new file with mode: 0644]
src/soc/simulator/test_sim.py