diff --git a/Changes b/Changes index 892fa0ccb..ffd4bd2c7 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ The contributors that suggested a given feature are shown in []. Thanks! **** Support '#' comments in $readmem, bug1411. [Frederick Requin] +**** Fix missing VL_SHIFTL_QQW error, bug1412. [Larry Lee] + * Verilator 4.012 2019-3-23 diff --git a/include/verilated.h b/include/verilated.h index 65e84f7d0..912948008 100644 --- a/include/verilated.h +++ b/include/verilated.h @@ -1919,6 +1919,14 @@ static inline IData VL_SHIFTL_IIW(int obits,int,int rbits,IData lhs, WDataInP rw } return VL_CLEAN_II(obits,obits,lhs<>32 or more + return 0; + } + } + return VL_CLEAN_QQ(obits,obits,lhs<