aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/spiflash.core
Commit message (Collapse)AuthorAgeFilesLines
* Add FuseSoC .core file for SPI Flash modelOlof Kindgren2018-07-261-0/+24
This allows other cores to depend on spiflash. Can also be used to run the spiflash testbench with fusesoc run --tool=<tool> spiflash --firmware=path/to/firmware.hex This has been tested with icarus, modelsim and xsim. Fails with isim If --tool is left out, icarus will be used as default