yosys/passes/memory
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 Add memory_bmux2rom pass. 2022-05-18 22:48:55 +02:00
memlib.cc Add memory_libmap pass. 2022-05-18 17:32:56 +02:00
memlib.h Add memory_libmap pass. 2022-05-18 17:32:56 +02:00
memlib.md Add memory_libmap pass. 2022-05-18 17:32:56 +02:00
memory.cc Add -no-rw-check option to memory_dff + memory + synth_{ice40,ecp5,gowin}. 2022-06-02 23:16:12 +02:00
memory_bmux2rom.cc Add memory_bmux2rom pass. 2022-05-18 22:48:55 +02:00
memory_bram.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
memory_collect.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
memory_dff.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
memory_libmap.cc memory_libmap: Fix wrprio handling. 2022-06-17 02:09:37 +02:00
memory_map.cc memory_map: Add -formal option 2022-08-16 13:37:30 +02:00
memory_memx.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
memory_narrow.cc Add memory_narrow pass. 2021-05-25 03:04:13 +02:00
memory_nordff.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
memory_share.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
memory_unpack.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00