VHDL Architecture and Library Name

VHDL architecture name

Specify the architecture name for your DUT in the generated HDL code.

Settings

Default: 'rtl'

Specify the VHDL architecture name for your DUT in the generated HDL code as a character vector.

Command-Line Information

Property: VHDLArchitectureName
Type: character vector
Default: 'rtl'

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

VHDL library name

Specify the target library name for the generated VHDL® code.

Settings

Default: 'work'

Target library name for generated VHDL code.

Command-Line Information

Property: VHDLLibraryName
Type: character vector
Default: 'work'

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.