From 5701df61772ab92c53b07cf7a6add1138b40bcf1 Mon Sep 17 00:00:00 2001 From: ambikeshwar Date: Thu, 13 Aug 2015 16:02:02 +0530 Subject: change as per new flexible client server port method --- Example/xor/xor-test.cir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example/xor/xor-test.cir') diff --git a/Example/xor/xor-test.cir b/Example/xor/xor-test.cir index 7d13e58..910839e 100644 --- a/Example/xor/xor-test.cir +++ b/Example/xor/xor-test.cir @@ -24,7 +24,7 @@ axor [1] [2] [12] axors adac1 [12] [34] dac *************model*********** -.model axors myxor(rise_delay = 1.0e-10 fall_delay = 1.0e-10 stop_time=90n) +.model axors myxor(instance_id = 112 rise_delay = 1.0e-10 fall_delay = 1.0e-10 stop_time=90n) .model adc adc_bridge ( in_low =0.5 in_high =1.0 + rise_delay =1.0e-10 fall_delay =1.0e-10) -- cgit