Difference between revisions of "Sample Buffer in Spectre"

From Vlsiwiki
Jump to: navigation, search
m (moved Sample Buffer in Spectre to Sample Buffer in Ultrasim: wrote wrong simulator as title.)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
  I1 (Y Z) inverter  
 
  I1 (Y Z) inverter  
 
   <br />  
 
   <br />  
  save P0.vout_lpf P0.vout_ph_det IN out clk
+
  save A Y Z
   <br />  
+
   <br />
  *ultrasim: .usim_opt output_upper=0 ade=1 wf_spectre_syntax=1
+
  tran tran stop=3e-05
  *ultrasim: .usim_opt wf_format=SST2
+
<br />
 +
options options multithread = on
 +
  + rawfmt=psfbin
 
  ahdl_include "inverter.va"
 
  ahdl_include "inverter.va"

Latest revision as of 04:18, 9 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"