Diamond 3.12 SP1 and above: What is the TCL command option to stop PAR if timing was not met?
In Diamond 3.12 SP1 and above version, users can use the "tmcheck" command after PAR trace and before bitgen.Note that when using "tmcheck" command in your TCL script, make sure to add the "exec" syntax before "tmcheck"
Example:
exec tmcheck -par <par file>
Related Articles
Lattice Diamond: Does the MAXDELAY preference/constraint, and its option MIN, affect PAR? Or is it only used to check against TRACE timing?
Based on the MAXDELAY preference documentation found in Lattice Diamond Help, we see that MAXDELAY preference is only checked with TRACE timing analysis, but it is not factored in with PAR. Thus, PAR is unaffected by any MAXDELAY preference including ...
<div>TCL Command: How to change the Verilog Standard setting using tcl script/command on Lattice software?</div>
Description: Language support in a project design implementation is supported in Lattice software by invoking the example command below: prj_impl option VerilogStandard {"System Verilog"} Solution: 1. The needed script for latest Lattice Radiant ...
929 - Diamond: Place and Route: Timing: What is Auto hold-time correction setting in PAR?
Diamond: Place and Route: Timing: When the PAR (Place And Route) property auto hold-time correction is set to On, the router automatically inserts extra wires to compensate for the hold time violation on affected registers. Internal hold time ...
Lattice Diamond: How to make the standalone Tcl script works for eco_design save?
Two Tcl scripts implementation: -The first one is to open the diamond project, run PAR, deploy eco_design, and create bitstream. -The second one is the script for the eco_design. >>main_script.tcl content: prj_project open ...
Diamond 3.10: Is there any TCL command for hard-macro (NMC flow) for "Add External Pin" operation?
Description: External pin declaration is done manually including the declaration of a component to a reference in Diamond. This features should be automated to ensure safety and guarantee that HardMacro will always be added to complete top design, as ...