From df561ce7f7d5741bfd7d6fb545f90474d6ffdbb0 Mon Sep 17 00:00:00 2001 From: ezchips <165108544+ezchips@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:12:04 -0400 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 2fc848c..826bf51 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_ezchips_counter user_project ( // Include power ports for the Gate Level test: `ifdef GL_TEST