Add FREEPDK45 to paths

This commit is contained in:
mrg 2022-03-07 07:58:00 -08:00
parent 4faf97005f
commit 134d7cde7a
2 changed files with 4 additions and 1 deletions

View File

@ -149,8 +149,8 @@ RUN rm -rf /var/lib/apt/lists/*
# ### SET UP A GENERIC USER ###
RUN mkdir /home/cad-user
RUN useradd cad-user
RUN mkdir /home/cad-user
RUN chown -R cad-user /home/cad-user
RUN chgrp -R cad-user /home/cad-user
ADD set-paths.sh /home/cad-user/.bashrc

View File

@ -17,3 +17,6 @@ export XYCE_NO_TRACKING="anything at all"
# OpenRAM
export OPENRAM_HOME=/openram/compiler
export OPENRAM_TECH=/openram/technology
# FreePDK45
export FREEPDK45=/freepdk45