VerilogAE helpers
As mentioned multiple times in this documentation DMT relies on VerilogAE to access information and equations in Verilog-AMS models. This module here collects the necessary helper functions to do this properly:
Helpers to integrate VerilogAE into DMT
- DMT.external.verilogae.get_dmt_model(vae_module, model_type, version)[source]
Retrieving a DMT fitting model for XSteps from a VAE compiled VA-Code.
This function also adds the needed attributes.
- Parameters:
- vae_module
module
VAE compiled and installed VA-Code
- model_type{‘HICUM_L0’, ‘HICUM_L2’}
Currently supporting only the two HICUM levels
- version
float
Version of the compiled va-code
- vae_module
- Returns:
- model
module
The VAE module with added attributes
- model