Fix header comments

This commit is contained in:
Mario Romero 2023-09-24 15:54:09 -03:00
parent 3c8afae437
commit 0ef5368c78
7 changed files with 20 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-heavy-arch
# Dev enviroment for analog circuits development using xschem and klayout.
# OSIC Stacks - analog-heavy
# Dev environment for analog design.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as analog-heavy
@ -7,7 +7,12 @@ FROM $BASE_IMG as analog-heavy
RUN sudo pacman -Syuq --noconfirm
# Install packages
RUN sudo aur-install xschem glu magic-git klayout
RUN sudo aur-install \
xschem \
glu \
magic-git \
klayout \
netgen-lvs-git
# Clean cache
RUN sudo pacman -Scc

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xk
# Dev enviroment for analog circuits development using xschem and klayout.
# Dev environment for analog circuits development using xschem and klayout.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as analog-xk
@ -9,7 +9,8 @@ RUN sudo pacman -Syuq --noconfirm
# Install packages
RUN sudo aur-install \
xschem \
klayout
klayout \
netgen-lvs-git
RUN pip install gdsfactory --break-system-packages
RUN pip install gf180 --upgrade --break-system-packages

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xm
# Dev enviroment for analog circuits development using xschem and magic.
# Dev environment for analog circuits development using xschem and magic.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as analog-xm

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xk-arch
# Dev enviroment for analog circuits development using xschem and klayout.
# OSIC Stacks - digital-ator
# Dev environment for digital circuits development using verilator and yosys.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as digital-ator

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xk-arch
# Dev enviroment for analog circuits development using xschem and klayout.
# OSIC Stacks - digital-heavy
# Dev environment for digital design.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as digital-heavy

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xk-arch
# Dev enviroment for analog circuits development using xschem and klayout.
# OSIC Stacks - digital-icarus
# Dev environment for digital circuits development using icarus verilog and yosys.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as digital-icarus

View File

@ -1,5 +1,5 @@
# OSIC Stacks - analog-xk-arch
# Dev enviroment for analog circuits development using xschem and klayout.
# OSIC Stacks - heavy
# Dev environment for ic design.
ARG BASE_IMG=osicstacks-base-desktop
FROM $BASE_IMG as heavy