SKILL Q: Editing the Stimulus file

Discussion in 'Cadence' started by Svenn Are Bjerkem, Mar 10, 2005.

  1. Hi,

    I have created a couple of shortcuts to edit the definition file and the
    stimulus file:

    (hiSetBindKey "Schematics" "Meta<Key>D"
    "edit(car(asiGetDefinitionFileList(asiGetCurrentSession())))")
    (hiSetBindKey "Schematics" "Meta<Key>S"
    "edit(car(asiGetTextStimulusFileList(asiGetCurrentSession())))")

    The first function works fine because the function
    asiGetDefinitionFileList() gets the definition list as listed in the setup.

    The asiGetTextStimulusFileList() on the other side, fetches the file from
    the netlist directory. If I edit that file, it will be overwritten with the
    next netlist and run. I was searching for a way to edit the stimulus file
    in its original place (the place given in the Stimulus File entry in the
    setup form), but was not able to find one.

    Does there exist such a public function?
     
    Svenn Are Bjerkem, Mar 10, 2005
    #1
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.