Fix header comments
This commit is contained in:
parent
3c8afae437
commit
0ef5368c78
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user