LOLA
lola::vx::v3::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_coba_mode
 Switch synaptic input from CUBA to COBA mode. More...
 
bool enable_high_resistance
 Enable high resistance mode controlling the time constant. More...
 
bool enable_small_capacitance
 Enable small capacitance mode of the synaptic input. More...
 
AnalogValueVariant i_bias_coba
 Bias current for the conductance based mode of the synaptic input. 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_shift_reference
 Bias current for the source follower controlling the reference voltage for the synaptic input's OTA. More...
 
AnalogValueVariant v_rev_coba
 Reversal potential of the COBA based synaptic input. 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::v3::AtomicNeuron::SynapticInput::SynapticInput ( )

Member Function Documentation

◆ operator!=()

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

◆ operator==()

bool lola::vx::v3::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::v3::AtomicNeuron::SynapticInput::enable

Digital enable of synaptic input.

Definition at line 27 of file neuron.h.

◆ enable_coba_mode

bool lola::vx::v3::AtomicNeuron::SynapticInput::enable_coba_mode

Switch synaptic input from CUBA to COBA mode.

Definition at line 61 of file neuron.h.

◆ enable_high_resistance

bool lola::vx::v3::AtomicNeuron::SynapticInput::enable_high_resistance

Enable high resistance mode controlling the time constant.

Definition at line 58 of file neuron.h.

◆ enable_small_capacitance

bool lola::vx::v3::AtomicNeuron::SynapticInput::enable_small_capacitance

Enable small capacitance mode of the synaptic input.

This disconnects the capacitor connected to the line in the synapse array, using only parasitic capacitance of the line.

Definition at line 55 of file neuron.h.

◆ i_bias_coba

AnalogValueVariant lola::vx::v3::AtomicNeuron::SynapticInput::i_bias_coba

Bias current for the conductance based mode of the synaptic input.

Scales the conductivity at a given difference between membrane and reversal potential.

Definition at line 38 of file neuron.h.

◆ i_bias_gm

AnalogValueVariant lola::vx::v3::AtomicNeuron::SynapticInput::i_bias_gm

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

Definition at line 47 of file neuron.h.

◆ i_bias_tau

AnalogValueVariant lola::vx::v3::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_shift_reference

AnalogValueVariant lola::vx::v3::AtomicNeuron::SynapticInput::i_shift_reference

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

Definition at line 44 of file neuron.h.

◆ v_rev_coba

AnalogValueVariant lola::vx::v3::AtomicNeuron::SynapticInput::v_rev_coba

Reversal potential of the COBA based synaptic input.

Definition at line 50 of file neuron.h.


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