samna.dynapse2#
Submodules#
Module content#
- class samna.dynapse2.Dendrite#
Bases:
pybind11_object
Members:
none
shunt
nmda
gaba
ampa
- property name#
- class samna.dynapse2.DvsMode#
Bases:
pybind11_object
Members:
Dvs128
Davis240c
Davis346
- property name#
- class samna.dynapse2.Dynapse2ModuleConfigGroup#
Bases:
pybind11_object
Members:
Global
AerReset
RegReset
BusFpgaToII
BusFpgaToWest
BusWestToFpga
BusFpgaToSouth
BusSouthToFpga
BusFpgaToEast
BusEastToFpga
BusFpgaToNorth
BusNorthToFpga
BusFpgaToDvs
BusSadcToFpga
SadcRateCalc
- property name#
- class samna.dynapse2.Dynapse2ModuleConfigName#
Bases:
pybind11_object
Members:
ENABLE_MASK
IIDelay
UP_TO_UP_CYCLES
UP_TO_DOWN_CYCLES
- property name#
- class samna.dynapse2.ResetType#
Bases:
pybind11_object
Members:
LogicReset
ConfigReset
PowerCycle
- property name#
- samna.dynapse2.get_sadc_description(arg0: int) str #
Get the description of a sADC.
- Parameters:
address (int) – The address of the sADC.
- Returns:
The description of the sADC.
- samna.dynapse2.sadc_lookup_aer_address(arg0: str, arg1: int) int #
Lookup the address of an aer.
Args:”
name (str): The name of the aer. core (int): The core of the aer.
- Returns:
The address of the aer.
- samna.dynapse2.sadc_lookup_aer_address_nccf(arg0: str, arg1: int, arg2: samna.dynapse2.ParamGen) int #
Lookup the address of an aer.
Args:”
name (str): The name of the aer. group (int): The group of the aer. pg (
dynapse2.ParamGen
): The parameter generator of the aer.- Returns:
The address of the aer.