summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-01-22 15:22:35 +1100
committer Vas Crabb <vas@vastheman.com>2017-01-22 15:37:37 +1100
commitedf64df1db1e1493e6980b79c38c4db744e23cea (patch)
treea26302d6f41d7de07e25372da5c5d46cdd893e8f /src/lib/netlist/nl_base.h
parent32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff)
srcclean (nw)
Diffstat (limited to 'src/lib/netlist/nl_base.h')
-rw-r--r--src/lib/netlist/nl_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/nl_base.h b/src/lib/netlist/nl_base.h
index bb2dcb375e2..57d1e197378 100644
--- a/src/lib/netlist/nl_base.h
+++ b/src/lib/netlist/nl_base.h
@@ -97,7 +97,7 @@ class NETLIB_NAME(name) : public device_t
public: virtual bool is_dynamic() const override { return expr; }
/*! Add this to a device definition to mark the device as a time-stepping device.
- *
+ *
* You have to implement NETLIB_TIMESTEP in this case as well. Currently, only
* the capacitor and inductor devices uses this.
*
@@ -256,7 +256,7 @@ namespace netlist
double R_low() const { return m_R_low; }
double R_high() const { return m_R_high; }
- double m_fixed_V; //!< For variable voltage families, specify 0. For TTL this would be 5. */
+ double m_fixed_V; //!< For variable voltage families, specify 0. For TTL this would be 5. */
double m_low_thresh_PCNT; //!< low input threshhold offset. If the input voltage is below this value times supply voltage, a "0" input is signalled
double m_high_thresh_PCNT; //!< high input threshhold offset. If the input voltage is above the value times supply voltage, a "0" input is signalled
double m_low_VO; //!< low output voltage offset. This voltage is output if the ouput is "0"