From ef380a4a6a2ff4c90bde90c41296e94f5db70389 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 11 Mar 2019 15:57:40 +0530 Subject: Half adder subcircuit filename conflict in Windows Replaced Half_Adder example with renamed HalfAdder to avoid Windows case-only filename difference conflict with subcircuit half_adder. Based on contribution by https://github.com/MaxOLydian/eSim --- Examples/HalfAdder/HalfAdder.proj | 1 + 1 file changed, 1 insertion(+) create mode 100644 Examples/HalfAdder/HalfAdder.proj (limited to 'Examples/HalfAdder/HalfAdder.proj') diff --git a/Examples/HalfAdder/HalfAdder.proj b/Examples/HalfAdder/HalfAdder.proj new file mode 100644 index 00000000..a6ecda7d --- /dev/null +++ b/Examples/HalfAdder/HalfAdder.proj @@ -0,0 +1 @@ +schematicFile HalfAdder.sch -- cgit