Skip to content

Commit

Permalink
replaced module name with my own
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Sep 25, 2024
1 parent 7d983d3 commit 23230dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 23230dd

Please sign in to comment.