aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel/arria10gx
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-04-19 16:22:02 +0000
committerwhitequark <whitequark@whitequark.org>2020-04-19 16:30:54 +0000
commitbf0f96b847a9738df10e2a549a53bddfa0d1346a (patch)
tree5230ba23a1223b588cf6a9261a2d43ad76dcc1ed /techlibs/intel/arria10gx
parentc98cde88427aedacbcaf66d915912377ccb0cb01 (diff)
downloadyosys-bf0f96b847a9738df10e2a549a53bddfa0d1346a.tar.gz
yosys-bf0f96b847a9738df10e2a549a53bddfa0d1346a.tar.bz2
yosys-bf0f96b847a9738df10e2a549a53bddfa0d1346a.zip
cxxrtl: provide attributes to black box factories, too.
Both parameters and attributes are necessary because the parameters have to be the same between every instantiation of the cell, but attributes may well vary. For example, for an UART PHY, the type of the PHY (tty, pty, socket) would be a parameter, but configuration of the implementation specified by the type (socket address) would be an attribute.
Diffstat (limited to 'techlibs/intel/arria10gx')
0 files changed, 0 insertions, 0 deletions
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174