Fix isPure to be superset of isOutputter.

This may cause some additional SIDEEFFECT warnings that previously were not shown.
This commit is contained in:
Wilson Snyder
2024-06-16 21:43:30 -04:00
parent d5cfe1a379
commit 607c19a67d
5 changed files with 8 additions and 7 deletions
+2
View File
@@ -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]),