aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed "make timing" in dhrystone/Clifford Wolf2016-04-131-2/+3
* "xori" is sometimes disassembled as "not" (with -1 imm)Clifford Wolf2016-04-131-0/+1
* Fixed dbg_ signals: no latches (formal verification doesn't like latches)Clifford Wolf2016-04-131-0/+21
* Added asmcheck to scripts/torture/Clifford Wolf2016-04-132-4/+43
* Fixed speed stats copy&paste errorClifford Wolf2016-04-131-1/+1
* Added batch size parameter for torture testClifford Wolf2016-04-131-2/+3
* Updated area statsClifford Wolf2016-04-131-3/+3
* Minor change in DEBUGASM outputClifford Wolf2016-04-131-1/+1
* Fixed scripts/vivado/table.sh output formattingClifford Wolf2016-04-131-3/+3
* Added SBREAK handling for CATCH_ILLINSN=0Clifford Wolf2016-04-133-1/+13
* Streamlined debug signalsClifford Wolf2016-04-131-56/+87
* Some area improvementsClifford Wolf2016-04-131-5/+6
* Use ifdef instead of generate if so we don't confuse VivadoClifford Wolf2016-04-131-34/+35
* Added xcku/xcvu handling to scripts/vivado/table.shClifford Wolf2016-04-131-0/+2
* 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 3...Clifford Wolf2016-04-111-4/+7
* 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