D
danmc
Guest
Is there a way to specify the complete path to the spectre executible
in an ocean script? Alternatively can one specify the shell path that
ocean will use?
In other words, it seems that ../netlist/runSimulation gets created
which has a line like:
spectre [the various spectre options]
but I'd like to have more control of the full path or maybe the name
like
spectre-x.y [the various spectre options]
Can this be done? I tried running
createNetlist()
and then hacking runSimulation but
run('tran)
then seems to create a new runSimulation file.
Thanks
-Dan
in an ocean script? Alternatively can one specify the shell path that
ocean will use?
In other words, it seems that ../netlist/runSimulation gets created
which has a line like:
spectre [the various spectre options]
but I'd like to have more control of the full path or maybe the name
like
spectre-x.y [the various spectre options]
Can this be done? I tried running
createNetlist()
and then hacking runSimulation but
run('tran)
then seems to create a new runSimulation file.
Thanks
-Dan