1/*#
2 *# Copyright 2017, Data61
3 *# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
4 *# ABN 41 687 119 230.
5 *#
6 *# This software may be distributed and modified according to the terms of
7 *# the BSD 2-Clause license. Note that NO WARRANTY is provided.
8 *# See "LICENSE_BSD2.txt" for details.
9 *#
10 *# @TAG(DATA61_BSD)
11 #*/
12
13/* This template is intentionally blank. It is intended to be used when
14 * components are hosted in the same address space and, hence, no connecting
15 * glue code is actually required. Note, that connecting the relevant symbols
16 * at link-time relies on extra logic in the Makefile template.
17 */
18
19/*- for end in me.parent.from_ends + me.parent.to_ends -*/
20  /*- if end.instance.address_space != me.instance.address_space -*/
21    /*? raise(TemplateError('%s.%s participating in connection %s is not in address space \'%s\'' % (end.instance.name, end.interface.name, me.parent.name, me.instance.address_space), end)) ?*/
22  /*- endif -*/
23/*- endfor -*/
24