score6600 working without FunctionUnit (using dep matrices)
[soc.git] / src / experiment / cscore.py
2019-05-13 Luke Kenneth Casso... score6600 working without FunctionUnit (using dep matrices)
2019-05-13 Luke Kenneth Casso... go_rd/go_wr not arrays any more
2019-05-13 Luke Kenneth Casso... add fn-unit src/dest latch registers
2019-05-11 Luke Kenneth Casso... use register latching in Computation Unit
2019-05-10 Luke Kenneth Casso... split out register decode from issue unit
2019-05-09 Luke Kenneth Casso... get scoreboard reasonably working
2019-05-09 Luke Kenneth Casso... add python simulation of alu
2019-05-08 Luke Kenneth Casso... move sync from intpick to fn unit readable
2019-05-08 Luke Kenneth Casso... make readable_i sync, stops infinite loop
2019-05-08 Luke Kenneth Casso... add some more experimental instructions
2019-05-08 Luke Kenneth Casso... add some more experimental instructions
2019-05-08 Luke Kenneth Casso... make SR Latch async again, make busy signal sync into...
2019-05-08 Luke Kenneth Casso... make write latch sync in Function Unit
2019-05-08 Luke Kenneth Casso... add decode out of src1 and src2 pending from FnUnit
2019-05-08 Luke Kenneth Casso... begin debugging, temporary sync on issueunit
2019-05-08 Luke Kenneth Casso... start on unit test
2019-05-08 Luke Kenneth Casso... connect up ALUs
2019-05-08 Luke Kenneth Casso... add register file connection
2019-05-08 Luke Kenneth Casso... connect to integer global pending vectors
2019-05-08 Luke Kenneth Casso... add intpick connections
2019-05-08 Luke Kenneth Casso... rename rel_req to req_rel
2019-05-08 Luke Kenneth Casso... connect issue unit to function units
2019-05-08 Luke Kenneth Casso... start wiring up issue unit
2019-05-08 Luke Kenneth Casso... add int fu-reg dep matrix
2019-05-08 Luke Kenneth Casso... add names to read/write ports, add priority picker...
2019-05-08 Luke Kenneth Casso... begin connecting units together