Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: how to direct Virtuoso Visualization and Analysis XL to display all signals in single window/Strip?

$
0
0
hi Andrew, as mentioned upon, the ocean script does netlisting and "display" digital/analog signals in same waveform. but .... it's actually not quite displaying the right waveform yet and it prompts following error if run from CIW or not even run if from "ocean" prompt directly. but if I run same test from ADE (the ocean script was actually exported from ADE) such signals plotted well. I guess there must be some setting missed from the ocean script. do you have comments or suggestions? p.s., attached my ocean scripts bellow as well. thanks a lot, David --------------------------------error from CIW (If I haven't ever open up any schematic from fresh CIW, the same error from ocean prompt happens) ------------- *Error* Evaluating expression (getData("/ test /abc")). ERROR (WIA-1006): Unable to plot expression because it does not evaluate to an object that can be plotted, like a waveform or parametric wave. See the Visualization & Analysis Tool documentation for information about the types of objects that can be plotted in Visualization & Analysis Tool. Only the expressions that evaluate to those objects can be plotted. --------------------------------error from ocean prompt------------- Loading simui.cxt WARNING (OCN-6005): You do not have the required cellviews or properties open for this session. You may have purged the data from virtual memory or the schematic data has been closed. Type: simulator('simulatorName) to reset the session or quit the application that you are using. ERROR (ADE-5750): Unable to Simulate, either session is invalid or design is not specified. ---------------------------------------ocean script------------------------------------------------ simulator( 'spectre ) design( "demo" "test" "schematic" "r") resultsDir( "~/simulation/test/spectre/config" ) modelFile( '("/home/cad/libdists/p18/TSMC/...../models/spectre/cmn018_gp2a_5v_v1d4_usage.scs" "tt_lib") ) analysis('tran ?stop "2u" ) desVar( "vio" 5 ) desVar( "vdd" 5 ) envOption( 'analysisOrder list("tran") ) temp( 27 ) run() selectResult( 'tran ) plot( v("/outp") ) plot( v("/outn") ) plot( getData("/ test /abc") a2d_ test \.abc = awvAnalog2Digital(v("/ test /abc" ?result "tran") nil nil 2.5 nil "centre") plot( a2d_ test \.abc ?expr '( "a2d_ test .abc" ) )

Viewing all articles
Browse latest Browse all 33813

Trending Articles