aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add IO_PORT parsingYRabbit2021-07-021-14/+27
* | | clangformatgatecat2021-07-081-2/+1
| |/ |/|
* | add support for GW1NS-2 familyGwenhael Goavec-Merou2021-07-062-6/+7
|/
* Fixing old emails and names in copyrightsgatecat2021-06-129-11/+11
* Use hashlib in most remaining codegatecat2021-06-021-2/+2
* Using hashlib in archesgatecat2021-06-024-32/+18
* Use hashlib for core netlist structuresgatecat2021-06-023-16/+19
* Add stub cluster API impl for remaining archesgatecat2021-05-061-1/+2
* Add default base implementation of cluster APIgatecat2021-05-061-0/+1
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-152-7/+22
* only one type of dff per slicePepijn de Vos2021-02-282-1/+9
* Fix compiler warnings introduced by -Wextragatecat2021-02-253-27/+27
* Change CellInfo in getBelPinsForCellPin to be const.Keith Rothman2021-02-232-2/+2
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-194-83/+36
* gowin: Fix archcheck errors and add to CIgatecat2021-02-171-1/+11