|
41 | 41 | "label": "Clean", |
42 | 42 | "type": "shell", |
43 | 43 | "linux":{ |
44 | | - "command": "docker run -rm -v $(pwd):/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf" |
| 44 | + "command": "docker run --rm -v $(pwd):/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf" |
45 | 45 | }, |
46 | 46 | "windows":{ |
47 | | - "command": "docker run -rm -v ${pwd}:/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf" |
| 47 | + "command": "docker run --rm -v ${pwd}:/build -w /build/Quartus -e LM_LICENSE_FILE=/opt/license.dat -v /path/to/license.dat:/opt/license.dat:ro -it mbtaylor1982/quartus:22.1 quartus_sh --clean RESDMAC.qpf" |
48 | 48 | }, |
49 | 49 | "detail": "Clean build folder", |
50 | 50 | "presentation": { |
|
72 | 72 | "label": "Run Testbench", |
73 | 73 | "type": "shell", |
74 | 74 | "linux":{ |
75 | | - "command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true" |
| 75 | + "command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true" |
76 | 76 | }, |
77 | 77 | "windows":{ |
78 | | - "command": "docker run -rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true" |
| 78 | + "command": "docker run --rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest pytest -o log_cli=true" |
79 | 79 | }, |
80 | 80 | "detail": "Run Testbench", |
81 | 81 | "presentation": { |
|
97 | 97 | "hide": true, |
98 | 98 | "type": "shell", |
99 | 99 | "linux":{ |
100 | | - "command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r" |
| 100 | + "command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r" |
101 | 101 | }, |
102 | 102 | "windows":{ |
103 | | - "command": "docker run -rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r" |
| 103 | + "command": "docker run --rm -v ${pwd}:/test -w /test -it mbtaylor1982/cocotb-iverilog:latest cocotb-clean -r" |
104 | 104 | }, |
105 | 105 | "detail": "clean up testbench outputs", |
106 | 106 | "presentation": { |
|
116 | 116 | "label": "Kicad_Output", |
117 | 117 | "type": "shell", |
118 | 118 | "linux":{ |
119 | | - "command": "docker run -rm -v $(pwd):$(pwd) -w $(pwd)/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start" |
| 119 | + "command": "docker run --rm -v $(pwd):$(pwd) -w $(pwd)/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start" |
120 | 120 | }, |
121 | 121 | "windows":{ |
122 | | - "command": "docker run -rm -v ${pwd}:/build -w /build/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start" |
| 122 | + "command": "docker run --rm -v ${pwd}:/build -w /build/KiCad -it ghcr.io/inti-cmnb/kicad5_auto:latest kibot --quick-start" |
123 | 123 | }, |
124 | 124 | "detail": "Generate Kicad Outputfiles", |
125 | 125 | "presentation": { |
|
0 commit comments