5.34.117.1 Arguments
-export_directory {value}
Specifies the directory name for the exported *.v, *.vhd, *.cxf and *.cdb files. Value is the path and name of the directory
-export_name "blockname"
Specifies the prefix of the exported *.v, *.vhd, *.cxf, and *.cdb files, where blockname is the name of the prefix.
-placement "value"
Exports placement information. Possible values:
Value | Description |
yes | Exports the placement information. Specify "yes" only if the placer state is valid and -placement is specified as "yes." |
no | Do not export the placement information. |
-routing "value"
Exports placement information. Possible values:
Value | Description |
yes | Exports routing information. Specify "yes" only if the routing state is valid and - placement is specified as "yes." |
no | Do not export the routing information. |
-comment "value"
Adds comments to document the block.
-export_language "value"
Specifies the export format of the CXF file for Libero IDE. Possible values:
Value | Description |
VERILOG | CXF file is Verilog. |
VHDL | CXF file is VHDL. |
-region "value"
Option to publish all the user regions and make them available when you instantiate the block. Possible values:
Value | Description |
YES | Publishes all the user regions, makes them available when you instantiate your block. |
NO | Disables region publishing |
