mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-25 23:19:35 +00:00
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.
|
||
|---|---|---|
| .. | ||
| tests | ||
| abc9_model.v | ||
| arith_map.v | ||
| brams_defs.vh | ||
| brams_xc2v.txt | ||
| brams_xc2v_map.v | ||
| brams_xc3sda.txt | ||
| brams_xc3sda_map.v | ||
| brams_xc4v.txt | ||
| brams_xc4v_map.v | ||
| brams_xc5v_map.v | ||
| brams_xc6v_map.v | ||
| brams_xcu_map.v | ||
| brams_xcv.txt | ||
| brams_xcv_map.v | ||
| cells_map.v | ||
| cells_sim.v | ||
| cells_xtra.py | ||
| cells_xtra.v | ||
| ff_map.v | ||
| lut_map.v | ||
| lutrams_xc5v.txt | ||
| lutrams_xc5v_map.v | ||
| lutrams_xcu.txt | ||
| lutrams_xcv.txt | ||
| lutrams_xcv_map.v | ||
| Makefile.inc | ||
| mux_map.v | ||
| synth_xilinx.cc | ||
| urams.txt | ||
| urams_map.v | ||
| xc3s_mult_map.v | ||
| xc3sda_dsp_map.v | ||
| xc4v_dsp_map.v | ||
| xc5v_dsp_map.v | ||
| xc6s_dsp_map.v | ||
| xc7_dsp_map.v | ||
| xcu_dsp_map.v | ||
| xilinx_dffopt.cc | ||