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 |
2021-08-16 |
Tobias Platen | add WIP DCBZTestCase |
commit | commitdiff | tree |
2021-08-11 |
Jonathan Neuschäfer | GitLab-CI: Only run tests in src/ |
commit | commitdiff | tree |
2021-08-01 |
Luke Kenneth... | move unused directory out of src, to indicate "ignore... |
commit | commitdiff | tree |
2021-08-01 |
Jonathan Neuschäfer | import setup_i_memory from soc.simple.test.test_runner |
commit | commitdiff | tree |
2021-08-01 |
Jonathan Neuschäfer | soc.simple.test: Rename setup_test_memory to avoid... |
commit | commitdiff | tree |
2021-08-01 |
Jonathan Neuschäfer | Rename test_dcache, which can't be invoked by test... |
commit | commitdiff | tree |
2021-08-01 |
Luke Kenneth... | simulator/test_sim.py should not have been added |
commit | commitdiff | tree |
2021-07-31 |
Tobias Platen | partial fix for src/soc/experiment/compldst_multi.py |
commit | commitdiff | tree |
2021-07-30 |
Tobias Platen | partially fix unit test in compldst_multi.py |
commit | commitdiff | tree |
2021-07-26 |
Tobias Platen | compldst_multi: add debug output for dcbz |
commit | commitdiff | tree |
2021-07-24 |
Tobias Platen | add test_issuer_dcache.py |
commit | commitdiff | tree |
2021-07-23 |
Tobias Platen | ldst: cleanup debug outputs |
commit | commitdiff | tree |
2021-07-23 |
Tobias Platen | test_dcbz_pi.py: dcbz now working |
commit | commitdiff | tree |
2021-07-21 |
Tobias Platen | revert accidential delete in test_pi2ls.py causing... |
commit | commitdiff | tree |
2021-07-21 |
Tobias Platen | test_dcbz_pi.py: do not use problem state |
commit | commitdiff | tree |
2021-07-21 |
Tobias Platen | update pi_dcbz function |
commit | commitdiff | tree |
2021-07-19 |
Tobias Platen | src/soc/config/test/test_pi2ls.py: add more debug outputs |
commit | commitdiff | tree |
2021-07-19 |
Tobias Platen | test_dcbz_pi.py: more work on unit test |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | update TestRunner, SVSTATE is now a class that inherits... |
commit | commitdiff | tree |
2021-07-14 |
Luke Kenneth... | update SVSTATE to 64 bit length (fortunately very easy) |
commit | commitdiff | tree |
2021-07-14 |
Tobias Platen | add more debug outputs, pass dcbz to loadstore/dcache |
commit | commitdiff | tree |
2021-07-14 |
Tobias Platen | dcache: improve debug output |
commit | commitdiff | tree |
2021-07-12 |
Luke Kenneth... | use standard create_pdecode in TestRunner |
commit | commitdiff | tree |
2021-07-12 |
Luke Kenneth... | use default decoder, do not pass one in. |
commit | commitdiff | tree |
2021-07-11 |
Tobias Platen | more work on test_dcbz_pi.py |
commit | commitdiff | tree |
2021-07-11 |
Tobias Platen | pass self.pi.is_dcbz to request |
commit | commitdiff | tree |
2021-07-11 |
Tobias Platen | implement pi_dcbz |
commit | commitdiff | tree |
2021-07-11 |
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2021-07-11 |
Tobias Platen | add test_dcbz_pi.py (skeleton only) |
commit | commitdiff | tree |
2021-07-10 |
Cesar Strauss | Show some usage of PortInterface in action |
commit | commitdiff | tree |
2021-07-10 |
Cesar Strauss | Add new traces to the GTKWave document |
commit | commitdiff | tree |
2021-07-10 |
Cesar Strauss | Add operand producers to the parallel LDST Compunit... |
commit | commitdiff | tree |
2021-07-10 |
Cesar Strauss | Detect unexpected operand fetches and produced results |
commit | commitdiff | tree |
2021-07-07 |
Cesar Strauss | Start of a GTKWave document for the LDST CompUnit paral... |
commit | commitdiff | tree |
2021-07-04 |
Cesar Strauss | Beginning of a class to make a parallel test case for... |
commit | commitdiff | tree |
2021-06-30 |
Tobias Platen | cut down on time by uncommenting data not needed, addin... |
commit | commitdiff | tree |
2021-06-28 |
Tobias Platen | update ldst test case by adding precise timing |
commit | commitdiff | tree |
2021-06-24 |
Luke Kenneth... | propagate new use_svp64_ldst_dec mode through TestCore... |
commit | commitdiff | tree |
2021-06-24 |
Luke Kenneth... | add an explicit PowerDecoder.is_svp64_mode flag to... |
commit | commitdiff | tree |
2021-06-20 |
Tobias Platen | dcache: add debug output |
commit | commitdiff | tree |
2021-06-20 |
Tobias Platen | update test_ldst_pi.py |
commit | commitdiff | tree |
2021-06-18 |
Tobias Platen | uncomment test_dcache_random |
commit | commitdiff | tree |
2021-06-18 |
Tobias Platen | src/soc/fu/ldst/loadstore.py: keep data for the whole... |
commit | commitdiff | tree |
2021-06-14 |
Tobias Platen | update testcase for ldst |
commit | commitdiff | tree |
2021-06-10 |
Luke Kenneth... | whoops Popcount datalen too big (wasted bits). reduce |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | git submodule update |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | disconnect pll clock, connected in peripheral interconnect |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | add in/out of ref_clk and pllclk_clk when PLL enabled |
commit | commitdiff | tree |
2021-06-06 |
Cesar Strauss | Start a new self-contained test suite for LDSTCompUnit |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | comment out domains that have already been created |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | no, do not assign clock to clock! |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | rename ref to ref_v in PLL due to ref being a verilog... |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | sort out PLL domains but bypass PLL due to lack of... |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | use DomainRenamer on all sub-components of TestIssuer |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | make core_rst a member of TestIssuerInternal |
commit | commitdiff | tree |
2021-06-01 |
Tobias Platen | test_ldst_pi.py: add new test case |
commit | commitdiff | tree |
2021-05-29 |
Tobias Platen | test_ldst_pi.py: first version of test_dcache_random() |
commit | commitdiff | tree |
2021-05-29 |
Tobias Platen | test_ldst_pi.py: more test_dcache_regression() |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | adjust PLL connections looking for coriolis2 issue |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | corrections on spblock ack |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | classic wishbone mode: must not do ack if already acked |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | arse. PLL test_issuer clk_sel_i accidentally only 1... |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | remove err feature from sram4k wb |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | add ldst PortInterface misalign unit test (underway) |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | rename PLL signals |
commit | commitdiff | tree |
2021-05-25 |
Tobias Platen | test_ldst_pi.py: fix race condition causing early stop |
commit | commitdiff | tree |
2021-05-25 |
Tobias Platen | wait_ldok: add debug output count |
commit | commitdiff | tree |
2021-05-24 |
Luke Kenneth... | whoops sort out name of SPBlock RAM |
commit | commitdiff | tree |
2021-05-24 |
Luke Kenneth... | change name of submodule to real_pll |
commit | commitdiff | tree |
next |