Skip to content

Commit 6c08653

Browse files
committed
yosys: updated the employed Docker container
1 parent 42e0da8 commit 6c08653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yosys/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make
22

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

55
all: vhdl vlog
66

0 commit comments

Comments
 (0)