Description
"SIM_POSTSYNTH"
is a command tool used in the run_tool command. The "run_tool -name {SIM_POSTSYNTH}"
Tcl command runs the post-synthesis simulation on the simulation tool.
Important: Before running simulation, you
must associate a testbench. If you attempt to run simulation without an associated
testbench, the Libero SoC Project Manager asks you to associate a testbench or open
the simulator without a testbench and then run "SYNTHESIZE" tool.
run_tool -name {SIM_POSTSYNTH}
Arguments
Parameter | Type | Description |
---|
None | None | None |
Return Type | Description |
---|
Integer | Returns 0 on success and 1 on failure. |
Error Codes
Error Code | Description |
---|
None | None |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
This example runs
"SYNTHESIS" tool then the post-synthesis simulation
tool:
run_tool -name {SYNTHESIZE}
run_tool -name {SIM_POSTSYNTH}
See Also
- SIM_PRESYNTH
- SIM_POSTLAYOUT
- associate_stimulus
- organize_tool_files