Hi Matt, I don't think the way to do this is through verilogA. For one, verilogA code is directly passed to simulator and nothing invokes it at 'netlisting' stage. What you might want to try is to 1. Have the pi model in schematic with default values. 2. Modify the values to this pi model components during net listing stage. You can call custom functions during net listing. This function can call your external Perl script and then populate the pi model appropriately. Look for documentation on asiChangeFlowchartStep function and to add your own function during netlisting. Hope this helps. --at
↧