summaryrefslogtreecommitdiff
path: root/Example
diff options
context:
space:
mode:
authorambikeshwar2015-08-13 16:02:02 +0530
committerambikeshwar2015-08-13 16:02:02 +0530
commit5701df61772ab92c53b07cf7a6add1138b40bcf1 (patch)
tree3daa0da40759f937855b413c836edc4b1917aed6 /Example
parent18953dabe498967bc1260bda00343d8db98c9766 (diff)
downloadnghdl-5701df61772ab92c53b07cf7a6add1138b40bcf1.tar.gz
nghdl-5701df61772ab92c53b07cf7a6add1138b40bcf1.tar.bz2
nghdl-5701df61772ab92c53b07cf7a6add1138b40bcf1.zip
change as per new flexible client server port method
Diffstat (limited to 'Example')
-rw-r--r--Example/xor/xor-test.cir2
1 files changed, 1 insertions, 1 deletions
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)