mirror of https://github.com/YosysHQ/nextpnr.git
mistral: Fix 'not handled in switch' compiler warning
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
f3ee0d51a9
commit
02e6d2dbca
|
|
@ -235,9 +235,10 @@ DelayQuad Arch::getPipDelay(PipId pip) const
|
|||
return DelayQuad{123};
|
||||
case CycloneV::rnode_type_t::TCLK:
|
||||
return DelayQuad{46};
|
||||
}
|
||||
default:
|
||||
return DelayQuad{308};
|
||||
}
|
||||
}
|
||||
|
||||
delay_t Arch::predictDelay(BelId src_bel, IdString src_pin, BelId dst_bel, IdString dst_pin) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue