Commit graph

9 commits

Author SHA1 Message Date
Rupert Swarbrick
7bbd806a60 In util, restrict mypy linting to sv2v_in_place.py
The other scripts in the directory don't have typing annotations.
2020-09-17 15:51:40 +01:00
Tobias Wölfel
c8d4f2d950 Move sv2v script into standalone core file
FuseSoC script to run sv2v can be reused with this change.
2020-09-16 16:30:20 +01:00
Greg Chadwick
00b46d9abe [cfg] Add PMP parameters to ibex_config.yaml
Also renames configs as part of this as they start to get unweildy if
all features get described in the config name.
2020-05-15 09:03:04 +01:00
Greg Chadwick
dba0529156 [ci] Introduce multiple-configuration CI 2020-03-27 10:30:46 +00:00
Stephano Cetola
bfba13bbf3 Fix FPGA part number for Arty A7-100T
For some reason the part number between the Arty A7-35T and the Arty
A7-100T differs by 1 letter (TICSG vs TCSG). This patch fixes the part
number for the Arty A7-100T to remove the "i".

Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
2020-02-02 11:47:59 +01:00
Stefan Tauner
0f0571f0ee FPGA example: add support for the Arty A7-35 2020-01-27 20:18:17 +00:00
Tobias Wölfel
347b80f631 [make] Fix target reference 2019-12-21 10:05:39 +01:00
Tobias Wölfel
e5ee5fa81a [make] Add CS Register testbench targets
New targets to build and run the testbench.
Minor cleanup for parallel make runs.
2019-11-26 15:02:37 +01:00
Tobias Wölfel
a264ee6e7f [make] Add Makefile for common tasks
Instead of copying the commands from the documentation or using the
shell history to find the commands use a Makefile as a convenience to
run some common tasks.
A shell's completion system can make use of the targets and provide tab
completion.
2019-11-20 12:12:06 +01:00