Difference between revisions of "Sample Buffer.ckt in Spectre"
From Vlsiwiki
(Created page with ' <br /> simulator lang=spectre include "/mada/software/cadence/IC611/tools/dfII/samples/artist/ahdlLib/quantity.spectre" <br /> I0 (A Y) inverter I1 (Y Z) inverter <br />…') |
|||
Line 12: | Line 12: | ||
options options multithread = on | options options multithread = on | ||
+ rawfmt=psfbin | + rawfmt=psfbin | ||
+ | <br /> | ||
ahdl_include "inverter.va" | ahdl_include "inverter.va" | ||
+ | |||
+ | Spectre 7.0 have the option of running in multicore mode as shown with | ||
+ | options options multithread = on |
Latest revision as of 05:17, 13 November 2009
simulator lang=spectre include "/mada/software/cadence/IC611/tools/dfII/samples/artist/ahdlLib/quantity.spectre"
I0 (A Y) inverter I1 (Y Z) inverter
save A Y Z
tran tran stop=3e-05
options options multithread = on + rawfmt=psfbin
ahdl_include "inverter.va"
Spectre 7.0 have the option of running in multicore mode as shown with
options options multithread = on