Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gowin: Add ALU support. | YRabbit | 2021-10-22 | 3 | -6/+221 | |
|/ | | | | | | | | - Both the mode used by yosys and all Gowin primitive modes are supported. - The ALU always starts with a zero slice. - The maximum length of the ALU chain is limited to one line of the chip. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
* | interchange: Bump prjoxide version | gatecat | 2021-10-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #851 from galibert/master | gatecat | 2021-10-19 | 3 | -13/+14 | |
|\ | | | | | mistral: Use the iterators | |||||
| * | Normalize formatting | Olivier Galibert | 2021-10-19 | 2 | -13/+17 | |
| | | ||||||
| * | mistral: Use the iterators | Olivier Galibert | 2021-10-19 | 2 | -12/+9 | |
|/ | ||||||
* | Merge pull request #848 from galibert/master | gatecat | 2021-10-17 | 2 | -1/+2 | |
|\ | | | | | mistral: Support the new routes-to-bin intermediate tool generation | |||||
| * | Sync mistral version in CI | Olivier Galibert | 2021-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | mistral: Support the new routes-to-bin intermediate tool generation | Olivier Galibert | 2021-10-17 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #849 from galibert/cyclonev-oscillator | gatecat | 2021-10-17 | 4 | -3/+15 | |
|\ \ | |/ |/| | mistral: Add internal oscillator support | |||||
| * | mistral: Add internal oscillator support | Olivier Galibert | 2021-10-17 | 4 | -3/+15 | |
|/ | ||||||
* | Merge pull request #847 from galibert/master | gatecat | 2021-10-15 | 4 | -0/+17 | |
|\ | | | | | mistral: Add support for cyclonev_hps_interface_mpu_general_purpose | |||||
| * | cyclonev_hps_interface_mpu_general_purpose: Use a id_ identifier | Olivier Galibert | 2021-10-15 | 2 | -1/+3 | |
| | | ||||||
| * | mistral: Add support for cyclonev_hps_interface_mpu_general_purpose | Olivier Galibert | 2021-10-14 | 3 | -0/+15 | |
|/ | ||||||
* | Merge pull request #845 from YosysHQ/gatecat/mlab-cluster-fix | gatecat | 2021-10-11 | 2 | -2/+9 | |
|\ | | | | | mistral: Fix MLAB clustering | |||||
| * | mistral: Fix MLAB clustering | gatecat | 2021-10-11 | 2 | -2/+9 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | clangformat | gatecat | 2021-10-11 | 2 | -29/+42 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #843 from Ravenslofty/lofty/mistral-basic-timing | gatecat | 2021-10-11 | 3 | -21/+256 | |
|\ | | | | | mistral: very basic timing info | |||||
| * | mistral: very basic timing info | Lofty | 2021-10-10 | 4 | -22/+257 | |
| | | ||||||
* | | Merge pull request #844 from pepijndevos/patch-2 | gatecat | 2021-10-10 | 1 | -2/+2 | |
|\ \ | | | | | | | Gowin: more clearly mark dummy pips | |||||
| * | | Gowin: more clearly mark dummy pips | Pepijn de Vos | 2021-10-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #842 from yrabbit/delays | gatecat | 2021-10-09 | 3 | -12/+40 | |
|\ \ | | | | | | | gowin: Replace the zero delays with reasonable values. | |||||
| * \ | Merge branch 'master' into delays | YRabbit | 2021-10-09 | 1 | -18/+6 | |
| |\ \ | ||||||
| * | | | gowin: Replace the zero delays with reasonable values. | YRabbit | 2021-10-09 | 3 | -12/+40 | |
| | |/ | |/| | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
* | | | router2: Disable criticality sorting towards end of routing | gatecat | 2021-10-09 | 1 | -1/+1 | |
| |/ |/| | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #841 from Ravenslofty/lofty/mistral-cleanup | gatecat | 2021-10-08 | 1 | -18/+6 | |
|\ \ | |/ |/| | mistral: clean up bel init slightly | |||||
| * | mistral: clean up bel init slightly | Lofty | 2021-10-08 | 1 | -18/+6 | |
|/ | ||||||
* | hashlib: Support for std::array keys | gatecat | 2021-10-07 | 1 | -0/+13 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #839 from yrabbit/wide-luts | gatecat | 2021-10-07 | 7 | -9/+434 | |
|\ | | | | | gowin: add support for wide LUTs. | |||||
| * | gowin: add support for wide LUTs. | YRabbit | 2021-10-07 | 7 | -9/+434 | |
|/ | | | | | | | | | * A hardwired MUX within each logical cell is used. * The delay is equal 0. * No user placement constraints. * The output route contains dummy PIPs. They are ignored by gowin_pack, but it may be worth removing them. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
* | Merge pull request #837 from YosysHQ/gatecat/mistral-mlab-2 | gatecat | 2021-10-05 | 8 | -21/+235 | |
|\ | | | | | mistral: Adding support for MLABs as memory | |||||
| * | mistral: Adding support for MLABs as memory | gatecat | 2021-10-05 | 8 | -21/+235 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #836 from YosysHQ/gatecat/mistral-mlab | gatecat | 2021-10-03 | 2 | -19/+38 | |
|\| | | | | | mistral: Add bel pins for MLAB write port | |||||
| * | mistral: Add bel pins for MLAB write port | gatecat | 2021-10-03 | 2 | -19/+38 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #834 from YosysHQ/gatecat/cygwin | gatecat | 2021-10-01 | 1 | -1/+1 | |
|\ | | | | | Fix Cygwin build | |||||
| * | Fix Cygwin build | gatecat | 2021-10-01 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #833 from antmicro/interchange-fix-uninitialized-memory-bug | gatecat | 2021-10-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | interchange: fix uninitialized memory bug in cluster placement | |||||
| * | interchange: fix uninitialized memory bug in cluster placement | Alessandro Comodi | 2021-10-01 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #828 from YosysHQ/gatecat/interchange-warn-fix | gatecat | 2021-09-30 | 3 | -7/+10 | |
|\ | | | | | interchange: Enable Werror on CI and fix some compile warnings | |||||
| * | interchange: Fix compile warnings | gatecat | 2021-09-28 | 2 | -6/+9 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | ci: Enable -Werror for interchange arch | gatecat | 2021-09-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #810 from antmicro/write-timing-report | gatecat | 2021-09-29 | 7 | -158/+539 | |
|\ \ | | | | | | | Timing report in JSON format | |||||
| * | | Code formatting | Maciej Kurc | 2021-09-29 | 4 | -119/+87 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Brought back printout of critical path source file references, added ↵ | Maciej Kurc | 2021-09-29 | 3 | -28/+74 | |
| | | | | | | | | | | | | | | | | | | clk-to-q, source and setup segment types Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Shifted moving of data containers after printing | Maciej Kurc | 2021-09-28 | 1 | -11/+11 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Added a commandline option controlled writeout of per-net timing details | Maciej Kurc | 2021-09-28 | 4 | -9/+22 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Added description of the JSON report structure. | Maciej Kurc | 2021-09-28 | 1 | -1/+73 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Moved timing result report storage to the context, added its writeout to the ↵ | Maciej Kurc | 2021-09-28 | 6 | -282/+279 | |
| | | | | | | | | | | | | | | | | | | current utilization and fmax report Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Added reporting critical paths in JSON format | Maciej Kurc | 2021-09-28 | 1 | -25/+49 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Decoupled critical path report generation from its printing | Maciej Kurc | 2021-09-28 | 1 | -134/+264 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
| * | | Switched to JSON format for timing analysis report | Maciej Kurc | 2021-09-28 | 1 | -33/+81 | |
| | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> |