Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Added writing a CSV report with timing analysis of each net branch | Maciej Kurc | 2021-09-28 | 4 | -6/+89 |
| | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | Merge pull request #827 from YosysHQ/gatecat/idstring-in | gatecat | 2021-09-27 | 1 | -0/+10 |
|\ | | | | | idstring: Add 'in' function from Yosys | ||||
| * | idstring: Add 'in' function | gatecat | 2021-09-27 | 1 | -0/+10 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #812 from antmicro/MacroCells | gatecat | 2021-09-27 | 7 | -22/+572 |
|\ | | | | | Convert macros to clusters for better placement | ||||
| * | Fix small isses and code formatting | Maciej Dudek | 2021-09-27 | 5 | -148/+150 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Break up macro_cluster_placement into smaller functions | Maciej Dudek | 2021-09-24 | 1 | -20/+33 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Update python-fpga-interchange to v0.0.20 | Maciej Dudek | 2021-09-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Fix AC-3 algorithm | Maciej Dudek | 2021-09-23 | 1 | -9/+17 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Improve macro cluster placement | Maciej Dudek | 2021-09-23 | 1 | -235/+41 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Change Cluster placement algorithm | Maciej Dudek | 2021-09-23 | 3 | -123/+133 |
| | | | | | | | | | | | | | | Use physical placement from device DB It should reduce runtime Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Adding MacroCell placement | Maciej Dudek | 2021-09-23 | 4 | -21/+353 |
| | | | | | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
| * | Adding support for MacroCells | Maciej Dudek | 2021-09-23 | 5 | -6/+385 |
| | | |||||
* | | ci: Bump prjoxide version | gatecat | 2021-09-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #826 from YosysHQ/gatecat/nexus-lutperm | gatecat | 2021-09-24 | 6 | -6/+100 |
|\ \ | |/ |/| | nexus: Add LUT permutation support | ||||
| * | nexus: Add resource cost overrides | gatecat | 2021-09-24 | 2 | -2/+21 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | router2: Allow overriding resource costs | gatecat | 2021-09-24 | 2 | -2/+9 |
| | | | | | | | | 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 #825 from antmicro/chain_swap_fix | gatecat | 2021-09-23 | 1 | -2/+15 |
|\ | | | | | Fix chain swap | ||||
| * | Fix chain swap | Maciej Dudek | 2021-09-23 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Issue was due to dest_bels being not cleared between clusters unbindes, causing newly bind bels to be unbinded and having their old bel value changed to new bel value. Then when swap failed 2 cells were being bind to a single bel. I tested leaving dest_bels in the function scope and moving it to the loop scope. Code with dest_bels in the loop scope was faster than leaving it in the function scope, and checking if the cell is in the processed cluster. Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | | 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 #824 from YosysHQ/gatecat/py-sigint | gatecat | 2021-09-23 | 1 | -1/+7 |
|\ \ \ | |_|/ |/| | | python: Restore SIGINT handler while running a Python script | ||||
| * | | python: Restore SIGINT handler while running a Python script | gatecat | 2021-09-22 | 1 | -1/+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> | ||||
* | | Merge pull request #821 from YosysHQ/gatecat/dsp-fix | gatecat | 2021-09-22 | 5 | -36/+80 |
|\ \ | |/ |/| | nexus: Fix DSP macro placement | ||||
| * | placer1: Remove redundant relative constraint check | gatecat | 2021-09-22 | 1 | -4/+0 |
| | | | | | | | | | | | | Macros with potentially inconsistent spacing are now permissible. 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> | ||||
* | Merge pull request #815 from antmicro/nexus-fix-siologic-handling | gatecat | 2021-09-20 | 2 | -2/+234 |
|\ | | | | | nexus: Fixed an improved SIOLOGIC handling | ||||
| * | 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> | ||||
* | | placer1: Fix cluster swap cost updates | gatecat | 2021-09-18 | 1 | -8/+4 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | timing: Always use max delay for required time | gatecat | 2021-09-18 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | timing: Fix slack for unconstrained clocks | gatecat | 2021-09-18 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #817 from YosysHQ/gatecat/chain-swap | gatecat | 2021-09-18 | 1 | -47/+105 |
|\ \ | |/ |/| | placer1: Allow swapping chains with other chains | ||||
| * | placer1: Allow swapping chains with other chains | gatecat | 2021-09-17 | 1 | -47/+105 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #813 from YosysHQ/gatecat/py-on-fail | gatecat | 2021-09-17 | 2 | -1/+16 |
|\ | | | | | command: Allow running Python on failure for state introspection | ||||
| * | command: Allow running Python on failure for state introspection | gatecat | 2021-09-16 | 2 | -1/+16 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #806 from yrabbit/extend-placement | gatecat | 2021-09-08 | 3 | -16/+74 |
|\ | | | | | gowin: Add constraints on primitive placement. | ||||
| * | Merge branch 'master' into extend-placement | YRabbit | 2021-09-08 | 1 | -5/+18 |
| |\ | |||||
| * \ | Merge branch 'master' into extend-placement | YRabbit | 2021-09-07 | 3 | -4/+12 |
| |\ \ | |||||
| * \ \ | Merge branch 'combine-dff' into extend-placement | YRabbit | 2021-09-04 | 1 | -2/+26 |
| |\ \ \ |