From 0162726719084c45e90799069dc58773891ea465 Mon Sep 17 00:00:00 2001 From: Gattopandacorno Date: Mon, 19 Dec 2022 10:09:38 +0100 Subject: [PATCH] Fix testbench filename Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it> Co-authored-by: Stefano Pigozzi <256895@studenti.unimore.it> --- hls/assignment/sobel/main_testbench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hls/assignment/sobel/main_testbench.cpp b/hls/assignment/sobel/main_testbench.cpp index 1eb52e1..1609d62 100644 --- a/hls/assignment/sobel/main_testbench.cpp +++ b/hls/assignment/sobel/main_testbench.cpp @@ -3,7 +3,7 @@ #include #include "sobel.h" -#include "test.h" +#include "main_testbench.h" uint8_t output[HEIGHT*WIDTH];