mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 15:47:36 +00:00
Fix error without nodep.
This commit is contained in:
parent
27c7d0c95b
commit
e4a79d643d
@ -751,7 +751,7 @@ protected:
|
||||
// for such an embedded if.
|
||||
|
||||
// Each leaf must have a user3p
|
||||
if (!nodep->user3p()) v3fatalSrc("null user3p in V3Split leaf");
|
||||
if (!nodep->user3p()) nodep->v3fatalSrc("null user3p in V3Split leaf");
|
||||
|
||||
// Clone the leaf into its new always block
|
||||
SplitLogicVertex* vxp = (SplitLogicVertex*)(nodep->user3p());
|
||||
|
Loading…
Reference in New Issue
Block a user