mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 03:44:35 +00:00
Merge pull request #990 from YosysHQ/gatecat/fix-988
Don't assert on mixed domain paths in report
This commit is contained in:
@@ -131,11 +131,6 @@ static Json::array report_detailed_net_timings(const Context *ctx)
|
||||
|
||||
Json::array endpointsJson;
|
||||
for (const auto &sink_timing : it.second) {
|
||||
|
||||
// FIXME: Is it possible that there are multiple different start
|
||||
// events for a single net? It has a single driver
|
||||
NPNR_ASSERT(sink_timing.clock_pair.start == start);
|
||||
|
||||
auto endpointJson = Json::object({{"cell", sink_timing.cell_port.first.c_str(ctx)},
|
||||
{"port", sink_timing.cell_port.second.c_str(ctx)},
|
||||
{"event", clock_event_name(ctx, sink_timing.clock_pair.end)},
|
||||
|
||||
Reference in New Issue
Block a user