3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-20 08:24:50 +00:00
yosys/passes/sat
Krystine Sherwin 4ac100fe13
cutpoint: Track wire drivers
Necessary to avoid multiple drivers being inserted when a blackbox has inout ports (like when importing an unknown module with `verific`).
If any bits of an inout port have a known driver, treat the port as an input.
If there are no bits with a known driver, treat the port as an output, and mark each bit as having a driver.
2025-08-06 18:11:05 +12:00
..
assertpmux.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
async2sync.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
clk2fflogic.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
cutpoint.cc cutpoint: Track wire drivers 2025-08-06 18:11:05 +12:00
eval.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
example.v Added support for shifter cells to SAT generator 2013-06-08 15:12:08 +02:00
example.ys Fixes in old SAT example.ys 2014-09-01 11:45:47 +02:00
expose.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
fmcombine.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
fminit.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
formalff.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
freduce.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
Makefile.inc Add recover_names pass to recover names post-mapping 2023-05-25 10:55:07 +02:00
miter.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
mutate.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
qbfsat.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
qbfsat.h Deprecate gcc-4.8 2023-01-11 09:54:19 +01:00
recover_names.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
sat.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
sim.cc sim.cc: Move cycle check 2025-05-12 12:48:01 +12:00
supercover.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
synthprop.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00