3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-07 14:41:26 +00:00

CMake: add missing dependency edges for synth_* passes.

This commit is contained in:
Catherine 2026-08-06 14:48:56 +00:00
parent 25b06f428e
commit 1277640bdf
14 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
yosys_frontend(aigerparse
yosys_frontend(aiger
aigerparse.cc
aigerparse.h
REQUIRES

View file

@ -83,6 +83,7 @@ yosys_pass(abc9
design
opt
portarcs
read_aiger
read_verilog
scc
select
@ -90,6 +91,7 @@ yosys_pass(abc9
submod
techmap
wbflip
write_xaiger
)
yosys_pass(abc_new
abc_new.cc

View file

@ -33,6 +33,7 @@ yosys_pass(synth_analogdevices
share
simplemap
stat
synth
techmap
tribuf
wreduce

View file

@ -22,6 +22,7 @@ yosys_pass(synth_fabulous
read_verilog
share
stat
synth
techmap
tribuf
wreduce

View file

@ -40,6 +40,7 @@ yosys_pass(synth_gatemate
share
simplemap
stat
synth
techmap
tribuf
wreduce

View file

@ -31,6 +31,7 @@ yosys_pass(synth_gowin
sort
splitnets
stat
synth
techmap
tribuf
wreduce

View file

@ -60,6 +60,7 @@ yosys_pass(synth_ice40
share
simplemap
stat
synth
techmap
tribuf
wreduce

View file

@ -24,6 +24,7 @@ yosys_pass(synth_intel
read_verilog
setundef
stat
synth
techmap
tribuf
wreduce

View file

@ -25,6 +25,7 @@ yosys_pass(synth_intel_alm
read_verilog
share
stat
synth
techmap
tribuf
wreduce

View file

@ -44,6 +44,7 @@ yosys_pass(synth_lattice
share
simplemap
stat
synth
techmap
tribuf
wreduce

View file

@ -53,6 +53,7 @@ yosys_pass(synth_microchip
share
simplemap
stat
synth
techmap
tribuf
wreduce

View file

@ -31,6 +31,7 @@ yosys_pass(synth_nanoxplore
setundef
share
stat
synth
techmap
tribuf
wreduce

View file

@ -68,6 +68,7 @@ yosys_pass(synth_quicklogic
share
shregmap
stat
synth
techmap
tribuf
wreduce

View file

@ -65,6 +65,7 @@ yosys_pass(synth_xilinx
simplemap
sort
stat
synth
techmap
tribuf
wreduce