diff options
| author | David Shah <davey1576@gmail.com> | 2017-11-28 11:03:47 +0000 |
|---|---|---|
| committer | David Shah <davey1576@gmail.com> | 2017-11-28 11:03:47 +0000 |
| commit | 411bcc53ffc095379f20494cce2da9424e4c5465 (patch) | |
| tree | e4fe11646f421323406a8464aa605d4a84e2c73d /icefuzz/tests/sb_i2c_io.v | |
| parent | f1025dbd887f5e8068833393cea8d8c036936396 (diff) | |
Whitespace fixes
Diffstat (limited to 'icefuzz/tests/sb_i2c_io.v')
| -rw-r--r-- | icefuzz/tests/sb_i2c_io.v | 4 |
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 |
