Stefan Schippers
07/02/2022, 7:53 AMtop.schTim Edwards
07/02/2022, 1:59 PMopen_pdks/sky130/Makefile.in# In the sky130A variant, remove the reram schematic/symbol and references
        if test "x${XSCHEM_PATH}" != "x" ; then \
                if test "x$*" == "xA" ; then \
                        rm -f  ${XSCHEM_STAGING_$*}/sky130_tests/tb_reram* ; \
                        rm -f  ${XSCHEM_STAGING_$*}/sky130_fd_pr/reram* ; \
                        cat ${XSCHEM_STAGING_$*}/sky130_tests/top.sch | \
                                ${SED} -e "/reram/,+7d" \
                                > ${XSCHEM_STAGING_$*}/temp ; \
                        mv ${XSCHEM_STAGING_$*}/temp ${XSCHEM_STAGING_$*}/sky130_tests/top.sch ; \
                fi ; \
        fi#ifdef RERAM ...  #endifcommon/preproc.py${CPP}-DRERAMStefan Schippers
07/02/2022, 5:12 PM${SED} -e "/^C.*{.*reram.*}.*{.*[^}] *$/,/.*} *$/d" -e "/^C.*{.*reram.*}.*{.*} *$/d" \C {<symbol reference>} x y rot flip {<attribute list>}<attribute list>Tim Edwards
07/02/2022, 9:18 PM$$$test_reramtb_reramStefan Schippers
07/04/2022, 6:39 AM