Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-008
/
slot-016
/
3105a070716e63e587acd2e3f55208c3fd2c96b8
/
.
/
deps
/
timing-scripts
/
Dockerfile
blob: 4696aff5a8f80e88b4f8e37cc0ad3bbde724d348 [
file
] [
log
] [
blame
]
from
fedora
:
36
RUN yum install
-
y yosys python3
-
pip
&&
\
pip3 install click pyverilog
&&
\
yum clean all
&&
\
rm
-
rf
/
var
/
cache
/
yum