mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 08:04:25 +00:00
Fix testbench filename
Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it> Co-authored-by: Stefano Pigozzi <256895@studenti.unimore.it>
This commit is contained in:
parent
03adf8351e
commit
0162726719
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "sobel.h"
|
#include "sobel.h"
|
||||||
#include "test.h"
|
#include "main_testbench.h"
|
||||||
|
|
||||||
uint8_t output[HEIGHT*WIDTH];
|
uint8_t output[HEIGHT*WIDTH];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue