aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
Commit message (Expand)AuthorAgeFilesLines
* refactor: New member functions to replace design_utilsgatecat2022-02-183-55/+55
* refactor: Use constids instead of id("..")gatecat2022-02-164-43/+52
* refactor: Use cell member functions to add portsgatecat2022-02-161-20/+14
* refactor: New NetInfo and CellInfo constructorsgatecat2022-02-162-11/+5
* clangformatgatecat2022-02-161-7/+7
* add GW1N-9C dbPepijn de Vos2022-02-061-1/+1
* gowin: add an option to manually specify familyIcenowy Zheng2022-02-061-6/+11
* Merge pull request #906 from yrabbit/gowin-gui-nocgatecat2022-02-041-4/+4
|\
| * gowin: Speed up the GUIYRabbit2022-02-041-4/+4
* | gowin: Remove leftover debuggingYRabbit2022-02-041-1/+0
* | Merge branch 'master' into diff-locationsYRabbit2022-02-048-17/+6527
|\ \
| * | run clangformatgatecat2022-02-031-1/+0
| |/
| * gowin: Rearrange the GUI constantsYRabbit2022-02-032-4896/+4896
| * gowin: Add GUI.YRabbit2022-01-298-17/+6528
* | gowin: Add a DS location recognitionYRabbit2022-02-031-12/+18
|/
* gowin: Fix last MUX8YRabbit2022-01-031-1/+1
* Merge pull request #877 from pepijndevos/patch-3gatecat2021-12-261-1/+1
|\
| * Add support for GW1NS-4 series devicesPepijn de Vos2021-12-241-1/+1
* | gowin: Initializing the grid dimensionsYRabbit2021-12-261-1/+1
* | gowin: Add simplified IO cells processingYRabbit2021-12-204-4/+77
|/
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-192-5/+6
* Clean gowin modification regexuis2021-12-181-6/+2
* gowin: Recognize models correctlyYRabbit2021-12-151-1/+1
* gowin: Fix spelling of messagesYRabbit2021-12-141-4/+4
* clangformatgatecat2021-12-121-3/+3
* gowin: BUGFIX. Place the ALU head in sliсe 0 onlyYRabbit2021-12-111-0/+3
* gowin: Check the chipdb versionYRabbit2021-11-072-1/+7
* gowin: Use speed from chip base.YRabbit2021-11-053-20/+27
* gowin: Add partnumbers and packages to the chipdbYRabbit2021-11-043-6/+29
* gowin: Explicitly initialize the y in the clusterYRabbit2021-10-221-0/+5
* gowin: Add ALU support.YRabbit2021-10-223-6/+221
* Gowin: more clearly mark dummy pipsPepijn de Vos2021-10-101-2/+2
* gowin: Replace the zero delays with reasonable values.YRabbit2021-10-093-12/+40
* gowin: add support for wide LUTs.YRabbit2021-10-077-9/+434
* gowin: Place DFFs of different types in the slice.YRabbit2021-08-311-2/+26
* gowin: Add constraints on primitive placement.YRabbit2021-08-313-14/+48
* gowin: Add the IO[TRBL]style placement recognitionYRabbit2021-08-231-5/+37
* gowin: Change the constraint parser to support multiple options per line. Add...YRabbit2021-08-062-7/+14
* clangformatgatecat2021-07-211-1/+1
* remove generic leftover in gowinPepijn de Vos2021-07-171-2/+0
* GW1NR is not a seperate family, but GW1NS isPepijn de Vos2021-07-111-1/+8
* Merge pull request #755 from yrabbit/io_portgatecat2021-07-081-16/+24
|\
| * Fix the boolean.YRabbit2021-07-081-1/+1
| * Fix formatingYRabbit2021-07-071-24/+24
| * Fix boolean value.YRabbit2021-07-071-1/+1
| * Merge branch 'master' into io_portYRabbit2021-07-072-6/+7
| |\
| * | Wip parserYRabbit2021-07-071-16/+4
| * | ParserYRabbit2021-07-051-0/+9
| * | Fix parser. Comments and IO_PORTYRabbit2021-07-031-11/+9
| * | SyntaxYRabbit2021-07-021-3/+3