aboutsummaryrefslogtreecommitdiffstats
path: root/common/kernel/timing.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated functionsMiodrag Milanovic2022-12-221-4/+4
|
* run clangformatgatecat2022-10-171-6/+10
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Modify code to meet the code style preferencesairskywater2022-09-241-4/+4
|
* Add more sanity check for pointersairskywater2022-09-241-0/+1
|
* fix runtime segmentation faultairskywater2022-09-241-0/+5
| | | disable null pointer dereference!
* Added the --ignore-rel-clk option to control timing checks for cross-domain ↵Maciej Kurc2022-09-201-112/+102
| | | | | | paths, formatted code Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Code cleanupMaciej Kurc2022-08-311-64/+35
| | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Added timing check for cross-domain paths for related clocksMaciej Kurc2022-08-311-4/+104
| | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Augmented TimingAnalyser class with detection of clock to clock relationsMaciej Kurc2022-08-301-7/+219
| | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Split up common into kernel,place,routegatecat2022-04-081-0/+1515
Signed-off-by: gatecat <gatecat@ds0.me>