| Commit message (Expand) | Author | Age | Files | Lines |
* | gowin: Add GUI. | YRabbit | 2022-01-29 | 8 | -17/+6528 |
* | gowin: Fix last MUX8 | YRabbit | 2022-01-03 | 1 | -1/+1 |
* | Merge pull request #877 from pepijndevos/patch-3 | gatecat | 2021-12-26 | 1 | -1/+1 |
|\ |
|
| * | Add support for GW1NS-4 series devices | Pepijn de Vos | 2021-12-24 | 1 | -1/+1 |
* | | gowin: Initializing the grid dimensions | YRabbit | 2021-12-26 | 1 | -1/+1 |
* | | gowin: Add simplified IO cells processing | YRabbit | 2021-12-20 | 4 | -4/+77 |
|/ |
|
* | archapi: Use arbitrary rather than actual placement in predictDelay | gatecat | 2021-12-19 | 2 | -5/+6 |
* | Clean gowin modification regex | uis | 2021-12-18 | 1 | -6/+2 |
* | gowin: Recognize models correctly | YRabbit | 2021-12-15 | 1 | -1/+1 |
* | gowin: Fix spelling of messages | YRabbit | 2021-12-14 | 1 | -4/+4 |
* | clangformat | gatecat | 2021-12-12 | 1 | -3/+3 |
* | gowin: BUGFIX. Place the ALU head in sliсe 0 only | YRabbit | 2021-12-11 | 1 | -0/+3 |
* | gowin: Check the chipdb version | YRabbit | 2021-11-07 | 2 | -1/+7 |
* | gowin: Use speed from chip base. | YRabbit | 2021-11-05 | 3 | -20/+27 |
* | gowin: Add partnumbers and packages to the chipdb | YRabbit | 2021-11-04 | 3 | -6/+29 |
* | gowin: Explicitly initialize the y in the cluster | YRabbit | 2021-10-22 | 1 | -0/+5 |
* | gowin: Add ALU support. | YRabbit | 2021-10-22 | 3 | -6/+221 |
* | Gowin: more clearly mark dummy pips | Pepijn de Vos | 2021-10-10 | 1 | -2/+2 |
* | gowin: Replace the zero delays with reasonable values. | YRabbit | 2021-10-09 | 3 | -12/+40 |
* | gowin: add support for wide LUTs. | YRabbit | 2021-10-07 | 7 | -9/+434 |
* | gowin: Place DFFs of different types in the slice. | YRabbit | 2021-08-31 | 1 | -2/+26 |
* | gowin: Add constraints on primitive placement. | YRabbit | 2021-08-31 | 3 | -14/+48 |
* | gowin: Add the IO[TRBL]style placement recognition | YRabbit | 2021-08-23 | 1 | -5/+37 |
* | gowin: Change the constraint parser to support multiple options per line. Add... | YRabbit | 2021-08-06 | 2 | -7/+14 |
* | clangformat | gatecat | 2021-07-21 | 1 | -1/+1 |
* | remove generic leftover in gowin | Pepijn de Vos | 2021-07-17 | 1 | -2/+0 |
* | GW1NR is not a seperate family, but GW1NS is | Pepijn de Vos | 2021-07-11 | 1 | -1/+8 |
* | Merge pull request #755 from yrabbit/io_port | gatecat | 2021-07-08 | 1 | -16/+24 |
|\ |
|
| * | Fix the boolean. | YRabbit | 2021-07-08 | 1 | -1/+1 |
| * | Fix formating | YRabbit | 2021-07-07 | 1 | -24/+24 |
| * | Fix boolean value. | YRabbit | 2021-07-07 | 1 | -1/+1 |
| * | Merge branch 'master' into io_port | YRabbit | 2021-07-07 | 2 | -6/+7 |
| |\ |
|
| * | | Wip parser | YRabbit | 2021-07-07 | 1 | -16/+4 |
| * | | Parser | YRabbit | 2021-07-05 | 1 | -0/+9 |
| * | | Fix parser. Comments and IO_PORT | YRabbit | 2021-07-03 | 1 | -11/+9 |
| * | | Syntax | YRabbit | 2021-07-02 | 1 | -3/+3 |
| * | | Add IO_PORT parsing | YRabbit | 2021-07-02 | 1 | -14/+27 |
* | | | clangformat | gatecat | 2021-07-08 | 1 | -2/+1 |
| |/
|/| |
|
* | | add support for GW1NS-2 family | Gwenhael Goavec-Merou | 2021-07-06 | 2 | -6/+7 |
|/ |
|
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 9 | -11/+11 |
* | Use hashlib in most remaining code | gatecat | 2021-06-02 | 1 | -2/+2 |
* | Using hashlib in arches | gatecat | 2021-06-02 | 4 | -32/+18 |
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 3 | -16/+19 |
* | Add stub cluster API impl for remaining arches | gatecat | 2021-05-06 | 1 | -1/+2 |
* | Add default base implementation of cluster API | gatecat | 2021-05-06 | 1 | -0/+1 |
* | Split nextpnr.h to allow for linear inclusion. | Keith Rothman | 2021-03-15 | 2 | -7/+22 |
* | only one type of dff per slice | Pepijn de Vos | 2021-02-28 | 2 | -1/+9 |
* | Fix compiler warnings introduced by -Wextra | gatecat | 2021-02-25 | 3 | -27/+27 |
* | Change CellInfo in getBelPinsForCellPin to be const. | Keith Rothman | 2021-02-23 | 2 | -2/+2 |
* | Replace DelayInfo with DelayPair/DelayQuad | gatecat | 2021-02-19 | 4 | -83/+36 |