Skip to content

Instantly share code, notes, and snippets.

@russdill
Created January 16, 2015 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russdill/8667d1293445ec2250b7 to your computer and use it in GitHub Desktop.
Save russdill/8667d1293445ec2250b7 to your computer and use it in GitHub Desktop.
nor.cir
* foo
.include nor.net
.tran 10p 1u 5n
.control
set strict_errorhandling=1
set num_threads=4
save
+ Vcc_v6 Vss_v6 Vcc_n25q Vss_n25q
+
+ x_v6_out.meas v6_out_pin v6_out_die
+ x_v6_out.state x_v6_out.violation
+ x_v6_out.dc_margin
+
+ x_n25q_out.meas n25q_out_pin n25q_out_die
+ x_n25q_out.violation
+
+ x_v6_in.meas v6_in_pin v6_in_die
+ x_v6_in.violation
+
+ x_n25q_in.meas n25q_in_pin n25q_in_die
+ x_n25q_in.state x_n25q_in.violation
+ x_n25q_in.dc_margin
save
+ x_v6_s.meas v6_s_pin v6_s_die
+ x_v6_s.violation
+
+ x_n25q_s.meas n25q_s_pin n25q_s_die
+ x_n25q_s.state x_n25q_s.violation
+ x_n25q_s.dc_margin
+
+ x_v6_ck.meas v6_ck_pin v6_ck_die
+ x_v6_ck.up x_v6_ck.violation
+
+ x_n25q_ck.meas n25q_ck_pin n25q_ck_die
+ x_n25q_ck.state x_n25q_ck.violation
+ x_n25q_ck.dc_margin
+
run
write
quit
.endc
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment