normal is a modifier in Cyclone.
The keyword normal is used to declare a node. A node with normal modifier indicates that this node may contain information such as variable declarations and expressions. The compiler performs semantic and type checking on variables and expressions enclosed between { and }.
normal node S0 {
s0_counter++;
s0_flag=false;
}
@2020-2022 Hao Wu. All rights reserved. Last update: January 29, 2022