Product Documentation
Spectre AMS Designer and Xcelium Simulator Mixed-Signal User Guide
Product Version 22.09, September 2022

Auto-Partitioning Designs with SV-RNM Ports

You can do auto-partitioning of designs that contain SystemVerilog User Defined Nettype (SV-UDN) ports at the partition boundaries.

The auto-partitioning solution in multi-snapshot incremental elaboration (MSIE), also known as Auto-MSIE, is provided for automatically creating optimum partitions in the design. It divides an entire test case into multiple primary partitions.

To enable auto-MSIE for SV-RNM designs, use any of the following xrun command-line options:

         For example:
         xrun top.sv -genpartition a.f

         Once the tool generates the partition file, you can review and edit the file, if required. Then, you must manually specify the file to the tool to build the MSIE model, using the following command:
         xrun top.sv -f a.f

         By default, the tool creates a maximum of 12 primary partitions in a design. However, you can use the -xmsienumpartition <num> option to specify the number of partitions.

Additionally, you can also specify the number of primary parallel elaborations to be run using the -primparallelelab command-line option.

The auto-MSIE functionality is not supported in the following scenarios:

Related Topics



 ⠀
X