LOLA
|
#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"
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) | |
Definition at line 22 of file synapse_block.h.
#define ID | ( | x | ) | x |
Definition at line 18 of file synapse_block.h.
#define STR | ( | x | ) | XSTR(x) |
Definition at line 20 of file synapse_block.h.
#define XSTR | ( | x | ) | #x |
Definition at line 19 of file synapse_block.h.
BOOST_HANA_ADAPT_STRUCT | ( | lola::vx::CHIP_REVISION_STR::SynapseBlock | , |
matrix | , | ||
i_bias_dac | |||
) |