2021-09-25 |
Luke Kenneth... | Revert "move coresync clock synchronisation into HDLRunner" |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | call StateRunner constructor, to add to StateRunner... |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | more TODO comments |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | move coresync clock synchronisation into HDLRunner |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | whoops missed one function which should be a yield... |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | use yield from on StateRunners |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | add comments, remove unneeded code |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | move pc_i and svstate_i to HDLRunner |
commit | commitdiff | tree |
2021-09-25 |
klehman | add end_test, minor cleanup, added hdlrun.cleanup(... |
commit | commitdiff | tree |
2021-09-25 |
klehman | moved pc_i and sv_state to constructor, remove hdl_stat... |
commit | commitdiff | tree |
2021-09-25 |
klehman | change over run_hdl_state to TestRunner class |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | add dummy call to simrun and end_test() |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | code-comments and dummy functions |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | move contents of run_sim_state into SimRunner run_test... |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | add a SimRunner prepare_for_test and run_test function |
commit | commitdiff | tree |
2021-09-25 |
klehman | start of HDLRunner |
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 |
Cesar Strauss | Fix import |
commit | commitdiff | tree |
2021-09-18 |
Cesar Strauss | Use a pre-compiled version of maturin |
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-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-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 |
Cesar Strauss | Save Gitlab runner cache, even on a failed test |
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-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 |
2021-09-08 |
Cesar Strauss | Monitor the exception input to PowerDecoder2 |
commit | commitdiff | tree |
2021-09-08 |
Cesar Strauss | Remove default argument for dict.get() |
commit | commitdiff | tree |
2021-09-07 |
Luke Kenneth... | fun fixing of get_core_hdl_regs, "yield from" |
commit | commitdiff | tree |
2021-09-07 |
Luke Kenneth... | move functions to above where they are called |
commit | commitdiff | tree |
2021-09-07 |
klehman | breakout of register collection and compare |
commit | commitdiff | tree |
2021-09-07 |
Cesar Strauss | Fix typo. |
commit | commitdiff | tree |
2021-09-07 |
Luke Kenneth... | add TODO code-comments |
commit | commitdiff | tree |
2021-09-07 |
Luke Kenneth... | whitespace, add bug ref number to test API |
commit | commitdiff | tree |
2021-09-03 |
Luke Kenneth... | another batch of ready/valid i/o prefix-suffix swaps |
commit | commitdiff | tree |
2021-08-31 |
Luke Kenneth... | anooother valid_o to convert to o_valid |
commit | commitdiff | tree |
2021-08-31 |
Luke Kenneth... | update ready/valid in shift_rot test_pipe_caller |
commit | commitdiff | tree |
2021-08-31 |
Jacob Lifshay | fix test_all_values_covered, missed import when moving... |
commit | commitdiff | tree |
2021-08-30 |
Luke Kenneth... | update ready/valid i/o_ prefix in div test helper.py |
commit | commitdiff | tree |
2021-08-30 |
Luke Kenneth... | fix ready/valid i/o prefix in ALU test |
commit | commitdiff | tree |
2021-08-30 |
Luke Kenneth... | fix CR tests valid/ready naming |
commit | commitdiff | tree |
2021-08-30 |
Luke Kenneth... | missed valid/ready_i/o to o/i_ conversion |
commit | commitdiff | tree |
2021-08-30 |
Luke Kenneth... | missed valid/ready_i/o to o/i_ conversion |
commit | commitdiff | tree |
2021-08-29 |
Luke Kenneth... | unnecessary signal rename ivalid_i to ii_valid (reverting) |
commit | commitdiff | tree |
2021-08-24 |
Luke Kenneth... | replace data_o with o_data and data_i with i_data as... |
commit | commitdiff | tree |
2021-08-24 |
Luke Kenneth... | big rename, global/search/replace of ready_o with o_rea... |
commit | commitdiff | tree |
2021-08-22 |
Luke Kenneth... | remove svanalysis from Makefile, it is now part of... |
commit | commitdiff | tree |
2021-08-17 |
Tobias Platen | fix "link addr-go direct to rel" |
commit | commitdiff | tree |
2021-08-17 |
Cesar Strauss | Enable LD/ST exception test case |
commit | commitdiff | tree |
2021-08-17 |
Cesar Strauss | Clear operand latch on a terminating condition |
commit | commitdiff | tree |
2021-08-17 |
Cesar Strauss | Add exc_o.happened to the conditions for terminating... |
commit | commitdiff | tree |
2021-08-17 |
Cesar Strauss | Fix activation of cancel signal |
commit | commitdiff | tree |
2021-08-16 |
Cesar Strauss | Adjust PortInterface traces according to MMU option |
commit | commitdiff | tree |
2021-08-16 |
Tobias Platen | fix renamed symbols |
commit | commitdiff | tree |
next |