fix simplify_memories trying to connect Bool with UInt
This commit is contained in:
parent
04752c5037
commit
d2ba313f0f
|
@ -569,7 +569,7 @@ impl ModuleState {
|
|||
port_wmask.map(Expr::from_canonical),
|
||||
connect_read_enum,
|
||||
connect_write_enum,
|
||||
connect_write_enum,
|
||||
connect_write,
|
||||
),
|
||||
CanonicalType::Array(array_type) => {
|
||||
input_array_types.push(array_type);
|
||||
|
|
Loading…
Reference in a new issue