You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
194 B

* Waveform generation by PWM in Verilog
adut null [ out ] pwm_sin
.model pwm_sin d_cosim simulation="./pwm"
r1 out smooth 100k
c1 smooth 0 1u
.control
tran 1m 2
plot out-3.3 smooth
.endc
.end