Skip to content

Commit dcb7177

Browse files
committed
Amended split_large_fifo_config tests to account for new fifo depths
1 parent 4788ebe commit dcb7177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fpgadataflow/test_split_large_fifos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_split_large_fifos(depth, force_python_rtlsim):
110110

111111
def test_split_large_fifo_configs():
112112
ret0 = get_fifo_split_configs(513, 256, 32768)
113-
assert ret0 == [(512, "vivado"), (1, "rtl")]
113+
assert ret0 == [(512, "vivado"), (2, "rtl")]
114114
ret1 = get_fifo_split_configs(1200, 256, 32768)
115115
assert ret1 == [(1024, "vivado"), (176, "rtl")]
116116
ret2 = get_fifo_split_configs(45000, 256, 32768)

0 commit comments

Comments
 (0)