3.6.2.4.27 ADD_SYNTHESIS_GLOBAL_ATTRIBUTE
(Ask a Question)This command allows users add any Synopsys global attribute setting to the compiled design.
- Category
- HLS Constraints
- Value Type
- String
- Valid Values
- Any legal Synopsys global attribute setting string in Verilog format
- Dependencies
- None
- Applicable Flows
- All devices and flows
- Test Status
- Actively in-use
- Examples
add_synthesis_global_attribute {syn_hier="fixed"}
Attribute
/* synthesis syn_hier="fixed" */
will be generated and applied globally to the compiled design.