mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
* Ignore CLion project files and CMake outputs * Supporting stripping file path that contains backslash * Set /bigobj flag and increase stack size for windows platform * Fix MSVC warnings
This commit is contained in:
+3
-1
@@ -202,7 +202,9 @@ private:
|
||||
new AstShiftR{fl, lhip,
|
||||
new AstConst{fl, static_cast<uint32_t>(nbitsonright)},
|
||||
VL_EDATASIZE}},
|
||||
new AstAnd{fl, new AstConst{fl, AstConst::SizedEData{}, ~VL_MASK_E(loffset)},
|
||||
new AstAnd{fl,
|
||||
new AstConst{fl, AstConst::SizedEData{},
|
||||
static_cast<uint32_t>(~VL_MASK_E(loffset))},
|
||||
new AstShiftL{fl, llowp,
|
||||
new AstConst{fl, static_cast<uint32_t>(loffset)},
|
||||
VL_EDATASIZE}}};
|
||||
|
||||
Reference in New Issue
Block a user