mirror of https://github.com/lnis-uofu/SOFA.git
5 lines
164 B
Bash
5 lines
164 B
Bash
|
#! /usr/bin/env bash
|
||
|
|
||
|
echo "Running netlist synthesis script"
|
||
|
rm -rf ${VERILOG_PROJ_DIR}/SRCSynth/
|
||
|
cp -r ${VERILOG_PROJ_DIR}/SRCLint/ ${VERILOG_PROJ_DIR}/SRCSynth/
|