mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Increase graph ParallelismReprot values to uint64_t
This commit is contained in:
@@ -1714,10 +1714,10 @@ private:
|
||||
|
||||
// Checking exact values here is maybe overly precise. What we're
|
||||
// mostly looking for is a healthy reduction in the number of mTaskGraphp.
|
||||
UASSERT_SELFTEST(uint32_t, report.criticalPathCost(), 19);
|
||||
UASSERT_SELFTEST(uint32_t, report.totalGraphCost(), 101);
|
||||
UASSERT_SELFTEST(uint32_t, report.vertexCount(), 14);
|
||||
UASSERT_SELFTEST(uint32_t, report.edgeCount(), 13);
|
||||
UASSERT_SELFTEST(uint64_t, report.criticalPathCost(), 19);
|
||||
UASSERT_SELFTEST(uint64_t, report.totalGraphCost(), 101);
|
||||
UASSERT_SELFTEST(uint64_t, report.vertexCount(), 14);
|
||||
UASSERT_SELFTEST(uint64_t, report.edgeCount(), 13);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user