mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 09:37:38 -04:00
remove deprecared yosys link
This commit is contained in:
parent
8230b37411
commit
b48b605b51
1 changed files with 1 additions and 6 deletions
|
@ -28,7 +28,7 @@ dir_list=()
|
||||||
inc_args=""
|
inc_args=""
|
||||||
macro_args=""
|
macro_args=""
|
||||||
no_warnings=1
|
no_warnings=1
|
||||||
process="elaborate,netlist,techmap,verilog,link"
|
process="elaborate,netlist,techmap,verilog"
|
||||||
|
|
||||||
declare -a excluded_warnings=("Resizing cell port")
|
declare -a excluded_warnings=("Resizing cell port")
|
||||||
|
|
||||||
|
@ -135,11 +135,6 @@ done
|
||||||
echo "synth -top $top_level"
|
echo "synth -top $top_level"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# link design
|
|
||||||
if echo "$process" | grep -q "link"; then
|
|
||||||
echo "link_design -top $top_level"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# convert to netlist
|
# convert to netlist
|
||||||
if echo "$process" | grep -q "netlist"; then
|
if echo "$process" | grep -q "netlist"; then
|
||||||
echo "proc; opt"
|
echo "proc; opt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue