| Commit message (Expand) | Author | Age | Files | Lines |
* | common: disable parallel refinement only without threads. | Catherine | 2023-02-23 | 1 | -1/+1 |
* | 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 | 1 | -0/+2 |
* | context: Add getNetinfoRouteDelayQuad | gatecat | 2023-01-18 | 3 | -1/+49 |
* | clangformat | gatecat | 2023-01-02 | 1 | -2/+3 |
* | Remove deprecated functions | Miodrag Milanovic | 2022-12-22 | 3 | -26/+4 |
* | Set divisor instead of absolute value | Arjen Roodselaar | 2022-12-20 | 1 | -1/+1 |
* | Allow setting cell placement timeout | Arjen Roodselaar | 2022-12-20 | 1 | -3/+5 |
* | Add --no-placer-timeout flag to override timeout during refinement | Arjen Roodselaar | 2022-12-19 | 1 | -0/+4 |
* | api: add explain_invalid option to isBelLocationValid | gatecat | 2022-12-07 | 3 | -4/+4 |
* | refactor: ArcBounds -> BoundingBox | gatecat | 2022-12-07 | 3 | -8/+8 |
* | 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 |
* | 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 |
* | add missing overrides | Miodrag Milanovic | 2022-08-22 | 1 | -3/+3 |
* | 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 | 7 | -28/+127 |
* | 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 |
* | Split up common into kernel,place,route | gatecat | 2022-04-08 | 59 | -0/+12002 |