start putting a non-production core together,
[soc.git] / src / soc / regfile / regfiles.py
2020-06-03 Luke Kenneth Casso... start putting a non-production core together,
2020-06-03 Luke Kenneth Casso... decide to elaborate Refiles *into* another class, rathe...
2020-06-03 Luke Kenneth Casso... turn RegFiles into module, add all regfiles to it
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-03 Luke Kenneth Casso... add class containing all regfiles
2020-06-02 Luke Kenneth Casso... whoops cut/paste error, creating write_ports not read_ports
2020-05-27 Luke Kenneth Casso... add extra INT regs port for now, add Fast Regfile
2020-05-27 Luke Kenneth Casso... added XER and CR regfiles, using new VirtualRegPort
2020-05-25 Luke Kenneth Casso... add INT, SPR and CR regfiles
2020-05-24 Luke Kenneth Casso... add stub regfiles.py