Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / regfile / regfile.py
2022-02-20 Luke Kenneth Casso... add syn_ramstyle "block_ram" attributes and reduce...
2022-02-18 Luke Kenneth Casso... add blockram style to regfile Memory
2021-12-23 Luke Kenneth Casso... add ability to set the reset values of RegFileArray
2021-08-24 Luke Kenneth Casso... replace data_o with o_data and data_i with i_data as...
2021-04-27 Luke Kenneth Casso... add option to enable/disable bus forwarding mode on...
2020-09-06 Luke Kenneth Casso... add reset option to Register
2020-08-15 Luke Kenneth Casso... rather big change to interaction between regfile and...
2020-08-13 Luke Kenneth Casso... add forwarding-bus mode to Regfile Memory (and disable it)
2020-08-13 Luke Kenneth Casso... sigh. convert INT regfile to binary addressing
2020-08-13 Luke Kenneth Casso... create a RegFileMem class that uses Memory
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-06-04 Luke Kenneth Casso... add extra argument (not used) to regfile.py
2020-06-03 Luke Kenneth Casso... start putting a non-production core together,
2020-06-01 Michael NolanThat was weird. For some reason it wasn't generating...
2020-05-29 Luke Kenneth Casso... interesting. use of Settle() works, showing that Regfi...
2020-05-27 Luke Kenneth Casso... remove write-block on register zero
2020-05-26 Luke Kenneth Casso... get score6600_multi.py working again
2020-05-26 Luke Kenneth Casso... try new variant of VirtualRegFile
2020-05-26 Luke Kenneth Casso... use nmutil treereduce
2020-05-25 Luke Kenneth Casso... correct links in regfile docstring
2020-05-25 Luke Kenneth Casso... document regfiles
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...