LOLA
Reset Struct Reference

#include <neuron.h>

Public Member Functions

 Reset () SYMBOL_VISIBLE
 
 Reset () SYMBOL_VISIBLE
 
bool operator!= (Reset const &other) const SYMBOL_VISIBLE
 
bool operator!= (Reset const &other) const SYMBOL_VISIBLE
 
bool operator== (Reset const &other) const SYMBOL_VISIBLE
 
bool operator== (Reset const &other) const SYMBOL_VISIBLE
 

Public Attributes

bool enable_degeneration
 Enable source degeneration of reset OTA. More...
 
bool enable_division
 Enable division (/8) of reset conductance. More...
 
bool enable_multiplication
 Enable multiplication (*8) of reset conductance. More...
 
AnalogValueVariant i_bias
 
AnalogValueVariant v_reset
 Reset potential. More...
 

Friends

std::ostream & operator<< (std::ostream &os, Reset const &config) SYMBOL_VISIBLE
 
std::ostream & operator<< (std::ostream &os, Reset const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 76 of file neuron.h.

Constructor & Destructor Documentation

◆ Reset() [1/2]

Reset::Reset ( )

◆ Reset() [2/2]

Reset::Reset ( )

Member Function Documentation

◆ operator!=() [1/2]

bool Reset::operator!= ( Reset const &  other) const

◆ operator!=() [2/2]

bool Reset::operator!= ( Reset const &  other) const

◆ operator==() [1/2]

bool Reset::operator== ( Reset const &  other) const

◆ operator==() [2/2]

bool Reset::operator== ( Reset const &  other) const

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  os,
Reset const &  config 
)
friend

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  os,
Reset const &  config 
)
friend

Member Data Documentation

◆ enable_degeneration

bool Reset::enable_degeneration

Enable source degeneration of reset OTA.

Definition at line 90 of file neuron.h.

◆ enable_division

bool Reset::enable_division

Enable division (/8) of reset conductance.

Definition at line 93 of file neuron.h.

◆ enable_multiplication

bool Reset::enable_multiplication

Enable multiplication (*8) of reset conductance.

Definition at line 96 of file neuron.h.

◆ i_bias

AnalogValueVariant Reset::i_bias

Definition at line 87 of file neuron.h.

◆ v_reset

AnalogValueVariant Reset::v_reset

Reset potential.

Definition at line 81 of file neuron.h.


The documentation for this struct was generated from the following file: