aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/icebreaker.v
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #202 from osresearch/icebreaker-fast-mulClaire Xen2021-12-061-1/+3
|\ | | | | picosoc: enable fast multiply option for icebreaker
| * picosoc: enable fast multiply option for icebreakerTrammell Hudson2021-09-021-1/+3
| | | | | | | | | | | | | | | | | | This patch splits the picosoc's `ENABLE_MULDIV` paramter into `ENABLE_MUL`, `ENABLE_DIV` and `ENABLE_FAST_MUL`, and also enables the DSP-based fast multiplier for the iCE40up5k icebreaker board. Signed-off-by: Trammell Hudson <hudson@trmm.net>
* | Fix copyright infoClaire Xenia Wolf2021-12-021-1/+1
|/ | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
* Short modification in the error stringPascal Cotret2019-10-291-1/+1
|
* icebreaker: artificially limit available RAM to speed-up simulationSteffen Vogel2019-02-121-1/+3
|
* picosoc: increase available memory by using SPRAM instead of BRAM for the ↵Steffen Vogel2019-02-111-1/+8
| | | | Icebreaker example
* Add PicoSoC IceBreaker demoClifford Wolf2018-08-181-0/+140
Signed-off-by: Clifford Wolf <clifford@clifford.at>