3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-14 09:55:37 +00:00
yosys/passes/cmds
Emil J. Tywoniak 3582b5df71 timeest: leave signorm mode
Every cell needs an AIG model or the pass errors out, and the signorm
marker cells are bookkeeping with no timing behaviour and no model:
`Unsupported cell '$input_port' in module 'top2'` (various/timeest).
Joining the ~20 passes that already opt out is cheaper than teaching the
estimator which cell types are not logic.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MQU5XCqDYY8MbivGkNRrDo
2026-07-21 16:52:45 +02:00
..
sdc prevent IdString construction when looking up module from instance type 2026-07-20 12:27:17 +02:00
abstract.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
add.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
autoname.cc passes: leave signorm mode where the index cannot be maintained 2026-07-21 14:05:07 +02:00
blackbox.cc passes: leave signorm mode where the index cannot be maintained 2026-07-21 14:05:07 +02:00
box_derive.cc WIP migration to twine 2026-07-20 13:57:10 +02:00
bugpoint.cc rtlil: replace SigSig actions with new type SyncAction 2026-07-20 15:01:30 +02:00
check.cc check: ask per module whether it carries a signorm index 2026-07-21 14:00:44 +02:00
chformal.cc WIP 2026-07-20 12:27:17 +02:00
chtype.cc WIP migration to twine 2026-07-20 13:57:10 +02:00
clean_zerowidth.cc rtlil: replace SigSig actions with new type SyncAction 2026-07-20 15:01:30 +02:00
CMakeLists.txt twine 2026-07-20 12:26:39 +02:00
connect.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
connwrappers.cc WIP 2026-07-20 12:27:17 +02:00
copy.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
delete.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
design.cc twine: avoid TwinePool::lookup 2026-07-20 12:27:18 +02:00
design_equal.cc rtlil: replace SigSig actions with new type SyncAction 2026-07-20 15:01:30 +02:00
dft_tag.cc WIP 2026-07-20 12:27:17 +02:00
dump_twines.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
edgetypes.cc WIP 2026-07-20 12:27:17 +02:00
example_dt.cc WIP 2026-07-20 12:27:17 +02:00
exec.cc Remove EMSCRIPTEN leftovers 2026-06-05 10:03:27 +02:00
future.cc WIP 2026-07-20 12:27:17 +02:00
glift.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
icell_liberty.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
internal_stats.cc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
linecoverage.cc WIP 2026-07-20 12:27:17 +02:00
linux_perf.cc Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
logcmd.cc Remove .c_str() calls from parameters to log_header() 2025-09-16 23:00:42 +00:00
logger.cc Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
ltp.cc WIP 2026-07-20 12:27:17 +02:00
plugin.cc fix dlopen using fs:path with mingw 2025-10-16 08:30:43 +02:00
portarcs.cc WIP 2026-07-20 12:27:17 +02:00
portlist.cc Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
printattrs.cc twine: fix replayability, reduce TwineSearch usage 2026-07-20 13:57:10 +02:00
rename.cc WIP migration to twine 2026-07-20 13:57:10 +02:00
scatter.cc WIP 2026-07-20 12:27:17 +02:00
scc.cc prevent IdString construction when looking up module from instance type 2026-07-20 12:27:17 +02:00
scratchpad.cc Typo 2026-02-09 09:05:56 -08:00
select.cc Fix twines 2026-07-20 15:01:30 +02:00
setattr.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
setenv.cc Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
setundef.cc WIP 2026-07-20 12:27:17 +02:00
show.cc rtlil: replace SigSig actions with new type SyncAction 2026-07-20 15:01:30 +02:00
sort.cc sort: fix whitespace 2026-07-20 15:01:30 +02:00
splice.cc WIP 2026-07-20 12:27:17 +02:00
splitcells.cc twine: fix replayability, reduce TwineSearch usage 2026-07-20 13:57:10 +02:00
splitnets.cc twine: fix replayability, reduce TwineSearch usage 2026-07-20 13:57:10 +02:00
sta.cc prevent IdString construction when looking up module from instance type 2026-07-20 12:27:17 +02:00
stat.cc WIP migration to twine 2026-07-20 13:57:10 +02:00
tee.cc Remove .c_str() from log_cmd_error() and log_file_error() parameters 2025-09-16 22:59:08 +00:00
test_patch.cc WIP 2026-07-20 12:27:17 +02:00
test_select.cc WIP 2026-07-20 12:27:17 +02:00
timeest.cc timeest: leave signorm mode 2026-07-21 16:52:45 +02:00
torder.cc WIP 2026-07-20 12:27:17 +02:00
trace.cc WIP 2026-07-20 12:27:17 +02:00
viz.cc WIP migration to twine 2026-07-20 12:27:18 +02:00
wrapcell.cc Fix twines 2026-07-20 15:01:30 +02:00
write_file.cc
xprop.cc WIP migration to twine 2026-07-20 13:57:10 +02:00