aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disabled CATCH_ILLINSN for torture test (needs sbreak)Clifford Wolf2016-04-121-1/+0
|
* Added (by default disabled) register file access wires for debuggingClifford Wolf2016-04-121-0/+34
|
* Bugfix for CATCH_ILLINSN <-> WITH_PCPI interactionClifford Wolf2016-04-121-1/+1
|
* Run torture test with random PicoRV32 configsClifford Wolf2016-04-125-11/+54
|
* Added "picorv32_pcpi_div" module to README.mdClifford Wolf2016-04-121-0/+1
|
* Updated stats, added Kintex/Virtex UltraScale timingsClifford Wolf2016-04-121-18/+23
|
* Added ENABLE_COUNTERS64 config parameterClifford Wolf2016-04-122-6/+19
|
* Added BARREL_SHIFTER config parameterClifford Wolf2016-04-124-13/+39
|
* Added Kintex/Virtex UltraScale to "make table.txt" in scripts/vivado/Clifford Wolf2016-04-122-1/+11
|
* Building the tools in sequence is much fasterClifford Wolf2016-04-111-1/+4
|
* Added "make mrpoper" to scripts/torture/Clifford Wolf2016-04-111-2/+5
|
* Updated area statsClifford Wolf2016-04-111-3/+3
|
* Do not re-load a word to read the 16 bit opcode in the upper halfClifford Wolf2016-04-111-14/+44
|
* Do not load next word when loading a 16 bit opcode from the upper half of a ↵Clifford Wolf2016-04-111-4/+7
| | | | 32bit word
* Updated READMEClifford Wolf2016-04-111-3/+5
|
* Added "make build-tools"Clifford Wolf2016-04-112-0/+11
|
* Updated area statsClifford Wolf2016-04-101-5/+5
|
* Fixed signed division by zero handlingClifford Wolf2016-04-101-1/+1
|
* Added mul/div support to scripts/torture/Clifford Wolf2016-04-104-22/+18
|
* Updates dhrystone resultsClifford Wolf2016-04-103-6/+12
|
* Added ENABLE_DIV and picorv32_pcpi_divClifford Wolf2016-04-108-5/+298
|
* Using compressed ISA in cxxdemoClifford Wolf2016-04-102-6/+9
|
* Support mem_la interface in torture testClifford Wolf2016-04-104-16/+60
|
* Bugfix in memory interface (related to compressed ISA)Clifford Wolf2016-04-101-3/+3
|
* Using Verilator in torture test benchClifford Wolf2016-04-104-14/+46
|
* Updated riscv-gnu-toolchain (c.addi16sp bugfix)Clifford Wolf2016-04-104-6/+5
|
* Updated area tableClifford Wolf2016-04-092-3/+4
|
* Added documentation for COMPRESSED_ISA parameterClifford Wolf2016-04-092-1/+6
|
* Bugfix in C.SRAI implementationClifford Wolf2016-04-091-1/+1
|
* Bugfix in C.ADDI4SPN implementationClifford Wolf2016-04-091-2/+2
|
* Improvements in scripts/torture/Clifford Wolf2016-04-093-1/+23
|
* Work-around for c.addi16sp zero-imm gas bug (for torture test)Clifford Wolf2016-04-091-1/+3
|
* Merge branch 'master' into compressedClifford Wolf2016-04-093-7/+55
|\
| * Added "make clean" handling of riscv-gnu-toolchain-riscv32* directoriesClifford Wolf2016-04-092-0/+6
| |
| * Added "make build-riscv32i-tools" and friendsClifford Wolf2016-04-092-2/+44
| |
| * Updated riscv-gnu-toolchain versionClifford Wolf2016-04-091-5/+5
| |
* | Use RV32IC in scripts/torture/Clifford Wolf2016-04-083-2/+3
| |
* | Merge branch 'master' into compressedClifford Wolf2016-04-0810-2/+434
|\|
| * Added c_ebreak support to riscv-isa-sim-sbreak.diffClifford Wolf2016-04-081-0/+14
| |
| * Batch processing for scripts/torture/Clifford Wolf2016-04-083-4/+98
| |
| * Single test support in scripts/torture/Clifford Wolf2016-04-084-22/+115
| |
| * Added scripts/torture for riscv-torture testsClifford Wolf2016-04-067-0/+231
| |
| * Updated riscv-gnu-toolchain versionClifford Wolf2016-04-061-2/+2
| |
* | Merge branch 'master' into compressedClifford Wolf2016-04-053-67/+161
|\|
| * Added mem_wstrb documentationClifford Wolf2016-04-031-0/+5
| |
| * Merge pull request #5 from neuschaefer/devClifford Wolf2016-04-031-1/+2
| |\ | | | | | | README.md: Document the meaning of mem_instr
| | * README.md: Document the meaning of mem_instrJonathan Neuschäfer2016-04-031-1/+2
| | |
| * | Merge branch 'refactoring'Clifford Wolf2016-03-022-66/+154
| |\ \
| | * | Merged axi4_memory.v and picorv32_wrapper.v back into testbench.vClifford Wolf2016-03-024-321/+311
| | | |
| | * | Add option to load alternative firmware with plusargOlof Kindgren2016-02-181-1/+6
| | | |