Merge branch 'master' of https://git.libre-riscv.org/git/soc
[soc.git] / src / scoreboard / shadow.py
2019-05-29 Luke Kenneth Casso... remove Shadow class, replace with ShadowFn, use multi...
2019-05-27 Luke Kenneth Casso... stop on shadow for the moment
2019-05-26 Luke Kenneth Casso... have to bring in a reset signal into the shadow units...
2019-05-25 Luke Kenneth Casso... branch success/fail nearly there
2019-05-25 Luke Kenneth Casso... experimenting with branch shadowing
2019-05-25 Luke Kenneth Casso... add branch speculation using shadows
2019-05-24 Luke Kenneth Casso... use internal latch qlq value instead of creating a...
2019-05-24 Luke Kenneth Casso... add in branch speculation recorder, link to branch
2019-05-24 Luke Kenneth Casso... add branch speculation record
2019-05-24 Luke Kenneth Casso... cleanup, docstrings
2019-05-23 Luke Kenneth Casso... shadow seems to do the job of guaranteeing write-after...
2019-05-23 Luke Kenneth Casso... add in busy_prev/next signal to work out which unit...
2019-05-23 Luke Kenneth Casso... shadow fail/good signals need to be amalgamated (shadow...
2019-05-23 Luke Kenneth Casso... make shadow inputs/good/fail arrays (actual matrix...
2019-05-23 Luke Kenneth Casso... add shadow matrix, array of shadow functions
2019-05-23 Luke Kenneth Casso... split out shadow into separate module