Unverified Commit a1c3cd69 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Add LegalizeAndReductionsTransform (#1596)

Workaround for https://github.com/verilator/verilator #2300
present in Verilator versions v4.026 - v4.032. This transform turns AND
reductions for expressions > 64-bits into an equality check with all
ones. It is included as a prerequisite for all Verilog emitters.
parent 2a75e9f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment