From 23230ddab6358c921a7dfac177a4a67873ee527d Mon Sep 17 00:00:00 2001 From: Steve Jenson Date: Wed, 25 Sep 2024 11:34:12 -0700 Subject: [PATCH] replaced module name with my own --- test/tb.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/tb.v b/test/tb.v index 910a38e..478a808 100644 --- a/test/tb.v +++ b/test/tb.v @@ -27,9 +27,7 @@ module tb (); wire VGND = 1'b0; `endif - // Replace tt_um_example with your module name: - tt_um_example user_project ( - +tt_um_jtag_example_stevej user_project ( // Include power ports for the Gate Level test: `ifdef GL_TEST .VPWR(VPWR),