LOLA
lola::vx::v3::AtomicNeuron::Reset Struct Reference

#include <neuron.h>

Public Member Functions

 Reset () 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
 

Detailed Description

Definition at line 100 of file neuron.h.

Constructor & Destructor Documentation

◆ Reset()

lola::vx::v3::AtomicNeuron::Reset::Reset ( )

Member Function Documentation

◆ operator!=()

bool lola::vx::v3::AtomicNeuron::Reset::operator!= ( Reset const &  other) const

◆ operator==()

bool lola::vx::v3::AtomicNeuron::Reset::operator== ( Reset const &  other) const

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ enable_degeneration

bool lola::vx::v3::AtomicNeuron::Reset::enable_degeneration

Enable source degeneration of reset OTA.

Definition at line 114 of file neuron.h.

◆ enable_division

bool lola::vx::v3::AtomicNeuron::Reset::enable_division

Enable division (/8) of reset conductance.

Definition at line 117 of file neuron.h.

◆ enable_multiplication

bool lola::vx::v3::AtomicNeuron::Reset::enable_multiplication

Enable multiplication (*8) of reset conductance.

Definition at line 120 of file neuron.h.

◆ i_bias

AnalogValueVariant lola::vx::v3::AtomicNeuron::Reset::i_bias

Definition at line 111 of file neuron.h.

◆ v_reset

AnalogValueVariant lola::vx::v3::AtomicNeuron::Reset::v_reset

Reset potential.

Definition at line 105 of file neuron.h.


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