summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/7414.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/examples/7414.cpp')
-rw-r--r--src/lib/netlist/examples/7414.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/netlist/examples/7414.cpp b/src/lib/netlist/examples/7414.cpp
index 0fcfde9a7f4..e7c01ce85d3 100644
--- a/src/lib/netlist/examples/7414.cpp
+++ b/src/lib/netlist/examples/7414.cpp
@@ -9,17 +9,17 @@
NETLIST_START(7414_astable)
- /*
- * Simple oscillator with 74LS14
- *
- * ./nltool -f nl_examples/7414.cpp -l C37.1 -l U4A1.Q
- *
- */
+ /*
+ * Simple oscillator with 74LS14
+ *
+ * ./nltool -f nl_examples/7414.cpp -l C37.1 -l U4A1.Q
+ *
+ */
- /* Standard stuff */
+ /* Standard stuff */
- SOLVER(Solver, 48000)
- PARAM(Solver.ACCURACY, 1e-8)
+ SOLVER(Solver, 48000)
+ PARAM(Solver.ACCURACY, 1e-8)
TTL_74LS14_GATE(U4A1)
//TTL_7404_GATE(U4A1)