We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843a9ed commit f771ca5Copy full SHA for f771ca5
scripts/el_docker
@@ -13,7 +13,7 @@ symbiflow_init = "bash -lec {}"
13
containers = [
14
{'tool': 'ghdl', 'image': 'ghdl/ghdl:buster-llvm-7', 'init': '', 'vendor': '', 'part': ''},
15
{'tool': 'verilator', 'image': 'verilator/verilator', 'init': '', 'vendor': '', 'part': ''},
16
- {'tool': 'flow.tcl', 'image': 'edalize/openlane-sky130:v0.12', 'init': '', 'vendor': '', 'part': ''},
+ {'tool': 'flow.tcl', 'image': 'edalize/openlane-sky130:mpw4', 'init': '', 'vendor': '', 'part': ''},
17
{'tool': 'mill', 'image': 'adoptopenjdk:8u282-b08-jre-hotspot', 'init': '', 'vendor': '', 'part': ''},
18
{'tool': 'sbt', 'image': 'adoptopenjdk:8u282-b08-jre-hotspot', 'init': '', 'vendor': '', 'part': ''},
19
{'tool': 'yosys', 'image': 'hdlc/yosys', 'init': '', 'vendor': '', 'part': ''},
0 commit comments