3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 05:46:32 +00:00
yosys/frontends
Krystine Sherwin 5f53410db7
verific: Fix negative array dimensions
Recurse over memory dimensions once, doing both our min/max address checking and parsing out the initval.  This also avoids problems with negative numbers (if `a < b` and one or both are negative, `a` might be the intended `max_addr_chunk`).
Fix sub addressing, where we use some but not all of the current dimension's bits.
2026-05-29 18:40:25 +12:00
..
aiger Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
aiger2 Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
ast Fixing couple more conversion errors 2026-05-14 15:58:58 +02:00
blif Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
json Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
liberty Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
rpc Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
rtlil Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
verific verific: Fix negative array dimensions 2026-05-29 18:40:25 +12:00
verilog Support positional assignment patterns for unpacked arrays 2026-04-23 14:29:38 -07:00