Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Use IdString::in instead of || chains | gatecat | 2022-08-10 | 5 | -28/+24 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Add timing data for LRAM | gatecat | 2022-08-10 | 3 | -0/+30 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: id(stringf(...)) to new idf(...) helper | gatecat | 2022-08-10 | 3 | -34/+31 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Fix CSDECODE parsing | gatecat | 2022-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Change write_dcc to work with tilegroups from prjoxide | Maciej Dudek | 2022-05-27 | 1 | -3/+2 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | clangformat | gatecat | 2022-03-31 | 3 | -12/+12 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Rename parse_lattice_param to parse_lattice_param_from_cell | Maciej Dudek | 2022-03-30 | 3 | -36/+46 |
| | | | | | | | | | Add new definition for parse_lattice_param Now parse_lattice_param is design to parse Property rather than search for it in cell. This functionalty was move to parse_lattice_param_from_cell. Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Nexus: Fixed OSCA parameters, add pll default parameters | Maciej Dudek | 2022-03-18 | 1 | -2/+142 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | clangformat | gatecat | 2022-03-17 | 2 | -3/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Corrected auto frequency constraint for LF output of OSCA | Maciej Kurc | 2022-03-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: Added support for the DCS Bel | Maciej Kurc | 2022-03-16 | 5 | -3/+57 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: Added FASM feature emission for DCC and port timing class info | Maciej Kurc | 2022-03-15 | 2 | -0/+20 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | clangformat | gatecat | 2022-03-09 | 1 | -1/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: DCCs cannot be cascaded | Maciej Dudek | 2022-03-09 | 1 | -1/+1 |
| | | | | | | This commit solves implicit cascading when clock signal drives DCC and logic Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 2 | -24/+27 |
| | | | | | | | | This uses a new data structure for net.users that allows gaps, so removing a port from a net is no longer an O(n) operation on the number of users the net has. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: New member functions to replace design_utils | gatecat | 2022-02-18 | 3 | -163/+163 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: Use constids instead of id("..") | gatecat | 2022-02-16 | 5 | -44/+65 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: reduce OSCA worst case to 7% | Dan Callaghan | 2022-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | The current version of Crosslink-NX Family Data Sheet lists the high frequency oscillator maximum frequency as 481.5MHz (that is, 7% higher than its nominal 450MHz): https://www.latticesemi.com/-/media/LatticeSemi/Documents/DataSheets/CrossLink/FPGA-DS-02049-1-2-1-CrossLink-NX-Family.ashx?document_id=52780 Older documents listed a wider frequency range but ±7% is the range for production parts. | ||||
* | Merge pull request #905 from YosysHQ/gatecat/nexus-disable-dcsroute | gatecat | 2022-02-03 | 1 | -1/+6 |
|\ | | | | | nexus: Hotfix to disable unimplemented DCS routethru | ||||
| * | nexus: Hotfix to disable unimplemented DCS routethru | gatecat | 2022-02-03 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | run clangformat | gatecat | 2022-02-03 | 1 | -2/+1 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Fixed correction of Nexus OSCA frequency constraints | Maciej Kurc | 2022-02-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: add option to modify the mult factor of the estimate delay | Alessandro Comodi | 2022-02-01 | 3 | -1/+11 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | Added honoring OSCA output frequency tolerance during constraints generation | Maciej Kurc | 2022-01-28 | 1 | -2/+3 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Removed the need for MULT36_CORE bel for implementing the MULTADDSUB9X9WIDE ↵ | Maciej Kurc | 2022-01-25 | 1 | -1/+1 |
| | | | | | | macro Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: handle SLEWRATE in pdc | Karol Gugala | 2021-12-20 | 3 | -2/+10 |
| | |||||
* | archapi: Use arbitrary rather than actual placement in predictDelay | gatecat | 2021-12-19 | 2 | -8/+6 |
| | | | | | | | | | | | | This makes predictDelay be based on an arbitrary belpin pair rather than a arc of a net based on cell placement. This way 'what-if' decisions can be evaluated without actually changing placement; potentially useful for parallel placement. A new helper predictArcDelay behaves like the old predictDelay to minimise the impact on existing passes; only arches need be updated. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: router1 speedup based on #867 | gatecat | 2021-12-17 | 2 | -2/+73 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | clangformat | gatecat | 2021-12-12 | 2 | -16/+13 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Added checking if all FFs added to an existing cluster have matching ↵ | Maciej Kurc | 2021-11-23 | 1 | -0/+44 |
| | | | | | | configuration Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Fixed potential issues with carry-chain cluster expansion, added a parameter ↵ | Maciej Kurc | 2021-11-22 | 2 | -14/+23 |
| | | | | | | controlling the ratio of FFs that got glued to carry-chain clusters. Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added appending FFs to other existing LUT cluster types (carry, widefn) | Maciej Kurc | 2021-11-22 | 1 | -18/+67 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added an option to control LUT and FF packing | Maciej Kurc | 2021-11-22 | 2 | -1/+8 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added clustering free LUTs and FFs | Maciej Kurc | 2021-11-22 | 1 | -0/+73 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: Add resource cost overrides | gatecat | 2021-09-24 | 2 | -2/+21 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: LUT permutation support | gatecat | 2021-09-24 | 4 | -4/+72 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #822 from YosysHQ/gatecat/nexus-split-vcc | gatecat | 2021-09-23 | 3 | -0/+7 |
|\ | | | | | nexus: Support for split Vcc routing | ||||
| * | nexus: Support for split Vcc routing | gatecat | 2021-09-22 | 3 | -0/+7 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #823 from YosysHQ/gatecat/nexus-r1-tweaks | gatecat | 2021-09-22 | 2 | -2/+4 |
|\ \ | | | | | | | nexus: Tweaks for router1 performance | ||||
| * | | nexus: Tweaks for router1 performance | gatecat | 2021-09-22 | 2 | -2/+4 |
| |/ | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* / | nexus: Fix DSP macro placement | gatecat | 2021-09-22 | 4 | -32/+80 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Added support for syn_useioff for enabling tri-state control FF integration ↵ | Maciej Kurc | 2021-09-20 | 1 | -13/+23 |
| | | | | | | into IOLOGIC. Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Use correct names for IDDRX1_ODDRX1 FASM features | Maciej Kurc | 2021-09-17 | 2 | -22/+4 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added automatic inference and integration of FFs driving T pin into IOLOGIC | Maciej Kurc | 2021-09-17 | 2 | -16/+177 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Added handling of the case when tri-state control net bypasses SIOLOGIC bel | Maciej Kurc | 2021-09-17 | 1 | -2/+81 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | nexus: Fix getBelGlobalBuf | gatecat | 2021-09-02 | 1 | -1/+5 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Fix routeing of global clocks that also drive fabric | gatecat | 2021-07-28 | 1 | -2/+35 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Basic packer and FASM support for I/ODDR | gatecat | 2021-07-28 | 4 | -2/+124 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Add IOLOGIC pins data | gatecat | 2021-07-28 | 3 | -2/+30 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | nexus: Disable center DCC-thrus on 17k device | gatecat | 2021-06-16 | 3 | -1/+29 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> |