![]() |
![]() |
![]() |
![]() |
(..Acc. Single Reg...) | Contents | Index | (..Acc. Single Reg...) |
CellDomain.IntRegIdentifier |
CellDomain.StringRegIdentifier |
is only possible in RDL in order to design an initial configuration.
Here, CellDomain represents one (or more) existing coordinate(s)
within the range of the retina, while
IntRegIdentifier and
StringRegIdentifier
represent the labels of an integer or string register.
Since it is not necessary to read the initial configuration just created, we
only have a writing access> in RDL.
RETINA falling_snow; RANGE [0,0]..[5,10]; /* rectangular retina */ REGISTER INT state; /* integer register state */ START [0,0]..[5,10].state = rand(0,1); /* rand. 0/1 pattern */ [2,4].state = 1; /* a fixed snowflake */ |
Source Code: snow.rdl
![]() |
![]() |
![]() |
![]() |
(..Acc. Single Reg...) | Contents | Index | (..Acc. Single Reg...) |