aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
Commit message (Expand)AuthorAgeFilesLines
* api: add explain_invalid option to isBelLocationValidgatecat2022-12-072-2/+2
* refactor: ArcBounds -> BoundingBoxgatecat2022-12-072-3/+3
* 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
| * gowin: test locale workaroundYRabbit2022-03-151-1/+5
| * gowin: support for locales other than en_US and CYRabbit2022-03-141-0/+6
* | gowin: add support for ODDR primitiveYRabbit2022-03-155-11/+177
|/
* gowin: Add the Global Set/Reset primitiveYRabbit2022-03-124-0/+51
* Merge pull request #931 from yrabbit/bugfix-0gatecat2022-03-041-0/+10
|\
| * gowin: BUGFIX gui crashYRabbit2022-03-041-0/+10
* | Switch to potentially-sparse net users arraygatecat2022-02-271-5/+6
* | gowin: recognize partnumbers of GW1NZ-1YRabbit2022-02-241-1/+1
|/
* gowin: Add support for true differential outputYRabbit2022-02-232-0/+87
* Merge pull request #913 from chiplet/gw1nz-1gatecat2022-02-201-1/+1
|\
| * gowin: Add GW1NZ-1Verneri Hirvonen2022-02-151-1/+1
* | refactor: New member functions to replace design_utilsgatecat2022-02-183-55/+55
* | refactor: Use constids instead of id("..")gatecat2022-02-164-43/+52