aboutsummaryrefslogtreecommitdiffstats
path: root/examples/intel/MAX10/runme_postsynth
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-05-20 21:46:39 +0200
committerZachary Snow <zachary.j.snow@gmail.com>2022-05-30 09:11:31 -0400
commit4bfaaea0d52c235bb51c4dc54b07fe301eebe473 (patch)
treeff66a42daace95c965c6851036f907771d61af25 /examples/intel/MAX10/runme_postsynth
parentce24208a8bf74c25868c5073b0ff68a76b71d99f (diff)
downloadyosys-4bfaaea0d52c235bb51c4dc54b07fe301eebe473.tar.gz
yosys-4bfaaea0d52c235bb51c4dc54b07fe301eebe473.tar.bz2
yosys-4bfaaea0d52c235bb51c4dc54b07fe301eebe473.zip
verilog: fix size and signedness of array querying functions
genrtlil.cc and simplify.cc had inconsistent and slightly broken handling of signedness for array querying functions. These functions are defined to return a signed result. Simplify always produced an unsigned and genrtlil always a signed 32-bit result ignoring the context. Includes tests for the the relvant edge cases for context dependent conversions.
Diffstat (limited to 'examples/intel/MAX10/runme_postsynth')
0 files changed, 0 insertions, 0 deletions
34' href='#n134'>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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211