LOLA
lola::vx::v2::AtomicNeuron::Leak Struct Reference

#include <neuron.h>

Public Member Functions

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

Public Attributes

bool enable_degeneration
 Enable source degeneration of leak OTA. More...
 
bool enable_division
 Enable division (/8) of leak conductance. More...
 
bool enable_multiplication
 Enable multiplication (*8) of leak conductance. More...
 
AnalogValueVariant i_bias
 
AnalogValueVariant v_leak
 Leak potential. More...
 

Friends

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

Detailed Description

Definition at line 62 of file neuron.h.

Constructor & Destructor Documentation

◆ Leak()

lola::vx::v2::AtomicNeuron::Leak::Leak ( )

Member Function Documentation

◆ operator!=()

bool lola::vx::v2::AtomicNeuron::Leak::operator!= ( Leak const &  other) const

◆ operator==()

bool lola::vx::v2::AtomicNeuron::Leak::operator== ( Leak const &  other) const

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ enable_degeneration

bool lola::vx::v2::AtomicNeuron::Leak::enable_degeneration

Enable source degeneration of leak OTA.

Definition at line 76 of file neuron.h.

◆ enable_division

bool lola::vx::v2::AtomicNeuron::Leak::enable_division

Enable division (/8) of leak conductance.

Definition at line 79 of file neuron.h.

◆ enable_multiplication

bool lola::vx::v2::AtomicNeuron::Leak::enable_multiplication

Enable multiplication (*8) of leak conductance.

Definition at line 82 of file neuron.h.

◆ i_bias

AnalogValueVariant lola::vx::v2::AtomicNeuron::Leak::i_bias

Definition at line 73 of file neuron.h.

◆ v_leak

AnalogValueVariant lola::vx::v2::AtomicNeuron::Leak::v_leak

Leak potential.

Definition at line 67 of file neuron.h.


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