From 2616a7099e9cd1e0a21561e08c41c438fbe85f47 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Wed, 13 Mar 2024 02:34:37 -0600 Subject: [PATCH] rename .cir files to .lib since that appears to work better --- bh.kicad_sym | 4 ++-- spice/ti/README.md | 1 + spice/ti/{SN74AHCT1G04.cir => SN74AHCT1G04.lib} | 0 spice/ti/{SN74AHCT1G08.cir => SN74AHCT1G08.lib} | 0 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 spice/ti/README.md rename spice/ti/{SN74AHCT1G04.cir => SN74AHCT1G04.lib} (100%) rename spice/ti/{SN74AHCT1G08.cir => SN74AHCT1G08.lib} (100%) diff --git a/bh.kicad_sym b/bh.kicad_sym index 8c4858e..39bbb51 100755 --- a/bh.kicad_sym +++ b/bh.kicad_sym @@ -19620,7 +19620,7 @@ (property "Populate" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) - (property "Sim.Library" "common/spice/ti/SN74AHCT1G04.cir" (at 0 0 0) + (property "Sim.Library" "common/spice/ti/SN74AHCT1G04.lib" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Sim.Name" "SN74AHCT1G04" (at 0 0 0) @@ -19764,7 +19764,7 @@ (property "Populate" "" (at 0 0 0) (effects (font (size 1.27 1.27))) ) - (property "Sim.Library" "common/spice/ti/SN74AHCT1G08.cir" (at 0 0 0) + (property "Sim.Library" "common/spice/ti/SN74AHCT1G08.lib" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Sim.Name" "SN74AHCT1G08" (at 0 0 0) diff --git a/spice/ti/README.md b/spice/ti/README.md new file mode 100644 index 0000000..587c214 --- /dev/null +++ b/spice/ti/README.md @@ -0,0 +1 @@ +`.cir` files must be renamed to `.lib` for kicad/pspice to work \ No newline at end of file diff --git a/spice/ti/SN74AHCT1G04.cir b/spice/ti/SN74AHCT1G04.lib similarity index 100% rename from spice/ti/SN74AHCT1G04.cir rename to spice/ti/SN74AHCT1G04.lib diff --git a/spice/ti/SN74AHCT1G08.cir b/spice/ti/SN74AHCT1G08.lib similarity index 100% rename from spice/ti/SN74AHCT1G08.cir rename to spice/ti/SN74AHCT1G08.lib