yosys/techlibs/sf2
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 sf2: replace sf2_iobs with {clkbuf,iopad}map 2020-07-09 21:28:52 +01:00
arith_map.v Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
cells_map.v sf2: Use dfflegalize. 2020-07-09 21:56:14 +02:00
cells_sim.v sf2: fix name of AND modules 2021-04-09 16:46:05 +02:00
synth_sf2.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00