3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Fixed typo in cover id

This commit is contained in:
Clifford Wolf 2014-07-25 03:17:35 +02:00
parent cd69925437
commit 7f1789ad1b

View file

@ -1866,7 +1866,7 @@ void RTLIL::SigSpec::extend(int width, bool is_signed)
void RTLIL::SigSpec::extend_u0(int width, bool is_signed)
{
cover("kernel.rtlil.sigspec.extend_0");
cover("kernel.rtlil.sigspec.extend_u0");
pack();