missing ports from issuer, when doing verilog
[soc.git] / src /
2020-07-22 Luke Kenneth Casso... missing ports from issuer, when doing verilog
2020-07-22 Luke Kenneth Casso... add clock domain using snippet taken from random file
2020-07-22 Luke Kenneth Casso... cleanup in litex core.py
2020-07-22 Luke Kenneth Casso... update comments
2020-07-22 Luke Kenneth Casso... add dummy irq set/get
2020-07-22 Luke Kenneth Casso... add boot-helper.S etc from microwatt litex core
2020-07-22 Luke Kenneth Casso... set additional MSR bits according to v3.0B spec when...
2020-07-22 Luke Kenneth Casso... use (new) MSRb and PIb which has auto-bigendian numbers
2020-07-22 Luke Kenneth Casso... sigh, auto-create some little/big-endian classes for...
2020-07-22 Luke Kenneth Casso... missed import of Builder, set cpu_type to "None" tempor...
2020-07-22 Luke Kenneth Casso... begin converting litex sim to libre-soc
2020-07-22 Luke Kenneth Casso... whoops forgot field accessor
2020-07-22 Luke Kenneth Casso... do not use wildcard import
2020-07-22 Luke Kenneth Casso... start from vexriscv sim.py from
2020-07-22 Luke Kenneth Casso... correct syntax error
2020-07-22 Luke Kenneth Casso... first version of litex core (to be submitted upstream...
2020-07-22 Luke Kenneth Casso... whoops typo, 63-start not 3-start (doh)
2020-07-22 Luke Kenneth Casso... field number ordering wrong way round?
2020-07-22 Luke Kenneth Casso... syntax error
2020-07-22 Luke Kenneth Casso... review trap main_stage.py modifications: we are not...
2020-07-22 Luke Kenneth Casso... comments, add page spec numbers for branch ops into...
2020-07-22 Luke Kenneth Casso... add comment headings with spec page numbers
2020-07-22 Luke Kenneth Casso... comment on op.insn ordering
2020-07-22 Luke Kenneth Casso... code-shuffle, add comments
2020-07-22 Luke Kenneth Casso... add TT.size and use it in PowerDecoder and trap input...
2020-07-22 Luke Kenneth Casso... inline comments in trap proof
2020-07-22 Luke Kenneth Casso... note that traptype MUST increase in bitwidth correspond...
2020-07-22 Luke Kenneth Casso... fix branch main_stage proof, add ctr 32-bit, fix BCREG
2020-07-22 Luke Kenneth Casso... rework branch proof to use br_input_record
2020-07-22 Luke Kenneth Casso... update README for pipe_data.py
2020-07-22 Luke Kenneth Casso... reduce number of FastRegs read ports
2020-07-22 Luke Kenneth Casso... comments on what goes into CommonPipeSpec
2020-07-22 Samuel A. Falvo IIComplete FV properties for OP_TRAP instructions.
2020-07-22 Samuel A. Falvo IIPEP8 compliance
2020-07-22 Jacob Lifshayworking on FSMDivCoreStage
2020-07-22 Jacob Lifshayfix test_div_state_fsm
2020-07-21 Samuel A. Falvo IICompleted SC FV properties
2020-07-21 Samuel A. Falvo IIRefine properties to comply with spec
2020-07-21 Samuel A. Falvo IIFix where msr_i gets its value from
2020-07-21 Samuel A. Falvo IIMerge in recent updates to TRAP FV properties.
2020-07-21 Luke Kenneth Casso... convert branch pipeline to use msr/cia as immediates
2020-07-21 Luke Kenneth Casso... put set_msr and set_cia back in for now
2020-07-21 Luke Kenneth Casso... interesting bug in test_compunit.py when there are...
2020-07-21 Luke Kenneth Casso... testing if MultiCompUnit can handle no input regs ...
2020-07-21 Luke Kenneth Casso... disable cxxsim for now
2020-07-21 Luke Kenneth Casso... move cia and msr to trap input record
2020-07-21 Luke Kenneth Casso... set ISACaller.msr rather than namespace[MSR]
2020-07-21 Luke Kenneth Casso... when running an exception (trap) after "reset" must...
2020-07-21 Luke Kenneth Casso... spurious imports of FHDLTestCase, should be from nmutil
2020-07-21 Luke Kenneth Casso... whitespace
2020-07-21 Luke Kenneth Casso... add PC (CIA) to PowerDecode2 "state" for passing into...
2020-07-21 Luke Kenneth Casso... add msr exception bits setting function in hardware
2020-07-21 Luke Kenneth Casso... make cxxsim optional and print warning
2020-07-21 Luke Kenneth Casso... corrections to trap proof see
2020-07-21 Luke Kenneth Casso... use alias for msr_i in trap proof
2020-07-21 Luke Kenneth Casso... correct trap spec page interrupt ref
2020-07-20 Samuel A. Falvo IIRework SC properties to conform to style
2020-07-20 Samuel A. Falvo IIFormal properties for RFID.
2020-07-20 Cesar StraussDocument the move of sdir from data_i to op.
2020-07-20 Cesar StraussRemove extra yield from test case.
2020-07-19 Luke Kenneth Casso... do not start core in terminated mode
2020-07-19 Luke Kenneth Casso... explicitly set up a pc_i_ok signal in test_microwatt.py
2020-07-19 Luke Kenneth Casso... expose core_stop_i to outside as well
2020-07-19 Luke Kenneth Casso... set go_insn_i to non-resetless
2020-07-19 Luke Kenneth Casso... add issuer verilog generator
2020-07-19 Luke Kenneth Casso... update to expose signals at top-level of issuer
2020-07-19 Luke Kenneth Casso... convert compalu multi test to Simulator() (was run_simu...
2020-07-19 Luke Kenneth Casso... convert compalu multi test to Simulator() (was run_simu...
2020-07-19 Luke Kenneth Casso... use same write_vcd for cxxsim as pysim
2020-07-19 Luke Kenneth Casso... fix bug in alu_fsm.py found by cxxsim: missing one...
2020-07-19 Luke Kenneth Casso... add some CompUnit demo tests of the alu_fsm example
2020-07-19 Luke Kenneth Casso... move sdir to CompFSMOpSubset in alu_fsm example
2020-07-19 Luke Kenneth Casso... add CompFSMOpSubset, also change dir to sdir
2020-07-19 Luke Kenneth Casso... remove unneeded import
2020-07-19 Luke Kenneth Casso... if nmigen.sim.pysim import fails use nmigen.back.pysim
2020-07-19 Luke Kenneth Casso... use iocontrol PrevControl / NextControl instead of...
2020-07-19 Luke Kenneth Casso... add DivTestCase to test_issuer.py (commented out for...
2020-07-19 Cesar StraussImplement control path and unit test.
2020-07-18 Luke Kenneth Casso... worked out that DivPipeSpec can be given a default...
2020-07-18 Luke Kenneth Casso... missing conversion of DIV to Div
2020-07-18 Luke Kenneth Casso... add option to generate verilog
2020-07-18 Luke Kenneth Casso... whoops use slice not range
2020-07-18 Luke Kenneth Casso... syntax error
2020-07-18 Cesar StraussImplement the Shifter data path
2020-07-18 Cesar StraussDocument move of the next port data
2020-07-18 Luke Kenneth Casso... add SR latch cxxrtl backend demo
2020-07-18 Luke Kenneth Casso... add comment and copy of pseudo-code for OP_RFID into...
2020-07-18 Luke Kenneth Casso... review of OP_RFID showed up some errors
2020-07-18 Luke Kenneth Casso... corrections to trap main_stage.py OP_RFID according...
2020-07-18 Samuel A. Falvo IIWIP: FV failing for unknown reasons.
2020-07-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-18 Jacob Lifshayadd div fsm core (`DivState*`) with tests
2020-07-18 Samuel A. Falvo IIFailing test: fast1/fast2 vs srr0/srr1? on trap pipe
2020-07-18 Samuel A. Falvo IIforgot to clean up workspace in source
2020-07-18 Samuel A. Falvo IIFV props for SC instruction
2020-07-17 Samuel A. Falvo IIFirst FV property for trap unit
2020-07-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-17 Jacob Lifshaystart adding FSMDivCore*
2020-07-17 Luke Kenneth Casso... comment explaining why not to call self.trap in PowerDe...
2020-07-17 Luke Kenneth Casso... likewise cut across latest Minerva loadstore with line...
next