add Expression node to NeedParseExpression
This commit is contained in:
parent
4960ea3fb7
commit
90e9d4cb3b
@ -68,4 +68,5 @@ pub enum NeedGetLocate {
|
|||||||
pub enum NeedParseExpression {
|
pub enum NeedParseExpression {
|
||||||
Port(PackedDimensionRange),
|
Port(PackedDimensionRange),
|
||||||
Parameter(ConstantMintypmaxExpression),
|
Parameter(ConstantMintypmaxExpression),
|
||||||
|
Expression(Expression),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user