aboutsummaryrefslogtreecommitdiffstats
path: root/testbench.v
Commit message (Collapse)AuthorAgeFilesLines
* Merged axi4_memory.v and picorv32_wrapper.v back into testbench.vClifford Wolf2016-03-021-1/+307
|
* Split out verilator-incompatible code to top-level testbenchOlof Kindgren2016-02-181-99/+7
| | | | | | | Verilator doesn't handle verilog code that deals with time, such as delayed signals or the repeat task. Clock and reset generation are therefore moved to a separate file that can be replaced by a verilator module. VCD generation is also affected by this.
* Break out AXI4 memory to a separate moduleOlof Kindgren2016-02-181-162/+40
| | | | | This commit also adds support for setting the AXI_TEST and VERBOSE defines as plusargs or parameters
* Merged various testbench changes from compressed ISA branchClifford Wolf2016-02-031-1/+0
|
* Removed trailing whitespacesClifford Wolf2015-07-021-1/+1
|
* Some testbench-related improvementsClifford Wolf2015-07-021-2/+4
| | | | Patch by Larry Doolittle
* Improvements in picorv32_pcpi_mulClifford Wolf2015-06-281-1/+3
|
* More README stuffClifford Wolf2015-06-281-0/+7
|
* Added "make test_sp"Clifford Wolf2015-06-261-0/+3
|
* Added Pico Co-Processor Interface (PCPI)Clifford Wolf2015-06-261-0/+1
|
* Refactoring of IRQ handlingClifford Wolf2015-06-261-6/+10
|
* Added basic IRQ supportClifford Wolf2015-06-251-1/+7
|
* Improved AXI testsClifford Wolf2015-06-061-73/+83
|
* Improved AXI Interface TestbenchClifford Wolf2015-06-061-33/+108
|
* Initial importClifford Wolf2015-06-061-0/+148