almost all tests work
[soc.git] / src / soc / experiment / compldst.py
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...