import minerva from soc.minerva
[soc.git] / src / soc /
2020-03-11 Luke Kenneth Casso... import minerva from soc.minerva
2020-03-11 Luke Kenneth Casso... add minerva source from https://github.com/lambdaconcep...
2020-03-11 Michael NolanAdd assertions that instruction fields are correct
2020-03-11 Michael NolanAdd test for remaining bits
2020-03-11 Michael NolanAdd tests for DecodeOut and DecodeRC
2020-03-11 Luke Kenneth Casso... store ra in intermediate, to avoid creation of decoding...
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... comments explaining what alu_hier.py does
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 Michael NolanAdd cases for DecodeB and DecodeC
2020-03-10 Michael NolanRefactor DecodeA test
2020-03-10 Michael NolanAdd proof for power_decoder2.DecodeA
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 Michael NolanFix logical loop in DecodeA
2020-03-09 Michael NolanBegin adding proof for decoder2
2020-03-09 Michael NolanMigrate imports to use absolute imports
2020-03-09 Michael NolanFix test
2020-03-09 Luke Kenneth Casso... sort imports on scoreboard
2020-03-09 Luke Kenneth Casso... add __init__.py files to decoder
2020-03-09 Luke Kenneth Casso... add __init__.py to soc
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...