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

#include <neuron.h>

Public Member Functions

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

Public Attributes

bool enable
 Digital enable of synaptic input. More...
 
bool enable_high_resistance
 Enable high resistance mode controlling the time constant. More...
 
bool enable_small_capacitor
 Enable use of small capacitor connected to the line in the synapse array. More...
 
AnalogValueVariant i_bias_gm
 Bias current of synaptic input OTA for current-based input. More...
 
AnalogValueVariant i_bias_tau
 Bias current for the RC circuit controlling the synaptic input time constant. More...
 
AnalogValueVariant i_drop_input
 Bias current for the source follower controlling the drop of the voltage on the synaptic line before the OTA's input. More...
 
AnalogValueVariant i_shift_reference
 Bias current for the source follower controlling the reference voltage for the synaptic input's OTA. More...
 

Friends

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

Detailed Description

Definition at line 20 of file neuron.h.

Constructor & Destructor Documentation

◆ SynapticInput()

lola::vx::v2::AtomicNeuron::SynapticInput::SynapticInput ( )

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ enable

bool lola::vx::v2::AtomicNeuron::SynapticInput::enable

Digital enable of synaptic input.

Definition at line 27 of file neuron.h.

◆ enable_high_resistance

bool lola::vx::v2::AtomicNeuron::SynapticInput::enable_high_resistance

Enable high resistance mode controlling the time constant.

Definition at line 52 of file neuron.h.

◆ enable_small_capacitor

bool lola::vx::v2::AtomicNeuron::SynapticInput::enable_small_capacitor

Enable use of small capacitor connected to the line in the synapse array.

Definition at line 49 of file neuron.h.

◆ i_bias_gm

AnalogValueVariant lola::vx::v2::AtomicNeuron::SynapticInput::i_bias_gm

Bias current of synaptic input OTA for current-based input.

Definition at line 46 of file neuron.h.

◆ i_bias_tau

AnalogValueVariant lola::vx::v2::AtomicNeuron::SynapticInput::i_bias_tau

Bias current for the RC circuit controlling the synaptic input time constant.

Definition at line 31 of file neuron.h.

◆ i_drop_input

AnalogValueVariant lola::vx::v2::AtomicNeuron::SynapticInput::i_drop_input

Bias current for the source follower controlling the drop of the voltage on the synaptic line before the OTA's input.

Definition at line 37 of file neuron.h.

◆ i_shift_reference

AnalogValueVariant lola::vx::v2::AtomicNeuron::SynapticInput::i_shift_reference

Bias current for the source follower controlling the reference voltage for the synaptic input's OTA.

Definition at line 43 of file neuron.h.


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