make FU-FU DepCell a row
[soc.git] / src / scoreboard / fu_fu_matrix.py
2019-05-29 Luke Kenneth Casso... make FU-FU DepCell a row
2019-05-25 Luke Kenneth Casso... separate out go_die from go_rd/go_wr to stop reg read...
2019-05-22 Luke Kenneth Casso... clean up names, also note that readable is true if...
2019-05-22 Luke Kenneth Casso... ignore self-to-self read and write pending hazards
2019-05-21 Luke Kenneth Casso... got working (sort-of) cscore6600
2019-05-20 Luke Kenneth Casso... invert x/y in fu pending
2019-05-20 Luke Kenneth Casso... nearly there with readable/writable on FU matrix
2019-05-20 Luke Kenneth Casso... attempting to work out FU-FU matrix connections
2019-05-13 Luke Kenneth Casso... rename intermediate signals to wr_wait/rd_wait
2019-05-13 Luke Kenneth Casso... split out readable/writable setup
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