diff options
author | ambikeshwar | 2015-08-13 16:02:02 +0530 |
---|---|---|
committer | ambikeshwar | 2015-08-13 16:02:02 +0530 |
commit | 5701df61772ab92c53b07cf7a6add1138b40bcf1 (patch) | |
tree | 3daa0da40759f937855b413c836edc4b1917aed6 /Example | |
parent | 18953dabe498967bc1260bda00343d8db98c9766 (diff) | |
download | nghdl-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.cir | 2 |
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) |