mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -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=""
|
||||
macro_args=""
|
||||
no_warnings=1
|
||||
process="elaborate,netlist,techmap,verilog,link"
|
||||
process="elaborate,netlist,techmap,verilog"
|
||||
|
||||
declare -a excluded_warnings=("Resizing cell port")
|
||||
|
||||
|
@ -135,11 +135,6 @@ done
|
|||
echo "synth -top $top_level"
|
||||
fi
|
||||
|
||||
# link design
|
||||
if echo "$process" | grep -q "link"; then
|
||||
echo "link_design -top $top_level"
|
||||
fi
|
||||
|
||||
# convert to netlist
|
||||
if echo "$process" | grep -q "netlist"; then
|
||||
echo "proc; opt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue