add divide-by-zero test to test_div_sim.py
[soc.git] / src / soc / simulator / program.py
2020-06-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-18 Luke Kenneth Casso... get instructions immediately from assembly code
2020-06-02 Michael NolanFix test_bc_reg
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-11 Luke Kenneth Casso... add basic comment / docstring on program.py
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanAdd test for addpcis
2020-03-26 Luke Kenneth Casso... add newline to stop gnu-as whining
2020-03-25 Michael NolanDirectly compare simulator with qemu
2020-03-25 Michael NolanAssemble whole program instead of instruction by instru...