Skip to content

Commit 42e0da8

Browse files
committed
ghdl: updated the employed Docker container
1 parent c3da521 commit 42e0da8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ghdl/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/usr/bin/make
22

3-
DOCKER_CMD=docker run --rm -it -v $$HOME:$$HOME -w $$PWD ghdl/synth:beta
4-
5-
COMMAND=bash
3+
COMMAND=docker run --rm -it -v $$HOME:$$HOME -w $$PWD hdlc/ghdl:yosys bash
64

75
vhdl:
8-
$(DOCKER_CMD) $(COMMAND) $@.sh
6+
$(COMMAND) $@.sh
97

108
clean:
119
rm -fr *.cf

0 commit comments

Comments
 (0)