Make FieldSelectableInt accept slices for set and get
[soc.git] / src / soc / simulator /
2020-05-04 Tobias Platenupdate cr0 when rc is set
2020-04-20 Tobias Platentestcase fo mulli
2020-04-20 Tobias Platentestcase for addis
2020-04-20 Tobias Platenadd with carry cleanup and test case
2020-04-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-17 Tobias Platenadd with carry instructions
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-15 Tobias Platenfix a bug in QemuController.get_register
2020-04-11 Luke Kenneth Casso... add basic comment / docstring on program.py
2020-04-09 Tobias Platenfix 'Object is not an nMigen signal' error in test_sim.py
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanAdd test for addpcis
2020-04-06 Jacob Lifshayalmost all tests work
2020-03-26 Luke Kenneth Casso... add TODO for cry_in==CA
2020-03-26 Luke Kenneth Casso... add TODO for cry_in==CA
2020-03-26 Luke Kenneth Casso... fix 1-overflow
2020-03-26 Luke Kenneth Casso... brackets to be safe
2020-03-26 Michael NolanAdd tests for subfic and neg
2020-03-26 Michael NolanSub instruction working
2020-03-26 Luke Kenneth Casso... add newline to stop gnu-as whining
2020-03-26 Luke Kenneth Casso... seeing spurious failures on gdb connection
2020-03-26 Luke Kenneth Casso... wait for communication with closing program and close...
2020-03-25 Michael NolanDirectly compare simulator with qemu
2020-03-25 Michael NolanAssemble whole program instead of instruction by instru...
2020-03-25 Michael NolanAdd rudimentary python qemu interface
2020-03-25 Michael NolanAdd instructions for how to launch qemu
2020-03-25 Michael NolanAdd qemu test directory
2020-03-24 Luke Kenneth Casso... whitespace
2020-03-23 Michael NolanImplement load and store of bytes, halfwords, and words
2020-03-23 Michael NolanAdd support for extended/indexed ld/st
2020-03-23 Michael NolanAdd memory loads and stores to simulator
2020-03-23 Michael NolanBegin adding backend simulator
2020-03-23 Michael NolanMove gnu assembler interface to separate file