mirror of https://github.com/YosysHQ/yosys.git
4bfaaea0d5
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. |
||
---|---|---|
.. | ||
Makefile.inc | ||
ast.cc | ||
ast.h | ||
ast_binding.cc | ||
ast_binding.h | ||
dpicall.cc | ||
genrtlil.cc | ||
simplify.cc |