2023-09-11 |
Jacob Lifshay | fix ALU test by setting 'soc' filter to filter out... |
tree | commitdiff |
2022-03-12 |
Luke Kenneth Casso... | add extra pipeline stages to ALU FU to make timing |
tree | commitdiff |
2022-02-27 |
Luke Kenneth Casso... | set up dummy parent_pspec to pass XLEN=64 in |
tree | commitdiff |
2022-02-27 |
Luke Kenneth Casso... | convert from public static functions/properties for... |
tree | commitdiff |
2022-02-27 |
Luke Kenneth Casso... | fix ALU with XLEN=32, carry and overflow |
tree | commitdiff |
2022-02-27 |
Luke Kenneth Casso... | use XLEN in Function Units (starting with ALU) |
tree | commitdiff |
2021-12-09 |
Jacob Lifshay | add parent_pspec everywhere |
tree | commitdiff |
2021-12-09 |
Jacob Lifshay | format code |
tree | commitdiff |
2021-12-01 |
Luke Kenneth Casso... | create single-stage ALU pipeline, shorten latency on... |
tree | commitdiff |
2021-10-10 |
Luke Kenneth Casso... | replace PartitionedSignal with SimdSignal |
tree | commitdiff |
2021-08-30 |
Luke Kenneth Casso... | fix ready/valid i/o prefix in ALU test |
tree | commitdiff |
2021-08-24 |
Luke Kenneth Casso... | replace data_o with o_data and data_i with i_data as... |
tree | commitdiff |
2021-05-05 |
Luke Kenneth Casso... | put sv_input_record_layout onto CompOpSubsetBase after all |
tree | commitdiff |
2021-05-05 |
Luke Kenneth Casso... | add SVP64 RM fields to ALU input record |
tree | commitdiff |
2021-05-04 |
Luke Kenneth Casso... | rename IntegerData to FUBaseData |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | move ALU test cases to openpower.test |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | import from openpower.endian |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | use openpower.test.common |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | correct migration of openpower-isa |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | more openpower import conversion |
tree | commitdiff |
2021-04-23 |
Luke Kenneth Casso... | move over to from openpower imports |
tree | commitdiff |
2021-04-21 |
Cesar Strauss | Add CR predication test case for TestIssuer |
tree | commitdiff |
2021-04-10 |
Cesar Strauss | Add 1<<r3 test cases to TestIssuer |
tree | commitdiff |
2021-04-06 |
Cesar Strauss | Add a HDL test case, where we start at the middle of... |
tree | commitdiff |
2021-04-03 |
Cesar Strauss | Fix typo |
tree | commitdiff |
2021-04-03 |
Cesar Strauss | Add test case with all mask bits equal to zero |
tree | commitdiff |
2021-04-03 |
Cesar Strauss | Add a test case for integer single predication |
tree | commitdiff |
2021-04-03 |
Cesar Strauss | Enable remaining disabled test cases |
tree | commitdiff |
2021-03-30 |
Alain D D Williams | Merge branch 'master' of git.libre-soc.org:soc |
tree | commitdiff |
2021-03-30 |
Cesar Strauss | Enable VCOMPRESS test case |
tree | commitdiff |
2021-03-30 |
Cesar Strauss | Add new twin predication case |
tree | commitdiff |
2021-03-30 |
Cesar Strauss | Adjust twin predication cases for the new syntax |
tree | commitdiff |
2021-03-22 |
Cesar Strauss | Add test cases for integer VCOMPRESS and VEXPAND |
tree | commitdiff |
2021-03-21 |
Luke Kenneth Casso... | adjust syntax of SVP64 predicate test cas |
tree | commitdiff |
2021-03-21 |
Luke Kenneth Casso... | naah. back to "sv." syntax for SVP64 assembly |
tree | commitdiff |
2021-03-21 |
Cesar Strauss | Add predication test case, initially disabled |
tree | commitdiff |
2021-03-14 |
Luke Kenneth Casso... | remove "sv." and replace with "sv" in all SVP64Asm |
tree | commitdiff |
2021-03-11 |
Cesar Strauss | Bring a few test cases from test_caller_64.py |
tree | commitdiff |
2021-03-11 |
Cesar Strauss | Test case for two successive SV instructions |
tree | commitdiff |
2021-03-09 |
Cesar Strauss | Enable VL==0 vector instruction skip test case |
tree | commitdiff |
2021-03-08 |
Luke Kenneth Casso... | correct comments in sv.add rc=1 |
tree | commitdiff |
2021-03-07 |
Luke Kenneth Casso... | add Rc=1 SVP64 unit test to svp64_cases.py |
tree | commitdiff |
2021-03-06 |
Cesar Strauss | Enable the Simple-V loop test case |
tree | commitdiff |
2021-02-26 |
Cesar Strauss | Add a vector case with VL == 0 |
tree | commitdiff |
2021-02-17 |
Cesar Strauss | Add a case for checking the EXTRA field and register... |
tree | commitdiff |
2021-02-15 |
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org... |
tree | commitdiff |
2021-02-13 |
Cesar Strauss | Skip vector test case, and add a scalar case |
tree | commitdiff |
2021-02-13 |
Cesar Strauss | Fix imports and whitespace |
tree | commitdiff |
2021-02-13 |
Luke Kenneth Casso... | add SVP64 TestIssuer separate unit test |
tree | commitdiff |
2021-02-12 |
Luke Kenneth Casso... | add one SVP64 ALU test case to get started |
tree | commitdiff |
2021-01-31 |
Luke Kenneth Casso... | adjusting ISACaller unit test to use ISACaller.setup_one() |
tree | commitdiff |
2020-10-16 |
Luke Kenneth Casso... | add LGPLv3+ notice and add copyright holders |
tree | commitdiff |
2020-10-06 |
Luke Kenneth Casso... | use pdecode2.do not pdecode2.e in test_pipe_caller... |
tree | commitdiff |
2020-09-26 |
Luke Kenneth Casso... | fix annoying alu test_pipe_caller bug, missing asmcode |
tree | commitdiff |
2020-09-26 |
Cesar Strauss | Convert a few more tests to be able to use cxxsim |
tree | commitdiff |
2020-09-07 |
Luke Kenneth Casso... | bit of a big reorg of data structures |
tree | commitdiff |
2020-09-02 |
Luke Kenneth Casso... | fix bug in cmpli (and cmplw) |
tree | commitdiff |
2020-09-02 |
Luke Kenneth Casso... | bug in carry32 handling in OP_CMP |
tree | commitdiff |
2020-09-02 |
Luke Kenneth Casso... | add cmpl regression test (one binary, one assembly) |
tree | commitdiff |
2020-09-02 |
Luke Kenneth Casso... | add cmpl microwatt 1.bin test, cmpl |
tree | commitdiff |
2020-08-30 |
Luke Kenneth Casso... | redo OP_CMP based on microwatt. L=1 had been ignored |
tree | commitdiff |
2020-08-27 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
tree | commitdiff |
2020-08-27 |
Luke Kenneth Casso... | xer so is not being passed through to CR0 |
tree | commitdiff |
2020-08-27 |
Luke Kenneth Casso... | augment addme test case to show bug #476 |
tree | commitdiff |
2020-08-27 |
Luke Kenneth Casso... | add addze and addme uni tests |
tree | commitdiff |
2020-08-27 |
Luke Kenneth Casso... | reorg of SO handling related to CR0 |
tree | commitdiff |
2020-08-24 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
tree | commitdiff |
2020-08-23 |
Michael Nolan | Add copyright to files in fu/ that I was the primary... |
tree | commitdiff |
2020-08-22 |
Luke Kenneth Casso... | rename invert_a to invert_in because logical inverts RB |
tree | commitdiff |
2020-08-22 |
Luke Kenneth Casso... | add regression test for nonzero addis |
tree | commitdiff |
2020-08-22 |
Luke Kenneth Casso... | r0 zero tests on addis, fails |
tree | commitdiff |
2020-08-17 |
Luke Kenneth Casso... | fix signed variants of cmp in alu |
tree | commitdiff |
2020-08-17 |
Luke Kenneth Casso... | add new cmp test for alu |
tree | commitdiff |
2020-08-16 |
Luke Kenneth Casso... | attempting to track down bug in litex bios memtest |
tree | commitdiff |
2020-08-14 |
Luke Kenneth Casso... | divide alu pipeline into 2 (simple last) |
tree | commitdiff |
2020-07-29 |
Luke Kenneth Casso... | move actual ALU test out of subTest indentation just... |
tree | commitdiff |
2020-07-29 |
Jacob Lifshay | clean up alu test_pipe_caller |
tree | commitdiff |
2020-07-29 |
Jacob Lifshay | add __init__.py to all source directories |
tree | commitdiff |
2020-07-29 |
Jacob Lifshay | format some tests |
tree | commitdiff |
2020-07-26 |
Luke Kenneth Casso... | convert ALU to new accumulator style |
tree | commitdiff |
2020-07-25 |
Luke Kenneth Casso... | add spec page numbers to logical ops |
tree | commitdiff |
2020-07-25 |
Luke Kenneth Casso... | add page-number comments to ALU main_stage |
tree | commitdiff |
2020-07-22 |
Jacob Lifshay | Merge remote-tracking branch 'origin/master' |
tree | commitdiff |
2020-07-22 |
Jacob Lifshay | format code |
tree | commitdiff |
2020-07-21 |
Luke Kenneth Casso... | whitespace |
tree | commitdiff |
2020-07-21 |
Luke Kenneth Casso... | make cxxsim optional and print warning |
tree | commitdiff |
2020-07-19 |
Luke Kenneth Casso... | use same write_vcd for cxxsim as pysim |
tree | commitdiff |
2020-07-19 |
Luke Kenneth Casso... | fix bug in alu_fsm.py found by cxxsim: missing one... |
tree | commitdiff |
2020-07-15 |
Luke Kenneth Casso... | use Record Assert and also check muxid |
tree | commitdiff |
2020-07-14 |
Luke Kenneth Casso... | reduce code size by using CompOpSubsetBase for ALU... |
tree | commitdiff |
2020-07-14 |
Luke Kenneth Casso... | attempting running cxxsim on ALU pipeline test |
tree | commitdiff |
2020-07-12 |
Luke Kenneth Casso... | rename InternalOp to MicrOp |
tree | commitdiff |
2020-07-11 |
Luke Kenneth Casso... | sorting out bigendian/littleendian including in qemu |
tree | commitdiff |
2020-07-09 |
Luke Kenneth Casso... | also set so only if OE requires it |
tree | commitdiff |
2020-07-09 |
Luke Kenneth Casso... | whoops test gets copied 4 times on the If. |
tree | commitdiff |
2020-07-09 |
Luke Kenneth Casso... | ALU output stage, change logic slightly |
tree | commitdiff |
2020-07-09 |
Luke Kenneth Casso... | clarifying comments on setting xer_ov/so |
tree | commitdiff |
2020-07-08 |
Jacob Lifshay | Merge branch 'master' of ssh://git.libre-riscv.org... |
tree | commitdiff |
2020-07-06 |
Luke Kenneth Casso... | remove alu unneeded op record data |
tree | commitdiff |
2020-07-06 |
Luke Kenneth Casso... | remove alu unneeded op record data |
tree | commitdiff |
next |