3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-24 08:24:35 +00:00
yosys/passes/opt
KrystalDelusion 9465b2af95 Fitting help messages to 80 character width
Uses the regex below to search (using vscode):
	^\t\tlog\("(.{10,}(?<!\\n)|.{81,}\\n)"\);

Finds any log messages double indented (which help messages are)
and checks if *either* there are is no newline character at the end,
*or* the number of characters before the newline is more than 80.
2022-08-24 10:40:57 +12:00
..
Makefile.inc
muxpack.cc
opt.cc
opt_clean.cc Add the $anyinit cell and the formalff pass 2022-08-16 13:37:30 +02:00
opt_demorgan.cc
opt_dff.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
opt_expr.cc
opt_ffinv.cc opt_ffinv: Fix use after free. 2022-06-13 14:04:04 +02:00
opt_lut.cc
opt_lut_ins.cc
opt_mem.cc
opt_mem_feedback.cc
opt_mem_priority.cc
opt_mem_widen.cc
opt_merge.cc
opt_muxtree.cc
opt_reduce.cc opt_reduce: Fix use-after-free. 2022-07-23 17:27:26 +02:00
opt_share.cc
pmux2shiftx.cc
rmports.cc
share.cc
wreduce.cc wreduce: Keep more x-bits with -keepdc 2022-08-16 13:37:30 +02:00