Layout style
Layout style of the generated HDL model
Since R2021b
Model Configuration Pane: Global Settings / Model Generation
Description
Select the layout style of the generated HDL model for better layout visualization.
Layout Style | Description |
---|---|
AutoArrange | When you set the Layout style to
|
Dotty | When you set the Layout style to
You can set the
Auto signal routing to
When the
design complexity is high, the layout process might not succeed.
Code generation does not proceed after the ' |
None | When you set the Layout style to
|
Note
For an input model that has no optimizations configured, you cannot observe the layout effect of these layout styles. The generated model appears the same as the input model.
Dependencies
To select Layout style, first select Generated model.
Settings
AutoArrange
(default) | Dotty
| None
Default: AutoArrange
Tips
Consider introducing hierarchy in the model to reduce the complexity and number of blocks to be placed in a single level. Such model refactoring helps improve the layout computation process.
The code generation time increases when you change the layout style to
Dotty
orAutoArrange
.
To set this property, use hdlset_param
,
hdlset_param(gcs,'LayoutStyle','AutoArrange')
Recommended Settings
No recommended settings.
Programmatic Use
Parameter:
LayoutStyle |
Type: character vector |
Value:
'AutoArrange' | 'Dotty' |
'None' |
Default:
'AutoArrange' |
Version History
Introduced in R2021b