| Commit message (Expand) | Author | Age | Files | Lines |
* | router2: Disable criticality sorting towards end of routing | gatecat | 2021-10-09 | 1 | -1/+1 |
* | hashlib: Support for std::array keys | gatecat | 2021-10-07 | 1 | -0/+13 |
* | Fix Cygwin build | gatecat | 2021-10-01 | 1 | -1/+1 |
* | Code formatting | Maciej Kurc | 2021-09-29 | 4 | -119/+87 |
* | Brought back printout of critical path source file references, added clk-to-q... | Maciej Kurc | 2021-09-29 | 3 | -28/+74 |
* | Shifted moving of data containers after printing | Maciej Kurc | 2021-09-28 | 1 | -11/+11 |
* | Added a commandline option controlled writeout of per-net timing details | Maciej Kurc | 2021-09-28 | 4 | -9/+22 |
* | Added description of the JSON report structure. | Maciej Kurc | 2021-09-28 | 1 | -1/+73 |
* | Moved timing result report storage to the context, added its writeout to the ... | Maciej Kurc | 2021-09-28 | 6 | -282/+279 |
* | Added reporting critical paths in JSON format | Maciej Kurc | 2021-09-28 | 1 | -25/+49 |
* | Decoupled critical path report generation from its printing | Maciej Kurc | 2021-09-28 | 1 | -134/+264 |
* | Switched to JSON format for timing analysis report | Maciej Kurc | 2021-09-28 | 1 | -33/+81 |
* | Added writing a CSV report with timing analysis of each net branch | Maciej Kurc | 2021-09-28 | 4 | -6/+89 |
* | idstring: Add 'in' function | gatecat | 2021-09-27 | 1 | -0/+10 |
* | Merge pull request #812 from antmicro/MacroCells | gatecat | 2021-09-27 | 2 | -4/+4 |
|\ |
|
| * | Fix small isses and code formatting | Maciej Dudek | 2021-09-27 | 1 | -2/+2 |
| * | Adding MacroCell placement | Maciej Dudek | 2021-09-23 | 1 | -4/+3 |
| * | Adding support for MacroCells | Maciej Dudek | 2021-09-23 | 1 | -2/+3 |
* | | router2: Allow overriding resource costs | gatecat | 2021-09-24 | 2 | -2/+9 |
|/ |
|
* | Merge pull request #825 from antmicro/chain_swap_fix | gatecat | 2021-09-23 | 1 | -2/+15 |
|\ |
|
| * | Fix chain swap | Maciej Dudek | 2021-09-23 | 1 | -2/+15 |
* | | python: Restore SIGINT handler while running a Python script | gatecat | 2021-09-22 | 1 | -1/+7 |
|/ |
|
* | placer1: Remove redundant relative constraint check | gatecat | 2021-09-22 | 1 | -4/+0 |
* | placer1: Fix cluster swap cost updates | gatecat | 2021-09-18 | 1 | -8/+4 |
* | timing: Always use max delay for required time | gatecat | 2021-09-18 | 1 | -3/+5 |
* | timing: Fix slack for unconstrained clocks | gatecat | 2021-09-18 | 1 | -6/+7 |
* | placer1: Allow swapping chains with other chains | gatecat | 2021-09-17 | 1 | -47/+105 |
* | command: Allow running Python on failure for state introspection | gatecat | 2021-09-16 | 2 | -1/+16 |
* | router2: Fix uninitialised values | gatecat | 2021-09-06 | 1 | -1/+1 |
* | router2: Fix explored count | gatecat | 2021-09-02 | 1 | -0/+2 |
* | python: Wrap PortRef by value | gatecat | 2021-08-26 | 1 | -10/+10 |
* | python: Allow querying route delays | gatecat | 2021-08-23 | 1 | -0/+3 |
* | pybindings: Fix mapping for PortRefVector | Sylvain Munaut | 2021-08-19 | 1 | -0/+2 |
* | router2: Add experimental timing-driven ripup option | gatecat | 2021-08-15 | 3 | -14/+67 |
* | router2: Alternative congestion cost schedule | gatecat | 2021-08-15 | 1 | -1/+1 |
* | router2: Adding some criticality heuristics | gatecat | 2021-08-15 | 1 | -13/+29 |
* | router2: Improved bidir routing and data structures | gatecat | 2021-08-15 | 1 | -415/+358 |
* | Merge pull request #787 from YosysHQ/gatecat/report | gatecat | 2021-07-30 | 8 | -1/+114 |
|\ |
|
| * | common: Add JSON timing and utilisation report | gatecat | 2021-07-29 | 3 | -0/+83 |
| * | basectx: Add a field to store timing results | gatecat | 2021-07-29 | 5 | -1/+31 |
* | | router2: Mark dest as visited during backwards routing | gatecat | 2021-07-30 | 1 | -0/+4 |
* | | router2: Improve debugability of pip conflicts | gatecat | 2021-07-29 | 1 | -1/+5 |
|/ |
|
* | nexus: Fix routeing of global clocks that also drive fabric | gatecat | 2021-07-28 | 1 | -0/+2 |
* | router2: Update route delays even when routes are congested | gatecat | 2021-07-28 | 1 | -1/+43 |
* | timing: Allow overriding of route delays | gatecat | 2021-07-28 | 2 | -3/+10 |
* | gui: Implement about dialog | gatecat | 2021-07-25 | 1 | -0/+1 |
* | Fix definition of an empty IdStringList | gatecat | 2021-07-20 | 1 | -1/+1 |
* | interchange: xdc and place constr: address review comments | Alessandro Comodi | 2021-07-12 | 1 | -7/+0 |
* | interchange: add constraints constraints application routine | Alessandro Comodi | 2021-07-12 | 1 | -0/+8 |
* | timing: Fix out-of-bounds histogram bins in all cases | gatecat | 2021-07-10 | 1 | -1/+6 |