From ca537dc3edab74355f6c05fde4fbcbeefb81d6a8 Mon Sep 17 00:00:00 2001 From: Larry Lee Date: Thu, 28 Mar 2019 19:11:46 -0400 Subject: [PATCH] Fix missing VL_SHIFTL_QQW error, bug1412. Signed-off-by: Wilson Snyder --- Changes | 2 ++ include/verilated.h | 8 ++++++++ 2 files changed, 10 insertions(+) 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<