You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
258 B

FROM hdlc/ghdl:yosys as gatemate
COPY packages/gatemate-toolchain.tar.gz /root/
RUN cd /root && \
tar xf gatemate-toolchain.tar.gz -C /opt/ && \
rm gatemate-toolchain.tar.gz
## Enhance path variable
ENV PATH "/opt/cc-toolchain-linux/bin/p_r:$PATH"