yosys/passes
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
..
cmds Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
equiv Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
fsm Add the $anyinit cell and the formalff pass 2022-08-16 13:37:30 +02:00
hierarchy Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
memory Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
opt Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
pmgen Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
proc proc_rom: Add special handling of const-0 address bits. 2022-05-18 17:32:30 +02:00
sat Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
techmap Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
tests Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00