Skip to content

Commit 9e8b32a

Browse files
rswarbrickhcallahan-lowrisc
authored andcommitted
Remove stale link to examples/sw/led
This directory used to contain an example of a led driver, but Greg removed it with ac245b3. We forgot to delete this link.
1 parent 587e9fe commit 9e8b32a

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

Makefile

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help:
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
8557
lint-core-tracing:

0 commit comments

Comments
 (0)