Merge pull request #6093 from YosysHQ/cat/missing-deps

CMake: add missing dependency edges for `synth_*` passes
This commit is contained in:
Catherine 2026-08-06 15:25:13 +00:00 committed by GitHub
commit 17d51a3307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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