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,8 +235,9 @@ DelayQuad Arch::getPipDelay(PipId pip) const
|
|||||||
return DelayQuad{123};
|
return DelayQuad{123};
|
||||||
case CycloneV::rnode_type_t::TCLK:
|
case CycloneV::rnode_type_t::TCLK:
|
||||||
return DelayQuad{46};
|
return DelayQuad{46};
|
||||||
}
|
default:
|
||||||
return DelayQuad{308};
|
return DelayQuad{308};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delay_t Arch::predictDelay(BelId src_bel, IdString src_pin, BelId dst_bel, IdString dst_pin) const
|
delay_t Arch::predictDelay(BelId src_bel, IdString src_pin, BelId dst_bel, IdString dst_pin) const
|
||||||
|
Loading…
Reference in New Issue
Block a user