msg id conflict
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
3618838be0
commit
b58ff962d6
|
|
@ -469,7 +469,7 @@ ReadVcdActivities::checkClkPeriod(const Pin *pin,
|
|||
double clk_period = clk->period();
|
||||
if (abs((clk_period - sim_period) / clk_period) > sim_clk_period_tolerance_)
|
||||
// Warn if sim clock period differs from SDC by more than 10%.
|
||||
report_->warn(1452, "clock %s vcd period %s differs from SDC clock period %s",
|
||||
report_->warn(1453, "clock %s vcd period %s differs from SDC clock period %s",
|
||||
clk->name(),
|
||||
delayAsString(sim_period, this),
|
||||
delayAsString(clk_period, this));
|
||||
|
|
|
|||
Loading…
Reference in New Issue