aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/lpf.cc
Commit message (Expand)AuthorAgeFilesLines
* ecp5: LOCATE in LPF works on singleton vectorrowanG0772023-01-311-1/+8
* ecp5: Improve error handling for missing end-"gatecat2023-01-021-9/+10
* refactor: Use constids instead of id("..")gatecat2022-02-161-1/+1
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Using hashlib in archesgatecat2021-06-021-3/+2
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-0/+4
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-1/+1
* ecp5: Use snake case for arch-specific functionsD. Shah2021-02-031-1/+1
* ecp5: Add a warning for unknown LPF IOBUF attrsDavid Shah2020-07-131-0/+8
* ecp5: Add parsing of SYSCONFIG line in LPFDavid Shah2020-07-121-1/+20
* lpf: Support // commentsDavid Shah2020-05-141-0/+3
* Fix assertion failure on invalid LOCATE input.Gary Wong2020-04-051-0/+2
* Use properties for settings and save in jsonMiodrag Milanovic2019-06-121-1/+1
* ecp5: Fix handling of CRLFs and uppercase frequency units in LPFDavid Shah2019-02-271-4/+6
* ecp5: Improve error handling and warning generation in LPF parserDavid Shah2019-02-251-19/+31
* ecp5: Add support for 'FREQUENCY NET' and 'FREQUENCY PORT' in lpfDavid Shah2019-02-241-1/+24
* ecp5: Add IO buffer insertionDavid Shah2018-10-311-13/+16
* ecp5: Adding LPF parserDavid Shah2018-10-311-0/+103