Add digital stack

This commit is contained in:
Mario Romero 2023-09-03 19:56:20 -03:00
parent 86d5870129
commit 0c3674ac20

View File

@ -0,0 +1,17 @@
# OSIC Stacks - analog-xk-arch
# Dev enviroment for analog circuits development using xschem and klayout.
FROM osicstack-base-arch
# Update packages
RUN pacman -Syuq --noconfirm
# Install packages
RUN aur-install verilator gtkwave base-devel cmake
# Clean cache
RUN pacman -Scc
USER designer
# Initialize the enviroment keeping container alive
CMD ["sleep", "infinity"]