diff options
Diffstat (limited to 'tests/simple/genblk_dive.v')
-rw-r--r-- | tests/simple/genblk_dive.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/genblk_dive.v b/tests/simple/genblk_dive.v index 98d0e1f4b..ca0c0d4a1 100644 --- a/tests/simple/genblk_dive.v +++ b/tests/simple/genblk_dive.v @@ -1,5 +1,5 @@ `default_nettype none -module top(output wire x); +module genblk_dive_top(output wire x); generate if (1) begin : Z if (1) begin : A |