File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 1111 @echo " or how to set-up the different environments."
1212
1313# Use a parallel run (make -j N) for a faster build
14- build-all : build-riscv-compliance build-simple-system build-arty-100 \
14+ build-all : build-riscv-compliance build-simple-system \
1515 build-csr-test
1616
1717
@@ -52,34 +52,6 @@ run-simple-system: sw-simple-hello | $(Vibex_simple_system)
5252 --raminit=$(simple-system-program )
5353
5454
55- # Arty A7 FPGA example
56- # Use the following targets (depending on your hardware):
57- # - "build-arty-35"
58- # - "build-arty-100"
59- # - "program-arty"
60- arty-sw-program = examples/sw/led/led.vmem
61- sw-led : $(arty-sw-program )
62-
63- .PHONY : $(arty-sw-program )
64- $(arty-sw-program ) :
65- cd examples/sw/led && $(MAKE )
66-
67- .PHONY : build-arty-35
68- build-arty-35 : sw-led
69- fusesoc --cores-root=. run --target=synth --setup --build \
70- lowrisc:ibex:top_artya7 --part xc7a35ticsg324-1L
71-
72- .PHONY : build-arty-100
73- build-arty-100 : sw-led
74- fusesoc --cores-root=. run --target=synth --setup --build \
75- lowrisc:ibex:top_artya7 --part xc7a100tcsg324-1
76-
77- .PHONY : program-arty
78- program-arty :
79- fusesoc --cores-root=. run --target=synth --run \
80- lowrisc:ibex:top_artya7
81-
82-
8355# Lint check
8456.PHONY : lint-core-tracing
8557lint-core-tracing :
You can’t perform that action at this time.
0 commit comments