aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
Commit message (Expand)AuthorAgeFilesLines
* gowin: Add PLL support for the GW1NR-9C chipYRabbit2023-01-267-104/+125
* gowin: improve error messageYRabbit2023-01-191-1/+2
* gowin: to use the FB network detection functionYRabbit2023-01-191-0/+6
* gowin: add a PLL primitive for the GW1NS-4 seriesYRabbit2023-01-187-38/+202
* gowin: improve clock wire routingYRabbit2022-12-305-45/+69
* gowin: correct the delay calculationYRabbit2022-12-291-5/+16
* gowin: fix build for wasmYRabbit2022-12-213-0/+12
* gowin: not crush on unknown clock tap's sourcesYRabbit2022-12-141-1/+1
* gowin: BUGFIX: Correctly handle resetsYRabbit2022-12-092-13/+14
* Merge pull request #1059 from YosysHQ/gatecat/validity-errorsmyrtle2022-12-072-2/+2
|\
| * api: add explain_invalid option to isBelLocationValidgatecat2022-12-072-2/+2
* | Merge pull request #1058 from YosysHQ/gatecat/bounds-refactormyrtle2022-12-072-3/+3
|\|
| * refactor: ArcBounds -> BoundingBoxgatecat2022-12-072-3/+3
* | gowin: change the way networks are handledYRabbit2022-12-061-7/+8
* | gowin: add PLL pins processingYRabbit2022-12-045-10/+133
|/
* gowin: add information about pin configurationsYRabbit2022-11-252-4/+22
* gowin: mark the PLL ports that are not in useYRabbit2022-11-202-0/+16
* gowin: add support for a more common chipYRabbit2022-11-121-1/+1
* gowin: use ctx->idf() a bitYRabbit2022-11-112-41/+17
* gowin: add initial PLL supportYRabbit2022-11-106-1/+227
* run clangformatgatecat2022-10-171-1/+2
* support windows line endingsLushay Labs2022-10-091-4/+4
* gowin: BUGFIX. Really memorize the chipYRabbit2022-08-251-0/+2
* refactor: Use IdString::in instead of || chainsgatecat2022-08-103-6/+4
* refactor: id(stringf(...)) to new idf(...) helpergatecat2022-08-101-1/+1
* gowin: fix compilationYRabbit2022-07-191-8/+0
* gowin: Remove incomprehensible names of the muxesYRabbit2022-07-197-34/+30
* gowin: Remove unnecessary functionsYRabbit2022-07-052-33/+9
* Merge branch 'master' into clock-wipYRabbit2022-07-056-0/+187
|\
| * use DFF RAM modePepijn de Vos2022-07-021-1/+4
| * Merge branch 'master' into shadowramPepijn de Vos2022-07-025-15/+310
| |\
| * | hook up CE maybePepijn de Vos2022-06-163-0/+4
| * | lutram actually PnRsPepijn de Vos2022-06-065-38/+43
| * | WIP shadowramPepijn de Vos2022-06-056-0/+175
* | | gowin: fix compilationYRabbit2022-07-041-0/+1
* | | gowin: Let the placer know about global networksYRabbit2022-07-045-259/+367
* | | gowin: process the CLK ports of the ODDR[C] primitivesYRabbit2022-06-242-7/+9
* | | gowin: add a separate router for the clocksYRabbit2022-06-235-1/+392
| |/ |/|
* | gowin: Use local aliasesYRabbit2022-06-091-7/+11
* | gowin: Add support for long wiresYRabbit2022-05-275-8/+299
|/
* gowin: Add initial syntax support for long wiresYRabbit2022-05-021-7/+27
* gowin: handle the GW1N-9 feature.YRabbit2022-04-034-2/+40
* gowin: Fix z-index of oscillatorTim Pambor2022-03-302-5/+6
* gowin: Add bels for oscillatorTim Pambor2022-03-272-0/+46
* gowin: Consider the peculiarity of GW1BR-9CYRabbit2022-03-264-0/+27
* gowin: Name the constants (#958)YRabbit2022-03-211-2/+2
* Gowin: use global VCC and VSS nets (#956)Pepijn de Vos2022-03-194-10/+22
* gowin: don't crash if no arguments are setYRabbit2022-03-161-0/+4
* Merge pull request #943 from yrabbit/localegatecat2022-03-151-0/+1
|\
| * Set the locale as early as possibleYRabbit2022-03-161-9/+0