Prev | Next |
StateMachine Modeling For HDLs
To efficiently generate Hardware Description Language (HDL) code from StateMachine models, apply the design practices described in this topic. Hardware Description Languages include VHDL, Verilog and SystemC.
In an HDL StateMachine model, you might expect to:
- Designate Driving Triggers
- Establish Port–Trigger Mapping
- Add to Active State Logic
Operations
Operation |
Description |
See also |
---|---|---|
Designate Driving Triggers |
|
StateMachines Trigger |
Establish Port-Trigger Mapping |
After successfully modeling the different operating modes of the component, and the Triggers associated with them, you must associate the Triggers with the component's Ports. A Dependency relationship from the Port to the associated Trigger is used to signify that association. |
|
Active State Logic |
Designating the driving Trigger and establishing the Port-Trigger mapping put in place the preliminaries required for efficiently interpreting the hardware components. We now model the actual StateMachine logic within the Active (SubMachine) State. |
Notes
- To be able to generate code from behavioral models, all behavioral constructs should be contained within a Class
- The current code generation engine supports only one clock Trigger for a component