Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / config / ifetch.py
2021-12-12 Luke Kenneth Casso... in a terrible botched way, get at I-Cache and set it up
2021-12-11 Luke Kenneth Casso... whoops forgot to add pspec
2021-12-11 Luke Kenneth Casso... connect up I-Cache to FetchUnitInterface
2021-12-11 Luke Kenneth Casso... add new ConfigFetchUnit option "mmu_cache_wb" which...
2021-12-09 Luke Kenneth Casso... add I-Cache to FSM local variables
2020-07-02 Luke Kenneth Casso... add bare wishbone option to TestIssuer, sort out ports
2020-07-01 Luke Kenneth Casso... minor reorg on how Bus and Config classes are set up
2020-06-29 Luke Kenneth Casso... fetch instructions from bare wishbone fetch unit
2020-06-28 Luke Kenneth Casso... add Config Fetch interface and quick unit test