Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fitting help messages to 80 character width | KrystalDelusion | 2022-08-24 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Fix the help message of synth_quicklogic. | Xing GUO | 2022-01-31 | 1 | -2/+2 |
| | |||||
* | quicklogic: ABC9 synthesis | Lofty | 2021-04-17 | 6 | -5/+80 |
| | |||||
* | quicklogic: PolarPro 3 support | Lofty | 2021-03-18 | 9 | -0/+770 |
Co-authored-by: Grzegorz LatosiĆski <glatosinski@antmicro.com> Co-authored-by: Maciej Kurc <mkurc@antmicro.com> Co-authored-by: Tarachand Pagarani <tpagarani@quicklogic.com> Co-authored-by: Lalit Sharma <lsharma@quicklogic.com> Co-authored-by: kkumar23 <kkumar@quicklogic.com> |