Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / experiment / compldst.py
2020-06-10 Luke Kenneth Casso... remove old code
2020-05-24 Cesar StraussRename the internal DFF of latchregisters to avoid...
2020-04-27 Luke Kenneth Casso... add CompLDSTOpSubset, contains subset of decode instruc...
2020-04-24 Luke Kenneth Casso... experimenting with ld/st comp unit
2020-04-24 Luke Kenneth Casso... remove out-of-date comments
2020-04-23 Luke Kenneth Casso... use go/rel Record in ldstcomp
2020-04-21 Jacob Lifshayfix failure to import alu_hier
2020-04-19 Luke Kenneth Casso... get compldst.py unit test up and running after modifica...
2020-04-19 Luke Kenneth Casso... import TestMemory globally not relative
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Jacob Lifshayalmost all tests work
2020-03-10 Luke Kenneth Casso... add "done" signal to CompALU and LDSTCompALU to be...
2020-03-10 Luke Kenneth Casso... initial test LD comp unit in scoreboard
2020-03-10 Luke Kenneth Casso... hmmm set store latch based on go_rd_i
2020-03-10 Luke Kenneth Casso... add ADD/ADDI test to LDSTCompUnit
2020-03-10 Luke Kenneth Casso... amazingly got LD working on LDSTCompUnit
2020-03-10 Luke Kenneth Casso... LD appears to be working as well although there is...
2020-03-10 Luke Kenneth Casso... whoops as simple as having inverted the LD/ST bit in...
2020-03-10 Luke Kenneth Casso... hmm not quite right, errr ST is working when setting...
2020-03-10 Luke Kenneth Casso... get LDSTCompALU debugged a bit: ST functionality working
2020-03-09 Luke Kenneth Casso... add comment on oper_i field
2020-03-09 Luke Kenneth Casso... disable transparent=False for now
2020-03-09 Luke Kenneth Casso... connect up LD to memory: set transparent mode to False.
2020-03-09 Luke Kenneth Casso... more comments for LDSTCompUnit
2020-03-09 Luke Kenneth Casso... update LDSTCompUnit comments
2020-03-09 Luke Kenneth Casso... try adding test memory store to LDSTCompUnit
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...