test_ldst_pi.py: add dcache regression and random test from test_dcache.py
[soc.git] / src / soc / experiment / compalu_multi.py
2020-04-22 Luke Kenneth Casso... fix request-done in compalu_multi
2020-04-22 Luke Kenneth Casso... convert CompALU to Record in/out
2020-04-19 Luke Kenneth Casso... get compldst.py unit test up and running after modifica...
2020-04-19 Luke Kenneth Casso... whoops cut/paste error, n_src used instead of n_dst...
2020-04-18 Luke Kenneth Casso... 1st operation successful, 2nd still not running correctly
2020-04-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-17 Luke Kenneth Casso... whoops not using CompUnitMulti
2020-04-17 Luke Kenneth Casso... create distinct "done_o" signal
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-16 Luke Kenneth Casso... combine read and rd_rel to get faster response for...
2020-04-16 Luke Kenneth Casso... add experimental multi-rd/wr comp unit