add in 2 more ALUs, now 4x4 scoreboard
[soc.git] / src / scoreboard / fn_unit.py
2019-05-21 Luke Kenneth Casso... got working (sort-of) cscore6600
2019-05-18 Luke Kenneth Casso... whoops use global vector correctly
2019-05-18 Luke Kenneth Casso... now using readable/writable from fu-fu matrix, seems...
2019-05-18 Luke Kenneth Casso... use FU-FU matrix, seems to be working, still have to...
2019-05-16 Luke Kenneth Casso... add back in rd-flag qualification into fn unit
2019-05-16 Luke Kenneth Casso... remove & rd_l.q, is now in group picker
2019-05-16 Luke Kenneth Casso... experiment lock out of registers in read vector
2019-05-16 Luke Kenneth Casso... getting there with instruction overlapping
2019-05-15 Luke Kenneth Casso... write-after-read hazard working
2019-05-15 Luke Kenneth Casso... make fn unit invert readable, however qualify with...
2019-05-15 Luke Kenneth Casso... increase counter, experiment with longer completion...
2019-05-15 Luke Kenneth Casso... very weird: invert readable vector, cscore works
2019-05-14 Luke Kenneth Casso... inverted global write pend vector, on creation of reada...
2019-05-14 Luke Kenneth Casso... latch Function Unit registers based on "issue" signal
2019-05-13 Luke Kenneth Casso... add fn-unit src/dest latch registers
2019-05-09 Luke Kenneth Casso... get scoreboard reasonably working
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... replace go_read/go_write with go_rd/go_wr
2019-05-08 Luke Kenneth Casso... begin connecting units together
2019-05-07 Luke Kenneth Casso... move main python code to src directory