2021-10-08 |
Luke Kenneth... | call StateRunner constructor, to add to StateRunner... |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | more TODO comments |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | move coresync clock synchronisation into HDLRunner |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | whoops missed one function which should be a yield... |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | use yield from on StateRunners |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | add comments, remove unneeded code |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | move pc_i and svstate_i to HDLRunner |
commit | commitdiff | tree |
2021-10-08 |
klehman | add end_test, minor cleanup, added hdlrun.cleanup(... |
commit | commitdiff | tree |
2021-10-08 |
klehman | moved pc_i and sv_state to constructor, remove hdl_stat... |
commit | commitdiff | tree |
2021-10-08 |
klehman | change over run_hdl_state to TestRunner class |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | add dummy call to simrun and end_test() |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | code-comments and dummy functions |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | move contents of run_sim_state into SimRunner run_test... |
commit | commitdiff | tree |
2021-10-08 |
Luke Kenneth... | add a SimRunner prepare_for_test and run_test function |
commit | commitdiff | tree |
2021-10-06 |
Las Safin | flake.nix: Clean up |
commit | commitdiff | tree |
2021-10-05 |
Las Safin | ecp5-program: Delete garbage |
commit | commitdiff | tree |
2021-10-05 |
Las Safin | Update lock file |
commit | commitdiff | tree |
2021-09-26 |
Las Safin | Add script for loading Libre-SOC onto Versa ECP5 board! |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Merge remote-tracking branch 'upstream/master' into pr |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Update libresoc-litex submodule |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Update libresoc-litex submodule |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Fix building for a Versa ECP5 |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Pin version of yosys |
commit | commitdiff | tree |
2021-09-25 |
klehman | start of HDLRunner |
commit | commitdiff | tree |
2021-09-25 |
Las Safin | Get further building for versa ecp5 |
commit | commitdiff | tree |
2021-09-24 |
Las Safin | Attempt to build for versa ecp5 |
commit | commitdiff | tree |
2021-09-24 |
Las Safin | Update nix-litex |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | create initial SimRunner |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | add shiftrot2 tests to test_issuer.py |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | move pc_i and svstate_i inside if self.run_hdl |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | more comments |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add in a stack of comments for identifying match-points... |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add option to run ISACaller Sim (or not) |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add a new run_hdl parameter to TestRunner |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | completely borked python segfault, workaround to copy... |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | add test of expected results against last sim state |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | whoops broken run_sim_state function |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | split out HDL from Simulator into separate functions |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | split out HDL test from Simulator test, |
commit | commitdiff | tree |
2021-09-22 |
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2021-09-22 |
Tobias Platen | compldst_multi: add op_is_dcbz signal |
commit | commitdiff | tree |
2021-09-22 |
Jacob Lifshay | fix mul fu test helper.py not passing immediate to... |
commit | commitdiff | tree |
2021-09-22 |
Tobias Platen | whitespace cleanup |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | alter setup_tst_memory to take a test.mem rather than... |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | whoops forgot to do with self.subTest() |
commit | commitdiff | tree |
2021-09-21 |
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2021-09-21 |
Tobias Platen | testcase: add mmu, link mmu and dcache together |
commit | commitdiff | tree |
2021-09-21 |
klehman | changed test_runner to use state mem compare |
commit | commitdiff | tree |
2021-09-21 |
klehman | changed over to use state mem compare |
commit | commitdiff | tree |
2021-09-21 |
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2021-09-21 |
Tobias Platen | comment out lines that cause test_compldst_multi_mmu... |
commit | commitdiff | tree |
2021-09-21 |
Luke Kenneth... | convert HDLState.get_mem() to a dictionary of memory... |
commit | commitdiff | tree |
2021-09-20 |
Tobias Platen | update test_compldst_multi_mmu.py |
commit | commitdiff | tree |
2021-09-20 |
Luke Kenneth... | use get_l0_mem in HDLState to get memory data |
commit | commitdiff | tree |
2021-09-19 |
Cesar Strauss | Fix rel_o/go_i signal names |
commit | commitdiff | tree |
2021-09-19 |
Cesar Strauss | Replace "Display" with "print" on simulation process |
commit | commitdiff | tree |
2021-09-19 |
Las Safin | Use LiteX from 2020-08-22 |
commit | commitdiff | tree |
2021-09-19 |
Las Safin | Add ppc64le cross compiler |
commit | commitdiff | tree |
2021-09-19 |
Cesar Strauss | Fix import |
commit | commitdiff | tree |
2021-09-19 |
Las Safin | Litex work |
commit | commitdiff | tree |
2021-09-18 |
Cesar Strauss | Use a pre-compiled version of maturin |
commit | commitdiff | tree |
2021-09-18 |
Las Safin | Litex work |
commit | commitdiff | tree |
2021-09-18 |
Luke Kenneth... | allow individual unit tests to be named in test_issuer.py |
commit | commitdiff | tree |
2021-09-18 |
Luke Kenneth... | always store full memory state (including zeros) |
commit | commitdiff | tree |
2021-09-18 |
klehman | added get_mem |
commit | commitdiff | tree |
2021-09-17 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | moving teststate_check_regs written by klehman into... |
commit | commitdiff | tree |
2021-09-16 |
Las Safin | Split up into several derivations |
commit | commitdiff | tree |
2021-09-16 |
Las Safin | wip |
commit | commitdiff | tree |
2021-09-15 |
Las Safin | Include Litex dependency |
commit | commitdiff | tree |
2021-09-15 |
isengaara | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2021-09-15 |
isengaara | add new testcase for ompldst_multi using mmu |
commit | commitdiff | tree |
2021-09-15 |
Las Safin | WIP |
commit | commitdiff | tree |
2021-09-14 |
Luke Kenneth... | convert to using TestState and State after moving to... |
commit | commitdiff | tree |
2021-09-14 |
klehman | factory add and intro doc string |
commit | commitdiff | tree |
2021-09-13 |
Las Safin | Fix nmigen dependencies |
commit | commitdiff | tree |
2021-09-13 |
Las Safin | Get pinmux working |
commit | commitdiff | tree |
2021-09-13 |
Cesar Strauss | Save Gitlab runner cache, even on a failed test |
commit | commitdiff | tree |
2021-09-12 |
Las Safin | Fix c4m-jtag |
commit | commitdiff | tree |
2021-09-12 |
Las Safin | Package c4m-jtag |
commit | commitdiff | tree |
2021-09-12 |
Las Safin | Fix openpower-isa |
commit | commitdiff | tree |
2021-09-12 |
Luke Kenneth... | use log instead of print |
commit | commitdiff | tree |
2021-09-12 |
Luke Kenneth... | code comments |
commit | commitdiff | tree |
2021-09-12 |
Luke Kenneth... | create new function teststate_check_regs which is calle... |
commit | commitdiff | tree |
2021-09-12 |
klehman | changes to utilize full teststate class |
commit | commitdiff | tree |
2021-09-12 |
klehman | added compare function |
commit | commitdiff | tree |
2021-09-12 |
klehman | added factory function for test class creation |
commit | commitdiff | tree |
2021-09-11 |
Las Safin | Get build starting |
commit | commitdiff | tree |
2021-09-11 |
Las Safin | Package dependencies successfully |
commit | commitdiff | tree |
2021-09-11 |
Las Safin | Python dependencies |
commit | commitdiff | tree |
2021-09-11 |
Las Safin | wip |
commit | commitdiff | tree |
2021-09-10 |
klehman | implement base class in state class |
commit | commitdiff | tree |
2021-09-10 |
klehman | changes made to utilize teststate class |
commit | commitdiff | tree |
2021-09-10 |
Luke Kenneth... | update explanatory comments on LD/ST exception handling |
commit | commitdiff | tree |
2021-09-09 |
klehman | made sim into generators and some uniformity changes |
commit | commitdiff | tree |
2021-09-09 |
klehman | finished remaining hdl items |
commit | commitdiff | tree |
2021-09-09 |
klehman | HDL int reg added |
commit | commitdiff | tree |
2021-09-09 |
klehman | more sim class registers add |
commit | commitdiff | tree |
2021-09-08 |
Cesar Strauss | Monitor exceptions, re-decoding the instruction in... |
commit | commitdiff | tree |
2021-09-08 |
klehman | initial commit of sim state class |
commit | commitdiff | tree |
next |