3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-02 01:13:19 +00:00
yosys/passes/sat
Krystine Sherwin af3c28f274
synthprop: Use override keyword
`formatted_help()` introduced the override keyword, which means that the other two methods that were marked as virtual instead raised a warning about inconsistent use of override.  This fixes that by bringing the synthprop (more) in line with the rest of the code-base.
2025-07-21 10:36:18 +12:00
..
assertpmux.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
async2sync.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
clk2fflogic.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
cutpoint.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +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 rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
fmcombine.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
fminit.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
formalff.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
freduce.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
Makefile.inc Add recover_names pass to recover names post-mapping 2023-05-25 10:55:07 +02:00
miter.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
mutate.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
qbfsat.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12: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 cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
sim.cc sim.cc: Move cycle check 2025-05-12 12:48:01 +12:00
supercover.cc cmdref: Assigning cmds to formal group 2025-07-21 10:35:56 +12:00
synthprop.cc synthprop: Use override keyword 2025-07-21 10:36:18 +12:00