3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-16 23:25:44 +00:00
yosys/passes/sat
Krystine Sherwin a3968d43f0
Drop deprecation on Design::selected_modules()
Instead, change the default `Design::selected_modules()` to match the behaviour (i.e. `selected_unboxed_modules_warn()`) because it's a lot of files to touch and they don't really _need_ to be updated.
Also change `Design::selected_whole_modules()` users over to `Design::selected_unboxed_whole_modules()`, except `attrmap` because I'm not convinced it should be ignoring boxes.  So instead, leave the deprecation warning for that one use and come back to the pass another time.
2025-03-14 14:08:56 +13:00
..
assertpmux.cc
async2sync.cc async2sync, clk2fflogic: Add support for $check and $print cells 2024-02-01 20:10:39 +01:00
clk2fflogic.cc clk2fflogic: run peepopt -formalclk before processing design 2024-08-07 10:14:04 +01:00
cutpoint.cc Use selection helpers 2025-03-14 14:08:13 +13:00
eval.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
example.v
example.ys
expose.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
fmcombine.cc
fminit.cc
formalff.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
freduce.cc
Makefile.inc Add recover_names pass to recover names post-mapping 2023-05-25 10:55:07 +02:00
miter.cc
mutate.cc hashlib: redo interface for flexibility 2024-12-18 14:49:25 +01:00
qbfsat.cc Deprecate gcc-4.8 2023-01-11 09:54:19 +01:00
qbfsat.h Deprecate gcc-4.8 2023-01-11 09:54:19 +01:00
recover_names.cc mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
sat.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
sim.cc Drop deprecation on Design::selected_modules() 2025-03-14 14:08:56 +13:00
supercover.cc
synthprop.cc synthprop: Reformat the help 2024-07-25 11:43:58 +02:00