summaryrefslogtreecommitdiff
path: root/tb/top/test_fb.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-29 15:35:42 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-29 16:12:33 -0600
commitadabbf5f30729092a64fa1059bbc7d7b09d6b24e (patch)
tree4a4db581d233bcfda18d5e8f2e5606365d52852c /tb/top/test_fb.py
parent98d493f9c80f356cdbc2669150d772e451c3b80e (diff)
rtl/gfx: implement double-buffered scanout
Diffstat (limited to '')
-rw-r--r--tb/top/test_fb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tb/top/test_fb.py b/tb/top/test_fb.py
index c7bbddf..458f2a7 100644
--- a/tb/top/test_fb.py
+++ b/tb/top/test_fb.py
@@ -14,6 +14,7 @@ async def fp_mat_mul(dut):
dut.rst_n.value = 0
await Timer(1)
dut.rst_n.value = 1
+ dut.scan_ready.value = 1
master = AvalonMaster(dut, 'cmd', dut.clk, case_insensitive=False)