| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Make HeAP placer always-enabled | gatecat | 2023-03-17 | 1 | -21/+0 |
* | router1: Add error when dest port has no wire | gatecat | 2023-03-06 | 1 | -0/+4 |
* | common: disable parallel refinement only without threads. | Catherine | 2023-02-23 | 5 | -9/+9 |
* | common: update deprecated use of `boost::filesystem::basename`. | Catherine | 2023-02-23 | 1 | -2/+2 |
* | common: add missing includes for libc++. | Catherine | 2023-02-23 | 2 | -0/+3 |
* | Include <cstdint> in common/kernel/hashlib.h | Thomas W Rodgers | 2023-02-18 | 1 | -0/+1 |
* | common: Print out generated seed value | rowanG077 | 2023-02-16 | 1 | -1/+3 |
* | common: Implement Werror flag | rowanG077 | 2023-02-13 | 3 | -9/+29 |
* | clangformat | gatecat | 2023-01-25 | 1 | -1/+4 |
* | Add missing <set> includes | gatecat | 2023-01-20 | 2 | -0/+3 |
* | context: Add getNetinfoRouteDelayQuad | gatecat | 2023-01-18 | 3 | -1/+49 |
* | clangformat | gatecat | 2023-01-02 | 2 | -4/+8 |
* | initialize netShareWeight | Miodrag Milanovic | 2022-12-22 | 1 | -0/+1 |
* | propagate netShareWeight | Miodrag Milanovic | 2022-12-22 | 2 | -1/+6 |
* | Remove deprecated functions | Miodrag Milanovic | 2022-12-22 | 3 | -26/+4 |
* | Merge pull request #1066 from arjenroodselaar/place_timeout | myrtle | 2022-12-21 | 3 | -6/+26 |
|\ |
|
| * | Set divisor instead of absolute value | Arjen Roodselaar | 2022-12-20 | 2 | -5/+10 |
| * | Allow setting cell placement timeout | Arjen Roodselaar | 2022-12-20 | 3 | -13/+16 |
| * | Add --no-placer-timeout flag to override timeout during refinement | Arjen Roodselaar | 2022-12-19 | 3 | -5/+12 |
| * | Increase timeout | Arjen Roodselaar | 2022-12-19 | 1 | -2/+4 |
| * | Timeout when legal placement can't be found for cell | Arjen Roodselaar | 2022-12-17 | 1 | -3/+6 |
* | | heap: encourage more spreading of heterogenous chains | gatecat | 2022-12-17 | 1 | -2/+2 |
|/ |
|
* | api: add explain_invalid option to isBelLocationValid | gatecat | 2022-12-07 | 5 | -8/+8 |
* | heap: Remove custom bounding-box type | gatecat | 2022-12-07 | 1 | -6/+0 |
* | refactor: ArcBounds -> BoundingBox | gatecat | 2022-12-07 | 4 | -23/+23 |
* | api: Make NetInfo* of checkPipAvailForNet const | gatecat | 2022-12-02 | 2 | -2/+2 |
* | Fix "implicit copy constructor for 'Property' is deprecated" | gatecat | 2022-11-10 | 1 | -0/+1 |
* | run clangformat | gatecat | 2022-10-17 | 1 | -6/+10 |
* | Modify code to meet the code style preferences | airskywater | 2022-09-24 | 1 | -4/+4 |
* | Add more sanity check for pointers | airskywater | 2022-09-24 | 1 | -0/+1 |
* | fix runtime segmentation fault | airskywater | 2022-09-24 | 1 | -0/+5 |
* | Merge pull request #1019 from antmicro/support-clock-relations | myrtle | 2022-09-20 | 3 | -7/+289 |
|\ |
|
| * | Added the --ignore-rel-clk option to control timing checks for cross-domain p... | Maciej Kurc | 2022-09-20 | 3 | -115/+108 |
| * | Code cleanup | Maciej Kurc | 2022-08-31 | 1 | -64/+35 |
| * | Added timing check for cross-domain paths for related clocks | Maciej Kurc | 2022-08-31 | 1 | -4/+104 |
| * | Augmented TimingAnalyser class with detection of clock to clock relations | Maciej Kurc | 2022-08-30 | 2 | -7/+225 |
* | | router2: Reserve source wire, too | gatecat | 2022-09-20 | 1 | -0/+7 |
|/ |
|
* | add missing overrides | Miodrag Milanovic | 2022-08-22 | 1 | -3/+3 |
* | Fix parameter order | Miodrag Milanovic | 2022-08-22 | 1 | -2/+1 |
* | pybindings: Mark CellInfo::bel as readonly | gatecat | 2022-08-18 | 1 | -2/+1 |
* | refactor: id(stringf(...)) to new idf(...) helper | gatecat | 2022-08-10 | 3 | -4/+18 |
* | netlist: Add PseudoCell API | gatecat | 2022-07-08 | 13 | -44/+179 |
* | generic: Use arch_pybindings_shared | gatecat | 2022-07-04 | 1 | -0/+6 |
* | Don't assert on mixed domain paths in report | gatecat | 2022-05-22 | 1 | -5/+0 |
* | common: Correct a minor typo in the message | YRabbit | 2022-05-10 | 1 | -1/+1 |
* | prefine: Do full-tile swaps, too | gatecat | 2022-04-19 | 2 | -1/+100 |
* | Move general parallel detail place code out of parallel_refine | gatecat | 2022-04-17 | 5 | -545/+730 |
* | Split up common into kernel,place,route | gatecat | 2022-04-08 | 74 | -0/+0 |
* | parallel_refine: Fix compile error with some configs | gatecat | 2022-03-19 | 1 | -1/+1 |
* | BUGFIX: disable the thousands separator | YRabbit | 2022-03-16 | 1 | -1/+8 |