asiDefineDataAccessFunction??

Discussion in 'Cadence' started by Erik Wanta, Jan 27, 2004.

  1. Erik Wanta

    Erik Wanta Guest

    I want to define a data access function for the zref() function for a
    simulator other than spectre.

    I have the following data access function:
    procedure( dazref(specifier dataDir simData)

    let((wave)
    dprint(specifier)
    wave = asiGetDrlData("element" list(concat("port0"))
    asiGetDataDir(asiGetCurrentSession()))
    wave
    )
    )

    I define it:
    asiDefineDataAccessFunction(asiGetTool('analog) 'zref 'dazref)

    I check to see that it is defined:
    daf = asiGetDataAccessFunction(asiGetTool('analog) 'zref)
    dazref

    I call zref(1) and dazref doesn't get called?? Any ideas why not?

    Note I tried asiGetTool(asiGetCurrentSession()) instead of
    asiGetTool('analog) also.
     
    Erik Wanta, Jan 27, 2004
    #1
  2. Erik Wanta

    Erik Wanta Guest

    It seems I need to rebuild the cxt to test this.
     
    Erik Wanta, Jan 27, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...