rv32.git
2018-11-29 Luke Kenneth... add Makefile for verilog compilation master
2018-11-28 Luke Kenneth... add to .gitignore
2018-11-28 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2018-11-28 Jacob Lifshayadd instructions for using iverilog
2018-11-28 Luke Kenneth... handle_trap returns values that get manually transferre...
2018-11-27 Luke Kenneth... remove trap_handled, remove w_en
2018-11-27 Luke Kenneth... experiment with separate cpu handle csr module
2018-11-27 Luke Kenneth... move handle trap out to separate module, bit messy
2018-11-27 Luke Kenneth... split out cpu handle_trap
2018-11-27 Luke Kenneth... split out cpu_mip to separate module
2018-11-27 Luke Kenneth... split out cpu_mie into separate module
2018-11-27 Luke Kenneth... split out MStatus to separate module
2018-11-27 Luke Kenneth... split cpu loadstore calc out
2018-11-26 Luke Kenneth... break out cpu load/store calculation into separate...
2018-11-26 Luke Kenneth... move get_fetch_action to separate verilog file
2018-11-26 Luke Kenneth... prepare get_fetch_action for move to separate module
2018-11-26 Luke Kenneth... whoops missed out branch_taken logic from fetch_action
2018-11-26 Luke Kenneth... rename register varnames to regfile
2018-11-26 Luke Kenneth... reorganise cpu regfile, to separate module, with 2R1W...
2018-11-26 Luke Kenneth... complete csrs
2018-11-26 Luke Kenneth... add misa and mstatus csrs
2018-11-26 Luke Kenneth... add clock domains doc to README
2018-11-26 Luke Kenneth... start adding csrs
2018-11-26 Luke Kenneth... move stuff to MInfo
2018-11-26 Luke Kenneth... split CSR to separate class
2018-11-26 Luke Kenneth... add handle_main
2018-11-26 Luke Kenneth... add counters (TODO)
2018-11-26 Luke Kenneth... add csr_is_valid
2018-11-26 Luke Kenneth... start on csr op valid
2018-11-26 Luke Kenneth... CSR decoding
2018-11-26 Luke Kenneth... add handle_trap
2018-11-26 Luke Kenneth... add handle_trap
2018-11-26 Luke Kenneth... add handle trap
2018-11-26 Luke Kenneth... complete get_fetch_action, move to class Fetch
2018-11-26 Luke Kenneth... start converting get_fetch_action
2018-11-26 Luke Kenneth... fetch output state class
2018-11-26 Luke Kenneth... create Fetch class
2018-11-26 Luke Kenneth... add get_fetch_action ready for conversion
2018-11-25 Luke Kenneth... add to README
2018-11-25 Luke Kenneth... class-ify fetch_action
2018-11-25 Luke Kenneth... add mstatus, mip and vendor/arch/mimpl
2018-11-25 Luke Kenneth... add MISA and MIE
2018-11-25 Luke Kenneth... add more logic and mstatus
2018-11-25 Luke Kenneth... calculate lui_auipc
2018-11-25 Luke Kenneth... minor reorg, add alu
2018-11-25 Luke Kenneth... minor reorg, add alu
2018-11-25 Luke Kenneth... convert loaded value
2018-11-25 Luke Kenneth... load value
2018-11-25 Luke Kenneth... more cpu logic
2018-11-25 Luke Kenneth... small cpu reorg
2018-11-25 Luke Kenneth... add load/store misaligned
2018-11-25 Luke Kenneth... add CPU decoder instance
2018-11-25 Luke Kenneth... add cpuFetchStage instance
2018-11-25 Luke Kenneth... adding call out to cpu_memory_interface verilog module...
2018-11-24 Luke Kenneth... stub cpu.py
2018-11-24 Luke Kenneth... tidyup
2018-11-24 Luke Kenneth... document decode functions
2018-11-24 Luke Kenneth... tidyup
2018-11-24 Luke Kenneth... no immediate constant, make 32-bit wide
2018-11-24 Luke Kenneth... big reorg, class-ify constants
2018-11-24 Luke Kenneth... big reorg, class-ify constants
2018-11-24 Luke Kenneth... cleanup cpu_decode.py
2018-11-23 Luke Kenneth... more cpu decode conversion
2018-11-23 Luke Kenneth... add cpu decode cases
2018-11-23 Luke Kenneth... add cpu_decoder.py
2018-11-23 Luke Kenneth... add riscvdefs.py
2018-11-23 Luke Kenneth... remove sync set output_state
2018-11-23 Luke Kenneth... sort out memory_interface_fetch_address
2018-11-23 Luke Kenneth... add some arbitrary math into example
2018-11-23 Luke Kenneth... call value_bits_sign direct
2018-11-23 Luke Kenneth... can`t stand list incomprehension
2018-11-23 Luke Kenneth... add example pipeline.py
2018-11-23 Luke Kenneth... corrections, clash fetch_action and self.fetch_action
2018-11-23 Luke Kenneth... add conversion code, see what happens
2018-11-22 Luke Kenneth... more cleanup
2018-11-22 Luke Kenneth... cleanup, use sync instead of comb where appropriate
2018-11-22 Luke Kenneth... add cpudefs.py
2018-11-22 Luke Kenneth... reorg case statement
2018-11-21 Luke Kenneth... convert case statement
2018-11-21 Luke Kenneth... converting cpu_fetch_stage to migen
2018-03-21 Jacob Lifshayadd licenses and readme