2020-07-06 |
Luke Kenneth... | add first cut at fu mul pipeline |
commit | commitdiff | tree |
2020-07-06 |
Luke Kenneth... | adding mtspr tests |
commit | commitdiff | tree |
2020-07-06 |
Luke Kenneth... | adding OP_MTMSR test |
commit | commitdiff | tree |
2020-07-06 |
Luke Kenneth... | add mtmsr internal op |
commit | commitdiff | tree |
2020-07-06 |
Luke Kenneth... | add mtmsr internal op |
commit | commitdiff | tree |
2020-07-06 |
Luke Kenneth... | sort out initialisation of TstL0CacheBuffer in ldst... |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Assert n.ready_i at the beginning of the cycle |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Remove wait state to demonstrate zero-delay reception. |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Simplify waiting loops |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Finally add some well needed comments |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Simplify waiting loops |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Add some wait states in each process |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Negate inputs after use |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Add other tests |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Implement receiver |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Implement sender. |
commit | commitdiff | tree |
2020-07-06 |
Cesar Strauss | Begin a new parallel test |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add mtmsr tests (fail) |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | check trap compunit output properly |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | check msr in trap test, fix OP_RFID |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add an illegal instruction trap test |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | set up a trap function for microcode override |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | big reorg on PowerDecoder2, actually Decode2Execute1Type |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | stop debug output in power_decoder |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | comments in power_regspec_map.py |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | comment on spr2, not needed |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | check xer_out not xer_in |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | split out Decode2ToExecuteType fields involving registers |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | sigh read and write xer detection, fix spr and trap... |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | check spr1 in test spr compunit |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | get/set slow spr in spr test_pipe_caller |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add first spr compunit test (not working yet) |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add SPR test case, commented out for now |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | move valid signal out of Decode2ToExecute1Type and... |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add slow spr regfile regspec support |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | remap SPR PowerISA numbers to internal SPR enum |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | comment out SPR for now, needs SPR regfile |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | add SPR compunit |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | missing initialisation of disasm_start |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | check NIA on trap fu test |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | OP_RFID needs to read SRR0/1, OP_SC needs to write |
commit | commitdiff | tree |
2020-07-05 |
Luke Kenneth... | fix qemu trap test |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | cater for illegal instruction (generates a trap) |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add sc back in |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | comments in trap about exceptions using microcoding |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add pspec to test_core.py |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add pspec to test_core.py |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | more rename spr1/spr2 to fast1/fast2 |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | more updating spr1/spr2 to fast1/fast2 |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | more updating spr1/spr2 to fast1/fast2 |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | rename spr1/spr2 to fast1/fast2 in branch |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | update trap docstring |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | use new consts module |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | sorting out trap fastregs |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | sort out trap test reg checking |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | resolve spr names in ISACaller |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | rename spr1 to fast1 in trap data |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | sorting out fast/spr naming |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | oops initialise Function Unit class with idx |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add first cookie-cut test_trap_compunit.py |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add gitignores |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | debugging decoding of SPRs (fast) |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add spr test, add decode of spr in/out |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add spr main stage |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add spr input record |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | add SPR pipeline |
commit | commitdiff | tree |
2020-07-04 |
Luke Kenneth... | reduce steps per stage to 8 |
commit | commitdiff | tree |
2020-07-03 |
Luke Kenneth... | set only div/rem supported |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | allow flexible selection of the types of ALUs |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | fix unit tests due to change in using pspec |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | use Mock class (more convenient) |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | allow ALU names to propagate through from FU to CompUni... |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | name function unit ALUs |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | comment out DIV unit for now |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | increase combinatorial stages to 8 |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | reduce DIV radix to 1 |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | add DIV function unit to compunits |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | add trap function unit into compunits |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | add bare wishbone option to TestIssuer, sort out ports |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | use single-arg pspec for TestIssuer and Core |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | first experimental index.rst for sphinx documentation |
commit | commitdiff | tree |
2020-07-02 |
Luke Kenneth... | add sphinx doc preliminary start |
commit | commitdiff | tree |
2020-07-02 |
Cesar Strauss | Present the ALU result only when valid_o is active |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | whoops missed some cases in unit test changing ALUHelpers |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | minor reorg on how Bus and Config classes are set up |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | whoops swapped trap test instructions accidentally |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | print out msr for debug |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | attempting to add SPRs to rfid test |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | add OP_SC |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | trap test check results |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | add name "test_issuer" to ilang conversion |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | add in trap compunit |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | add rfid and td/tw trap test |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | continue debugging trap pipeline |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | debugging trap pipeline |
commit | commitdiff | tree |
2020-07-01 |
Luke Kenneth... | start running trap unit test, fixing errors |
commit | commitdiff | tree |
2020-06-30 |
Luke Kenneth... | add lte ltu for use by twi and other trap functions |
commit | commitdiff | tree |
2020-06-30 |
Luke Kenneth... | add in pseudocode keyword into mdwn isa files |
commit | commitdiff | tree |
2020-06-30 |
Luke Kenneth... | code-morph on div pipeline |
commit | commitdiff | tree |
next |