Sign in
foss-eda-tools
/
third_party
/
shuttle
/
gf180mcu
/
mpw-000
/
slot-020
/
eb5d21bcc581c301deff0357aedc14af98cc85a7
/
.
/
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