| Commit message (Expand) | Author | Age | Files | Lines |
* | gowin: fix build for wasm | YRabbit | 2022-12-21 | 3 | -0/+12 |
* | gowin: not crush on unknown clock tap's sources | YRabbit | 2022-12-14 | 1 | -1/+1 |
* | gowin: BUGFIX: Correctly handle resets | YRabbit | 2022-12-09 | 2 | -13/+14 |
* | Merge pull request #1059 from YosysHQ/gatecat/validity-errors | myrtle | 2022-12-07 | 2 | -2/+2 |
|\ |
|
| * | api: add explain_invalid option to isBelLocationValid | gatecat | 2022-12-07 | 2 | -2/+2 |
* | | Merge pull request #1058 from YosysHQ/gatecat/bounds-refactor | myrtle | 2022-12-07 | 2 | -3/+3 |
|\| |
|
| * | refactor: ArcBounds -> BoundingBox | gatecat | 2022-12-07 | 2 | -3/+3 |
* | | gowin: change the way networks are handled | YRabbit | 2022-12-06 | 1 | -7/+8 |
* | | gowin: add PLL pins processing | YRabbit | 2022-12-04 | 5 | -10/+133 |
|/ |
|
* | gowin: add information about pin configurations | YRabbit | 2022-11-25 | 2 | -4/+22 |
* | gowin: mark the PLL ports that are not in use | YRabbit | 2022-11-20 | 2 | -0/+16 |
* | gowin: add support for a more common chip | YRabbit | 2022-11-12 | 1 | -1/+1 |
* | gowin: use ctx->idf() a bit | YRabbit | 2022-11-11 | 2 | -41/+17 |
* | gowin: add initial PLL support | YRabbit | 2022-11-10 | 6 | -1/+227 |
* | run clangformat | gatecat | 2022-10-17 | 1 | -1/+2 |
* | support windows line endings | Lushay Labs | 2022-10-09 | 1 | -4/+4 |
* | gowin: BUGFIX. Really memorize the chip | YRabbit | 2022-08-25 | 1 | -0/+2 |
* | refactor: Use IdString::in instead of || chains | gatecat | 2022-08-10 | 3 | -6/+4 |
* | refactor: id(stringf(...)) to new idf(...) helper | gatecat | 2022-08-10 | 1 | -1/+1 |
* | gowin: fix compilation | YRabbit | 2022-07-19 | 1 | -8/+0 |
* | gowin: Remove incomprehensible names of the muxes | YRabbit | 2022-07-19 | 7 | -34/+30 |
* | 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 |