2020-07-25 |
Luke Kenneth Casson... | update comment-headers (TODO include page numbers to...
|
commit | commitdiff | tree |
2020-07-25 |
Luke Kenneth Casson... | make trap proof section more readable
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | got fed up with bit-slice ordering crap. cut it out
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | add better comments on field_slice
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | returned field_slice to original, and added comments
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | annoying, yet more typos
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | annoying, typo
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | better debug assert log message
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | too much debug info going past, so add the test registers...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | missed import
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | calling the test dictionary from the constructor is...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | whoops spelling
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | add the div pipe kind plus prog.assembly to the assert...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | call test_write_ilang only once - ends up being called...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | fix how long div tests run, de-comment FSM and DivPipeCore
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | argh! work-in-progress breaking / fixing how to do...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | whoops must add DivTestCasesLong to get it to produce...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | remove bad hack calling trunc_divs/trunc_mods
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | re-enable commented-out div unit tests
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | split out "all" div into separate unit test (takes...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | reduce variable size, continuation not needed
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | comment about timeline does not exist
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | ah ha! not using "with" was not calling the "close...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | read into a BytesIO to avoid "too many open files"
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | whitespace / comments
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | restore modification to caller.py from reversion of...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | Revert "working on div's test_pipe_caller"
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | bug found in pseudocode reader when assembly code has...
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | submodule update
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | code review comments for trap and proof
|
commit | commitdiff | tree |
2020-07-24 |
Luke Kenneth Casson... | made it clear what is meant by the slice numbering...
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | syntax error
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | support 32-bit mem width setting
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | try SDRAM SDR
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | allow imem to be 64/32 bit wide
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | begin core in running state
|
commit | commitdiff | tree |
2020-07-23 |
Luke Kenneth Casson... | try different MEMTEST_xxx sizes with 64 bit bus width
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | re-add CRG (clock reset generator)
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | missing ports from issuer, when doing verilog
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | add clock domain using snippet taken from random file
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | cleanup in litex core.py
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | update comments
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | add dummy irq set/get
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | add boot-helper.S etc from microwatt litex core
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | set additional MSR bits according to v3.0B spec when...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | use (new) MSRb and PIb which has auto-bigendian numbers
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | sigh, auto-create some little/big-endian classes for...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | missed import of Builder, set cpu_type to "None" temporarily
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | begin converting litex sim to libre-soc
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | whoops forgot field accessor
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | do not use wildcard import
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | start from vexriscv sim.py from
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | correct syntax error
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | first version of litex core (to be submitted upstream...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | whoops typo, 63-start not 3-start (doh)
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | field number ordering wrong way round?
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | syntax error
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | review trap main_stage.py modifications: we are not...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | comments, add page spec numbers for branch ops into...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | add comment headings with spec page numbers
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | comment on op.insn ordering
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | code-shuffle, add comments
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | add TT.size and use it in PowerDecoder and trap input...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | inline comments in trap proof
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | note that traptype MUST increase in bitwidth corresponding...
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | fix branch main_stage proof, add ctr 32-bit, fix BCREG
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | rework branch proof to use br_input_record
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | update README for pipe_data.py
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | reduce number of FastRegs read ports
|
commit | commitdiff | tree |
2020-07-22 |
Luke Kenneth Casson... | comments on what goes into CommonPipeSpec
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | convert branch pipeline to use msr/cia as immediates
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | put set_msr and set_cia back in for now
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | interesting bug in test_compunit.py when there are...
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | testing if MultiCompUnit can handle no input regs ...
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | disable cxxsim for now
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | move cia and msr to trap input record
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | set ISACaller.msr rather than namespace[MSR]
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | when running an exception (trap) after "reset" must...
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | spurious imports of FHDLTestCase, should be from nmutil
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | whitespace
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | add PC (CIA) to PowerDecode2 "state" for passing into...
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | add msr exception bits setting function in hardware
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | make cxxsim optional and print warning
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | corrections to trap proof see
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | use alias for msr_i in trap proof
|
commit | commitdiff | tree |
2020-07-21 |
Luke Kenneth Casson... | correct trap spec page interrupt ref
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | do not start core in terminated mode
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | explicitly set up a pc_i_ok signal in test_microwatt.py
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | expose core_stop_i to outside as well
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | set go_insn_i to non-resetless
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | add issuer verilog generator
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | update to expose signals at top-level of issuer
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | convert compalu multi test to Simulator() (was run_simulation)
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | convert compalu multi test to Simulator() (was run_simulation)
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | use same write_vcd for cxxsim as pysim
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | fix bug in alu_fsm.py found by cxxsim: missing one...
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | add some CompUnit demo tests of the alu_fsm example
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | move sdir to CompFSMOpSubset in alu_fsm example
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | add CompFSMOpSubset, also change dir to sdir
|
commit | commitdiff | tree |
2020-07-19 |
Luke Kenneth Casson... | remove unneeded import
|
commit | commitdiff | tree |
next |