aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix simulationMiodrag Milanovic2021-12-271-8/+8
|
* Merge pull request #166 from tommythorn/masterClaire Xen2021-12-061-2/+2
|\ | | | | Enable the use of 64-bit riscv tools
| * Enable the use of 64-bit riscv toolsTommy Thorn2020-06-031-2/+2
| | | | | | | | | | | | | | | | | | Many Linux distributions now include the tools for RISC-V (for example Ubuntu 20.04 has gcc-riscv64-unknown-elf) but in order for make TOOLCHAIN_PREFIX=riscv64-unknown-elf- to work we need to be explicit about compiling for 32-bit.
* | Merge pull request #173 from tonymmm1/hx8kdemo-nextpnrClaire Xen2021-12-061-4/+4
|\ \ | | | | | | changed hx8kdemo from arachne-pnr to nextpnr-ice40
| * | changed hx8kdemo from arachne-pnr to nextpnr-ice40tonymmm12020-08-091-4/+4
| |/
* / picosoc: enable fast multiply option for icebreakerTrammell Hudson2021-09-021-2/+2
|/ | | | | | | | | 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>
* added CROSS prefix and CFLAGS to the picsoc/MakefileRené Rebe2019-11-141-8/+11
| | | | | so one can run it with other toolchains, e.g. CROSS=riscv64-t2-linux-gnu- CFLAGS=-mabi=ilp32, too
* fix typo in picosoc/Makefile for hx8k boardChris Clark2019-03-011-1/+1
|
* picosoc: use preprocessor for generating target-specific linker scriptSteffen Vogel2019-02-111-4/+10
|
* picosoc: increase available memory by using SPRAM instead of BRAM for the ↵Steffen Vogel2019-02-111-3/+3
| | | | Icebreaker example
* Fix PicoSoC firmware filename for simulationJörg Mische2018-10-011-8/+8
|
* fix firmware recipesmatt venn2018-08-301-4/+4
|
* Add icebreaker example PicoSoC implementationClifford Wolf2018-08-191-13/+21
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add PicoSoC IceBreaker demoClifford Wolf2018-08-181-3/+40
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve picosoc demo firmware, picosoc firmware build fixesClifford Wolf2018-08-141-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Created lfs file (section mappint) and init for data and bss sectionsMiodrag Milanovic2018-04-161-2/+2
|
* Fix picosoc hx8kdemo_tbClifford Wolf2017-11-111-1/+1
|
* Add PICORV32_REGS mechanism for ASIC sram instantiationClifford Wolf2017-10-011-1/+6
|
* Enable a bunch of PicoRV32 features in PicoSoCClifford Wolf2017-09-221-1/+1
|
* Remove generic PicoSoC testbenchClifford Wolf2017-09-211-22/+16
|
* Improve PicoSoC demo firmwareClifford Wolf2017-09-181-1/+1
|
* Improve PicoSoC demo firmware (read flash ID is working now)Clifford Wolf2017-09-161-1/+1
|
* Switch PicoSoC firmware to CClifford Wolf2017-09-151-2/+2
|
* Improve picosoc firmware build processClifford Wolf2017-09-151-8/+8
|
* Add simple UART to PicoSoCClifford Wolf2017-08-111-3/+3
|
* Improve and cleanup picosoc firmwareClifford Wolf2017-08-111-7/+7
|
* Major rewrite of picosoc spimemio coreClifford Wolf2017-08-071-1/+17
|
* Refactor picosoc codeClifford Wolf2017-08-071-13/+21
|
* Rename "spiflash" example to "picosoc"Clifford Wolf2017-08-071-0/+46