forked from Mario1159/osic-stacks
Fix header comments
This commit is contained in:
parent
3c8afae437
commit
0ef5368c78
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-heavy-arch
|
# OSIC Stacks - analog-heavy
|
||||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
# Dev environment for analog design.
|
||||||
ARG BASE_IMG=osicstacks-base-desktop
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as analog-heavy
|
FROM $BASE_IMG as analog-heavy
|
||||||
|
|
||||||
@ -7,7 +7,12 @@ FROM $BASE_IMG as analog-heavy
|
|||||||
RUN sudo pacman -Syuq --noconfirm
|
RUN sudo pacman -Syuq --noconfirm
|
||||||
|
|
||||||
# Install packages
|
# 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
|
# Clean cache
|
||||||
RUN sudo pacman -Scc
|
RUN sudo pacman -Scc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xk
|
# 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
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as analog-xk
|
FROM $BASE_IMG as analog-xk
|
||||||
|
|
||||||
@ -9,7 +9,8 @@ RUN sudo pacman -Syuq --noconfirm
|
|||||||
# Install packages
|
# Install packages
|
||||||
RUN sudo aur-install \
|
RUN sudo aur-install \
|
||||||
xschem \
|
xschem \
|
||||||
klayout
|
klayout \
|
||||||
|
netgen-lvs-git
|
||||||
|
|
||||||
RUN pip install gdsfactory --break-system-packages
|
RUN pip install gdsfactory --break-system-packages
|
||||||
RUN pip install gf180 --upgrade --break-system-packages
|
RUN pip install gf180 --upgrade --break-system-packages
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xm
|
# 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
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as analog-xm
|
FROM $BASE_IMG as analog-xm
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xk-arch
|
# OSIC Stacks - digital-ator
|
||||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
# Dev environment for digital circuits development using verilator and yosys.
|
||||||
ARG BASE_IMG=osicstacks-base-desktop
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as digital-ator
|
FROM $BASE_IMG as digital-ator
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xk-arch
|
# OSIC Stacks - digital-heavy
|
||||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
# Dev environment for digital design.
|
||||||
ARG BASE_IMG=osicstacks-base-desktop
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as digital-heavy
|
FROM $BASE_IMG as digital-heavy
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xk-arch
|
# OSIC Stacks - digital-icarus
|
||||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
# Dev environment for digital circuits development using icarus verilog and yosys.
|
||||||
ARG BASE_IMG=osicstacks-base-desktop
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as digital-icarus
|
FROM $BASE_IMG as digital-icarus
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# OSIC Stacks - analog-xk-arch
|
# OSIC Stacks - heavy
|
||||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
# Dev environment for ic design.
|
||||||
ARG BASE_IMG=osicstacks-base-desktop
|
ARG BASE_IMG=osicstacks-base-desktop
|
||||||
FROM $BASE_IMG as heavy
|
FROM $BASE_IMG as heavy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user