Remove extra wait on core_stop_o at end of Execute.
[soc.git] / src / soc / regfile /
2021-11-30 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-11-29 Luke Kenneth Casso... always set fwd_bus_mode=False on regfiles
2021-11-24 Luke Kenneth Casso... convert hazard bitvectors to Reset-Priority SRLatch...
2021-11-24 Luke Kenneth Casso... add 2nd hazard bitvector port for write-after-write
2021-11-21 Luke Kenneth Casso... fixed issue with hazard dependencies, read will nott
2021-11-17 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-11-17 Luke Kenneth Casso... core hazard bitvector regfiles need to be readable
2021-11-16 Luke Kenneth Casso... use a virtual regfile port for the hazard bitvectors
2021-11-16 Luke Kenneth Casso... create set/get ports for bitvectors
2021-11-16 Luke Kenneth Casso... rename regports for bitvectors so that
2021-11-16 Luke Kenneth Casso... whoops, hazard vectors were depth 1 width N
2021-11-11 Luke Kenneth Casso... fix regfile port names for "fast" port access (regreduc...
2021-11-11 Luke Kenneth Casso... add exact same number - and name - bitvector ports...
2021-11-11 Luke Kenneth Casso... code-morph regfile port specs to a dictionary format...
2021-11-10 Luke Kenneth Casso... morph regfiles to add hazard vector make_vecs function
2021-11-07 Luke Kenneth Casso... add hazard vectors to Regfiles
2021-11-07 Luke Kenneth Casso... add quick test of regfiles to output rtlil
2021-08-24 Luke Kenneth Casso... replace data_o with o_data and data_i with i_data as...
2021-05-04 Luke Kenneth Casso... add SVSTATE (SVSRR0) to TRAP pipeline
2021-05-04 Luke Kenneth Casso... missed that soc.regfile.util has moved to openpower...
2021-05-04 Luke Kenneth Casso... add SVSRR0 to FastRegsEnum
2021-04-27 Luke Kenneth Casso... add option to disable bus forwarding on SPRs and FAST...
2021-04-27 Luke Kenneth Casso... add option to enable/disable bus forwarding mode on...
2021-04-23 Luke Kenneth Casso... move to import from openpower-isa for reg enums
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2021-03-30 Alain D D WilliamsMerge branch 'master' of git.libre-soc.org:soc
2021-03-30 Luke Kenneth Casso... use port name for INT regfile to match up with test_run...
2021-03-28 Luke Kenneth Casso... rather invasive reduction of SPR regfile size
2021-03-28 Luke Kenneth Casso... add option to reduce number of regfile ports (get DFFs...
2021-03-28 Luke Kenneth Casso... reduce regfile port usage on non-svp64
2021-03-17 Luke Kenneth Casso... add predication read ports (CR and INT)
2021-03-02 Luke Kenneth Casso... sort out SPR setting in MMU
2021-02-15 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-02-14 Luke Kenneth Casso... add Regfiles comments
2021-01-28 Luke Kenneth Casso... add SVSTATE to StateRegs
2020-09-06 Luke Kenneth Casso... add reset option to Register
2020-09-06 Luke Kenneth Casso... add unit test for slow SPRs (SPRG0/1)
2020-09-06 Luke Kenneth Casso... minor code-munge on SPR-to-FAST mapping
2020-09-06 Luke Kenneth Casso... move DEC and TB from StateRegs to FastRegs for several...
2020-09-06 Luke Kenneth Casso... add DEC and TB to State regfile
2020-08-31 Luke Kenneth Casso... add XER to fastregs and "construct" it in mfspr/mtspr
2020-08-25 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-25 Luke Kenneth Casso... add CR read to DMI interface
2020-08-15 Luke Kenneth Casso... rather big change to interaction between regfile and...
2020-08-14 Luke Kenneth Casso... put multi-ports back (for read) on int and fast regfiles
2020-08-13 Luke Kenneth Casso... add forwarding-bus mode to Regfile Memory (and disable it)
2020-08-13 Luke Kenneth Casso... sigh. convert Fast regfile to binary
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-08-11 Luke Kenneth Casso... sigh, remove yet another int regfile read port
2020-08-11 Luke Kenneth Casso... reduce regfile port usage for INT and FAST
2020-08-11 Luke Kenneth Casso... reduce regfile ports by creating separate STATE regfile
2020-08-11 Luke Kenneth Casso... reducing regfile port usage by sharing read ports
2020-08-03 Luke Kenneth Casso... add extra port for debug read of int regs via DMI
2020-07-29 Jacob Lifshayadd __init__.py to all source directories
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-22 Luke Kenneth Casso... reduce number of FastRegs read ports
2020-07-14 Luke Kenneth Casso... add MSR reading to issue FSM
2020-07-08 Luke Kenneth Casso... adding in ALU test back in, debugging SPR setup
2020-07-08 Luke Kenneth Casso... sorting out setting of XER
2020-07-08 Luke Kenneth Casso... add spr to fast reg converter
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-05 Luke Kenneth Casso... add slow spr regfile regspec support
2020-07-04 Luke Kenneth Casso... more rename spr1/spr2 to fast1/fast2
2020-07-04 Luke Kenneth Casso... add gitignores
2020-07-04 Luke Kenneth Casso... debugging decoding of SPRs (fast)
2020-06-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-18 Luke Kenneth Casso... slightly hacky way to keep an eye on the PC
2020-06-16 Luke Kenneth Casso... add test instruction memory SRAM
2020-06-05 Luke Kenneth Casso... name regfile ports by name not numerical position
2020-06-05 Luke Kenneth Casso... whoops connecting up CR in wrong order. fixing with...
2020-06-05 Luke Kenneth Casso... fix syntax errors and use correct FastRegs (SRR0/1...
2020-06-04 Luke Kenneth Casso... initialise XER from simulation
2020-06-04 Luke Kenneth Casso... add extra argument (not used) to regfile.py
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-06-04 Luke Kenneth Casso... missing a fastregs write-port
2020-06-03 Luke Kenneth Casso... connect read-enable and src_i to regfile ports
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-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-02 Luke Kenneth Casso... decode fast spr for OP_BCREG CTR, TAR and LR
2020-06-02 Luke Kenneth Casso... whoops cut/paste error, creating write_ports not read_ports
2020-06-01 Michael NolanAdd proof for RegFile
2020-06-01 Michael NolanAdd proof for RegFileArray
2020-06-01 Michael NolanHave regfile use AnySeq instead of AnyConst
2020-06-01 Michael NolanEnable k-induction for register file proof
2020-06-01 Michael NolanThat was weird. For some reason it wasn't generating...
2020-06-01 Michael NolanFull BMC proof of Register
2020-06-01 Michael NolanBegin rewrite of proof_regfile.py
2020-05-29 Luke Kenneth Casso... interesting. use of Settle() works, showing that Regfi...
2020-05-28 Luke Kenneth Casso... messing about with proof_regfile.py
2020-05-28 colepoirierAdded Initial() synchronous check with draft truth
2020-05-28 Luke Kenneth Casso... hmm....
2020-05-28 colepoirierAdd sync Assert for _wrports 'wen' signal in proof_regf...
2020-05-27 Luke Kenneth Casso... do not use range(0, x) - just range(x)
2020-05-27 Luke Kenneth Casso... remove write-block on register zero
next