LOLA
synapse_block.h File Reference
#include "halco/common/iter_all.h"
#include "halco/common/typed_array.h"
#include "halco/common/typed_heap_array.h"
#include "haldls/cerealization.h"
#include "haldls/vx/common.h"
#include "haldls/vx/traits.h"
#include "hate/visibility.h"
#include "lola/vx/cerealization.h"
#include "lola/vx/genpybind.h"
#include <boost/hana/adapt_struct.hpp>
#include "haldlsID(/)vxID(/)vID(CHIP_REVISION)/capmem.h"
#include "lolaID(/)vxID(/)vID(CHIP_REVISION)/synapse.h"
+ Include dependency graph for synapse_block.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  haldls::vx::detail::BackendContainerTrait< lola::vx::CHIP_REVISION_STR::SynapseBlock >
 
struct  GENPYBIND_TAG_LOLA_VX_VY::SynapseBlock
 Synapses of one hemisphere in conjunction with hemisphere-global configuration. More...
 
struct  haldls::vx::detail::VisitPreorderImpl< lola::vx::CHIP_REVISION_STR::SynapseBlock >
 

Namespaces

 GENPYBIND_TAG_LOLA_VX_VY
 
 haldls
 
 haldls::vx
 
 haldls::vx::detail
 

Macros

#define CONCAT(w, x, y, z)   STR(ID(w)ID(/)ID(x)ID(/)ID(v)ID(y)ID(/)ID(z))
 
#define ID(x)   x
 
#define STR(x)   XSTR(x)
 
#define XSTR(x)   #x
 

Functions

 BOOST_HANA_ADAPT_STRUCT (lola::vx::CHIP_REVISION_STR::SynapseBlock, matrix, i_bias_dac)
 

Macro Definition Documentation

◆ CONCAT

#define CONCAT (   w,
  x,
  y,
 
)    STR(ID(w)ID(/)ID(x)ID(/)ID(v)ID(y)ID(/)ID(z))

Definition at line 22 of file synapse_block.h.

◆ ID

#define ID (   x)    x

Definition at line 18 of file synapse_block.h.

◆ STR

#define STR (   x)    XSTR(x)

Definition at line 20 of file synapse_block.h.

◆ XSTR

#define XSTR (   x)    #x

Definition at line 19 of file synapse_block.h.

Function Documentation

◆ BOOST_HANA_ADAPT_STRUCT()

BOOST_HANA_ADAPT_STRUCT ( lola::vx::CHIP_REVISION_STR::SynapseBlock  ,
matrix  ,
i_bias_dac   
)