| Commit message (Expand) | Author | Age | Files | Lines |
* | gowin: Add implementation of IDDR and IDDRC primitives | YRabbit | 2023-04-06 | 2 | -17/+30 |
* | gowin: Add support for IDES primitives | YRabbit | 2023-04-04 | 3 | -16/+159 |
* | gowin: bugfix | YRabbit | 2023-03-23 | 2 | -2/+3 |
* | gowin: Rename questionable ports | YRabbit | 2023-03-23 | 3 | -50/+50 |
* | gowin: Change the way errors are processed | YRabbit | 2023-03-23 | 1 | -4/+4 |
* | gowin: Add support for OSER primitives | YRabbit | 2023-03-23 | 6 | -40/+338 |
* | cmake: Make HeAP placer always-enabled | gatecat | 2023-03-17 | 1 | -9/+1 |
* | gowin: Add bels for new types of oscillator | uis | 2023-02-06 | 2 | -0/+21 |
* | gowin: Add PLL support for the GW1NS-2C chip | YRabbit | 2023-01-31 | 2 | -1/+8 |
* | gowin: Add PLL support for GW1NR-4 chips | YRabbit | 2023-01-31 | 2 | -2/+6 |
* | gowin: Proper use of the C++ mechanisms | YRabbit | 2023-01-30 | 2 | -10/+8 |
* | gowin: Add PLL support for the GW1NR-9 chip | YRabbit | 2023-01-30 | 3 | -46/+56 |
* | gowin: Add PLL support for the GW1NR-9C chip | YRabbit | 2023-01-26 | 7 | -104/+125 |
* | gowin: improve error message | YRabbit | 2023-01-19 | 1 | -1/+2 |
* | gowin: to use the FB network detection function | YRabbit | 2023-01-19 | 1 | -0/+6 |
* | gowin: add a PLL primitive for the GW1NS-4 series | YRabbit | 2023-01-18 | 7 | -38/+202 |
* | gowin: improve clock wire routing | YRabbit | 2022-12-30 | 5 | -45/+69 |
* | gowin: correct the delay calculation | YRabbit | 2022-12-29 | 1 | -5/+16 |
* | 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 |
| |/
|/| |
|