From 814f78a1226440a8f9c0424b598967f4df256ecb Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 18 Mar 2024 11:07:54 +0100 Subject: [PATCH] Wrong top module name in tet --- test/tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tb.v b/test/tb.v index c742c38..a74258f 100644 --- a/test/tb.v +++ b/test/tb.v @@ -23,7 +23,7 @@ module tb (); wire [7:0] uio_oe; // Replace tt_um_example with your module name: - tt_um_lights_out user_project ( + tt_um_yannickreiss_lights_out user_project ( // Include power ports for the Gate Level test: `ifdef GL_TEST