| Commit message (Expand) | Author | Age | Files | Lines |
* | gowin: Remove unnecessary functions | YRabbit | 2022-07-05 | 2 | -33/+9 |
* | Merge branch 'master' into clock-wip | YRabbit | 2022-07-05 | 6 | -0/+187 |
|\ |
|
| * | use DFF RAM mode | Pepijn de Vos | 2022-07-02 | 1 | -1/+4 |
| * | Merge branch 'master' into shadowram | Pepijn de Vos | 2022-07-02 | 5 | -15/+310 |
| |\ |
|
| * | | hook up CE maybe | Pepijn de Vos | 2022-06-16 | 3 | -0/+4 |
| * | | lutram actually PnRs | Pepijn de Vos | 2022-06-06 | 5 | -38/+43 |
| * | | WIP shadowram | Pepijn de Vos | 2022-06-05 | 6 | -0/+175 |
* | | | gowin: fix compilation | YRabbit | 2022-07-04 | 1 | -0/+1 |
* | | | gowin: Let the placer know about global networks | YRabbit | 2022-07-04 | 5 | -259/+367 |
* | | | gowin: process the CLK ports of the ODDR[C] primitives | YRabbit | 2022-06-24 | 2 | -7/+9 |
* | | | gowin: add a separate router for the clocks | YRabbit | 2022-06-23 | 5 | -1/+392 |
| |/
|/| |
|
* | | gowin: Use local aliases | YRabbit | 2022-06-09 | 1 | -7/+11 |
* | | gowin: Add support for long wires | YRabbit | 2022-05-27 | 5 | -8/+299 |
|/ |
|
* | gowin: Add initial syntax support for long wires | YRabbit | 2022-05-02 | 1 | -7/+27 |
* | gowin: handle the GW1N-9 feature. | YRabbit | 2022-04-03 | 4 | -2/+40 |
* | gowin: Fix z-index of oscillator | Tim Pambor | 2022-03-30 | 2 | -5/+6 |
* | gowin: Add bels for oscillator | Tim Pambor | 2022-03-27 | 2 | -0/+46 |
* | gowin: Consider the peculiarity of GW1BR-9C | YRabbit | 2022-03-26 | 4 | -0/+27 |
* | gowin: Name the constants (#958) | YRabbit | 2022-03-21 | 1 | -2/+2 |
* | Gowin: use global VCC and VSS nets (#956) | Pepijn de Vos | 2022-03-19 | 4 | -10/+22 |
* | gowin: don't crash if no arguments are set | YRabbit | 2022-03-16 | 1 | -0/+4 |
* | Merge pull request #943 from yrabbit/locale | gatecat | 2022-03-15 | 1 | -0/+1 |
|\ |
|
| * | Set the locale as early as possible | YRabbit | 2022-03-16 | 1 | -9/+0 |
| * | gowin: test locale workaround | YRabbit | 2022-03-15 | 1 | -1/+5 |
| * | gowin: support for locales other than en_US and C | YRabbit | 2022-03-14 | 1 | -0/+6 |
* | | gowin: add support for ODDR primitive | YRabbit | 2022-03-15 | 5 | -11/+177 |
|/ |
|
* | gowin: Add the Global Set/Reset primitive | YRabbit | 2022-03-12 | 4 | -0/+51 |
* | Merge pull request #931 from yrabbit/bugfix-0 | gatecat | 2022-03-04 | 1 | -0/+10 |
|\ |
|
| * | gowin: BUGFIX gui crash | YRabbit | 2022-03-04 | 1 | -0/+10 |
* | | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 1 | -5/+6 |
* | | gowin: recognize partnumbers of GW1NZ-1 | YRabbit | 2022-02-24 | 1 | -1/+1 |
|/ |
|
* | gowin: Add support for true differential output | YRabbit | 2022-02-23 | 2 | -0/+87 |
* | Merge pull request #913 from chiplet/gw1nz-1 | gatecat | 2022-02-20 | 1 | -1/+1 |
|\ |
|
| * | gowin: Add GW1NZ-1 | Verneri Hirvonen | 2022-02-15 | 1 | -1/+1 |
* | | refactor: New member functions to replace design_utils | gatecat | 2022-02-18 | 3 | -55/+55 |
* | | refactor: Use constids instead of id("..") | gatecat | 2022-02-16 | 4 | -43/+52 |
* | | refactor: Use cell member functions to add ports | gatecat | 2022-02-16 | 1 | -20/+14 |
* | | refactor: New NetInfo and CellInfo constructors | gatecat | 2022-02-16 | 2 | -11/+5 |
* | | clangformat | gatecat | 2022-02-16 | 1 | -7/+7 |
|/ |
|
* | add GW1N-9C db | Pepijn de Vos | 2022-02-06 | 1 | -1/+1 |
* | gowin: add an option to manually specify family | Icenowy Zheng | 2022-02-06 | 1 | -6/+11 |
* | Merge pull request #906 from yrabbit/gowin-gui-noc | gatecat | 2022-02-04 | 1 | -4/+4 |
|\ |
|
| * | gowin: Speed up the GUI | YRabbit | 2022-02-04 | 1 | -4/+4 |
* | | gowin: Remove leftover debugging | YRabbit | 2022-02-04 | 1 | -1/+0 |
* | | Merge branch 'master' into diff-locations | YRabbit | 2022-02-04 | 8 | -17/+6527 |
|\ \ |
|
| * | | run clangformat | gatecat | 2022-02-03 | 1 | -1/+0 |
| |/ |
|
| * | gowin: Rearrange the GUI constants | YRabbit | 2022-02-03 | 2 | -4896/+4896 |
| * | gowin: Add GUI. | YRabbit | 2022-01-29 | 8 | -17/+6528 |
* | | gowin: Add a DS location recognition | YRabbit | 2022-02-03 | 1 | -12/+18 |
|/ |
|
* | gowin: Fix last MUX8 | YRabbit | 2022-01-03 | 1 | -1/+1 |