aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gowin: Use base bel bucket/cell type methodsgatecat2021-02-171-5/+1
* gowin: Fix IdStrings being overwritten by wireToGlobalgatecat2021-02-171-8/+8
* Remove isValidBelForCellgatecat2021-02-162-16/+0
* Add getBelPinsForCellPin to Arch APIgatecat2021-02-102-0/+4
* Use 'T' postfix to disambiguate LHS and RHS of usingD. Shah2021-02-081-21/+21
* Add archArgs and archArgsToId to Arch APID. Shah2021-02-051-2/+3
* gowin: Switch to BaseArchD. Shah2021-02-052-150/+107
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-19/+18
* gowin: Stub implementation of IdStringListD. Shah2021-02-022-23/+26
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-022-26/+13
* Rename Partition -> BelBucket.Keith Rothman2021-02-022-9/+9
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-023-0/+47
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+3
* Gowin: Add GW1N-4 supportPepijn de Vos2021-01-031-1/+1