Hi,
Is it possible to use a simplified regex as wildcard in the save statement? I want to save the nets IDUT.CORE.AMP<6:0>.VBIAS in schematic view and I create a file with syntax below
simulator lang = spectre
save IDUT?CORE?AMP\<?\>?VBIAS filter=none
this works fine for schematic view. The name for these bus get converted into round brackets in my qrc view so the nets now become IDUT.CORE\\|AMP(6:0>.\\|BIAS Is it possible to modify the save statement to pick accept either the square brackets or triangular brackets like in a regex?
I am using spectre 19.10.isr5 for my simulation
Regards,
slim