From 611e6031c6ea2dda571d3661b7b6ce565f399438 Mon Sep 17 00:00:00 2001 From: JorgeArias8644 Date: Mon, 2 Jun 2025 11:40:21 -0600 Subject: [PATCH] Update tb.v --- test/tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tb.v b/test/tb.v index e4f2f97a..e978bf8b 100644 --- a/test/tb.v +++ b/test/tb.v @@ -24,7 +24,7 @@ module tb (); wire [7:0] uio_oe; // Replace tt_um_example with your module name: - tt_um_example user_project ( + tt_um_alu_8bit_JorgeArias8644 user_project ( .ui_in (ui_in), // Dedicated inputs .uo_out (uo_out), // Dedicated outputs .uio_in (uio_in), // IOs: Input path