yosys/techlibs/intel
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
..
common
cyclone10lp
cycloneiv
cycloneive
max10
Makefile.inc
synth_intel.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00