reordering connections on mem-dep matrices
[soc.git] / src / scoreboard / ldst_matrix.py
2019-06-08 Luke Kenneth Casso... reordering connections on mem-dep matrices
2019-06-07 Luke Kenneth Casso... start preliminary test of load/store dependency matrices
2019-06-05 Luke Kenneth Casso... rename load_i and stor_i to ld_pend_i / st_pend_i,...
2019-06-03 Luke Kenneth Casso... connect up LD/ST matrix properly
2019-06-03 Luke Kenneth Casso... add ldst_matrix.py back in, needs some work though
2019-06-02 Luke Kenneth Casso... LDSTDepCell can act as a matrix
2019-05-08 Luke Kenneth Casso... replace go_read/go_write with go_rd/go_wr
2019-05-07 Luke Kenneth Casso... move main python code to src directory