mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 18:06:07 +02:00
Fix isPure to be superset of isOutputter.
This may cause some additional SIDEEFFECT warnings that previously were not shown.
This commit is contained in:
@@ -36,9 +36,11 @@ module t
|
||||
assign ifs[i].logic_in_intf = data[i];
|
||||
end
|
||||
endgenerate
|
||||
// verilator lint_off SIDEEFFECT
|
||||
modify_interface m3 (
|
||||
.value(data[return_3()]),
|
||||
.intf_inst(ifs[return_3()]));
|
||||
// verilator lint_on SIDEEFFECT
|
||||
|
||||
modify_interface m4 (
|
||||
.value(data[4]),
|
||||
|
||||
Reference in New Issue
Block a user