Commit graph

41 commits

Author SHA1 Message Date
bluew
01df5a78eb Add and update CV32E40P + PULPissimo configurations 2022-04-08 01:10:39 +02:00
bluew
cc161f4134 rules/pulpos/default_rules: Be verbose by default
Hides too many bugs
2022-04-08 01:09:59 +02:00
bluew
564ca51f85 pulpissimo_cv32e40p: Use plusargs to pass simulation parameters 2022-04-08 01:00:46 +02:00
Michael Rogenmoser
16675bb56b symlink work directory to build folder 2022-03-17 11:16:26 +01:00
Michael Rogenmoser
cbf6592ba2 VSIM variable can override vsim version 2022-03-17 11:15:54 +01:00
bluew
48e1bfb305 rules/control-pulp: Fix wrong include and file paths 2021-07-30 16:57:04 +02:00
bluew
863f6009aa Use zfinx for control-pulp 2021-07-27 23:58:48 +02:00
aottaviano
8e25ece3c8 Remove trailing spaces 2021-07-20 16:05:02 +02:00
Luca Valente
8891d83838 target: Add pulp with cv32e40p 2021-07-20 16:04:59 +02:00
Luca Valente
9eba7de59a target: Add pulpissimo with cv32e40p 2021-07-20 16:03:12 +02:00
aottaviano
9bcaac54a6 rules: Update compiler version and flags for control_pulp 2021-07-19 17:11:27 +02:00
aottaviano
8720ea32a1 rules: Fix control-pulp compilation flags 2021-07-15 11:04:55 +02:00
bluew
768f79d507 Add support for control-pulp 2021-07-13 17:33:01 +02:00
Manuel Eggimann
763fa6f72b Add SOC_FREQUENCY to fpga specific runtime configuration 2021-06-24 22:01:49 +02:00
Luca Valente
277d7ac330 Add support for running from flash
* Add possibility to supply additional vsim flags with run target
* Now the user can supply the bootmode=<spi|flash|fast_debug|jtag>
variable with the run target to choose the desired boot mode.
2021-05-05 17:39:24 +02:00
Manuel Eggimann
3903c87478 Create symlinks to waves folder in run target 2021-05-03 10:27:23 +02:00
Michael Rogenmoser
babf8b1c4e Add ibex compatibility to pulpissimo 2021-01-22 17:52:42 +01:00
Michael Rogenmoser
a3f57b07d3 Ibex cleanup 2021-01-04 14:09:11 +01:00
Michael Rogenmoser
c3cfcb45e4 Add ibex performance counters 2021-01-04 11:38:39 +01:00
Michael Rogenmoser
0996d82ddc Merge remote-tracking branch 'origin/master' into ibex_int 2020-12-22 17:02:33 +01:00
bluew
14e29fb342 rules: Fail if VSIM_PATH is undefined
You might think these are too many checks, but in fact each is needed to
cover all possible edge cases.

For example you could remove all the VSIM_PATH checks when creating the
symlink and force the creation of symlink (-f flag), but this will fail
for /boot, since on many machines /boot does actually exist.

Removing VSIM_PATH from the run target can cause problems when calling
run with a pre-compiled build directory etc.
2020-12-16 18:31:07 +01:00
bluew
3b2079e1bc rules: Generate fs and stdout dirs for run target
When running a questa simulation for pulp/pulpissimo, the testbench
tries to write some log files to stdout/ and fs/, which don't exist
resulting in an ENOENT.
2020-12-16 18:11:04 +01:00
bluew
d35b07640b rules: Mark clean and run target as PHONY 2020-12-16 18:09:51 +01:00
bluew
9044e45930 Revert "Merge pull request #11 from micprog/master"
This reverts commit d898ae3424, reversing
changes made to b8f77f397f.

The problem is that when you call `make run` twice, then the work target
tries to re-do it since its a broken symlink. Furthermore, it should be
anyway possible to get the bender flow working withouth symlinking the
work directory.
2020-12-16 18:05:28 +01:00
Michael Rogenmoser
5c9907fd7b Update ibex irq registers 2020-12-07 09:41:29 +01:00
Michael Rogenmoser
8db90e9429 Add compatibility for ibex 2020-11-25 14:38:38 +01:00
Michael Rogenmoser
1b44f3beb9 Cleanup symlink to remove dependency on BENDER variable 2020-11-20 09:24:05 +01:00
Michael Rogenmoser
c3a56d32b1 add work directory symlink for compatibility to pulp built with bender 2020-11-19 17:24:48 +01:00
Germain Haugou
da4157a0e2 Added possibility to define extra cflags from command-line 2020-03-05 14:28:27 +01:00
Germain Haugou
e58af071ba Few fixes for pulpissimo fpga, fll init is now deactivated and uart is selected by default 2020-03-05 13:21:52 +01:00
Germain Haugou
eca64eca67 Added config CONFIG_CL_BOOT to forward the execution to cluster side 2020-02-20 18:52:47 +01:00
Germain Haugou
5ef7ff3157 Few fixes to be able to use runtime without FC on pulp-open 2020-01-20 21:24:53 +01:00
Germain Haugou
697e6efbc3 Fixed issue with data placement leading to corruption 2020-01-14 23:02:03 +01:00
Germain Haugou
af8452d703 Added support for marsellus 2020-01-14 11:45:23 +01:00
bluew
c82ed91ce6 Fix unset PULP_LD when specifying toolchain path 2020-01-13 18:38:24 +00:00
bluew
b8557b6a0d Warn when user didn't specify toolchain path 2020-01-13 18:37:26 +00:00
Germain Haugou
f00be7504f Added possibility to give env var for toolchain 2019-12-19 14:38:15 +01:00
Germain Haugou
31052776f8 Added runner 2019-12-17 22:14:17 +01:00
Germain Haugou
fa62145237 Few fixes 2019-12-15 17:33:38 +01:00
Germain Haugou
cbcdbe22ff Few fixes 2019-12-15 16:58:00 +01:00
Germain Haugou
8b884c9667 Initial commit 2019-12-15 14:12:22 +01:00