move code around to get set associative cache working
[soc.git] / src / scoreboard /
2019-05-10 Luke Kenneth Casso... add src1/2 pending outputs
2019-05-09 Luke Kenneth Casso... get scoreboard reasonably working
2019-05-09 Luke Kenneth Casso... decode wrong way round on issue unit
2019-05-09 Luke Kenneth Casso... reduce ANDing chain (using NOR) in group picker
2019-05-09 Luke Kenneth Casso... fix logic-bug in group picker
2019-05-08 Luke Kenneth Casso... SRLatch not used in issue_unit
2019-05-08 Luke Kenneth Casso... disable fpissue
2019-05-08 Luke Kenneth Casso... make SR Latch async again, make busy signal sync into...
2019-05-08 Luke Kenneth Casso... rename variable wid -> dep
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... rename rel_req to req_rel
2019-05-08 Luke Kenneth Casso... replace go_read/go_write with go_rd/go_wr
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
2019-05-07 Luke Kenneth Casso... add __init__.py to scoreboard directory
2019-05-07 Luke Kenneth Casso... move main python code to src directory