From 31aee929cc333519a5dc4d154245bfe0199c3470 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 25 Jun 2021 18:16:46 +0200 Subject: [PATCH] Fix window matcher for hsync/vsync convention --- Artix-7-HDMI-processing.xpr | 74 ++++-- src/top.v | 31 +++ src/window_matcher.v | 313 ++++++++++++------------- test_bench/window_matcher_tb.v | 15 +- test_bench/window_matcher_tb_gen.ipynb | 307 ++++++++++++++++-------- window_matcher_tb_behav.wcfg | 71 ++---- 6 files changed, 468 insertions(+), 343 deletions(-) diff --git a/Artix-7-HDMI-processing.xpr b/Artix-7-HDMI-processing.xpr index 1c34ba0..f8cb9c0 100644 --- a/Artix-7-HDMI-processing.xpr +++ b/Artix-7-HDMI-processing.xpr @@ -42,20 +42,20 @@