aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/sb_i2c_io.v
diff options
context:
space:
mode:
Diffstat (limited to 'icefuzz/tests/sb_i2c_io.v')
-rw-r--r--icefuzz/tests/sb_i2c_io.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/icefuzz/tests/sb_i2c_io.v b/icefuzz/tests/sb_i2c_io.v
index f339df9..9611129 100644
--- a/icefuzz/tests/sb_i2c_io.v
+++ b/icefuzz/tests/sb_i2c_io.v
@@ -40,7 +40,7 @@ SB_I2C #(
.SDAI(sdai),
.SDAO(sdao),
.SDAOE(sdaoe)
-);
+) /* synthesis SCL_INPUT_FILTERED=1 */;
SB_IO #(
.PIN_TYPE(6'b101001),
@@ -63,4 +63,4 @@ SB_IO #(
.D_IN_0(sdai)
);
-endmodule \ No newline at end of file
+endmodule