From 17dcd072f9faa054d955775dbe555e90cb9a7759 Mon Sep 17 00:00:00 2001
From: Jed Barber <jjbarber@y7mail.com>
Date: Mon, 10 Feb 2014 18:50:31 +1100
Subject: Fixed references to subcircuits

---
 CMOS/equality.asc        | 4 ++--
 CMOS/monadic_decoder.asc | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMOS/equality.asc b/CMOS/equality.asc
index 411a864..58bc12c 100644
--- a/CMOS/equality.asc
+++ b/CMOS/equality.asc
@@ -162,8 +162,8 @@ WINDOW 123 0 0 Left 0
 WINDOW 39 0 0 Left 0
 SYMATTR InstName V2
 SYMATTR Value -1
-SYMBOL standard_inverter -496 0 R0
+SYMBOL .\\standard_inverter -496 0 R0
 SYMATTR InstName U1
-SYMBOL standard_inverter -496 304 R0
+SYMBOL .\\standard_inverter -496 304 R0
 SYMATTR InstName U2
 TEXT -752 624 Left 0 !.inc ./custom.mos
diff --git a/CMOS/monadic_decoder.asc b/CMOS/monadic_decoder.asc
index 1a92702..5791a49 100644
--- a/CMOS/monadic_decoder.asc
+++ b/CMOS/monadic_decoder.asc
@@ -45,11 +45,11 @@ FLAG 32 -32 0
 FLAG 32 432 0
 FLAG 720 208 Y2
 IOPIN 720 208 Out
-SYMBOL ternary-logic\\CMOS\\negative_threshold_inverter 0 -192 R0
+SYMBOL .\\negative_threshold_inverter 0 -192 R0
 SYMATTR InstName U1
-SYMBOL ternary-logic\\CMOS\\positive_threshold_inverter 0 448 R0
+SYMBOL .\\positive_threshold_inverter 0 448 R0
 SYMATTR InstName U2
-SYMBOL ternary-logic\\CMOS\\negative_threshold_inverter 112 448 R0
+SYMBOL .\\negative_threshold_inverter 112 448 R0
 SYMATTR InstName U3
 SYMBOL voltage 160 -64 R90
 WINDOW 0 -32 56 VBottom 0
-- 
cgit