aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/quicklogic
Commit message (Collapse)AuthorAgeFilesLines
* Fitting help messages to 80 character widthKrystalDelusion2022-08-241-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 GUO2022-01-311-2/+2
|
* quicklogic: ABC9 synthesisLofty2021-04-176-5/+80
|
* quicklogic: PolarPro 3 supportLofty2021-03-189-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>