mirror of https://github.com/lnis-uofu/SOFA.git
19 lines
513 B
Bash
19 lines
513 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Working directory in github workspace
|
||
|
# Original repo is places ../SOFA-Chips
|
||
|
# for conditional file copy use PROJ_SUFFIX (example SOFA_HD)
|
||
|
|
||
|
echo "============================================="
|
||
|
echo " Not Implemented yet "
|
||
|
echo "============================================="
|
||
|
pwd
|
||
|
ls
|
||
|
ls */*
|
||
|
|
||
|
# MAGTYPE=mag magic -rcfile ${PDK_ROOT}/sky130A/libs.tech/magic/current/sky130A.magicrc -noc -dnull merge.tcl
|
||
|
|
||
|
|
||
|
# use fpga_top fpga_top_uut
|
||
|
# transform 1 0 0 0 1 0
|
||
|
# box 0 0 2500 3000
|