Skip to content

Commit 9ee7b78

Browse files
committed
Fix undefined module_name after merge
1 parent b3fcb3b commit 9ee7b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrtl/importexport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,7 @@ def output_verilog_testbench(
14611461
cmd: str | None = None,
14621462
add_reset: bool | str = True,
14631463
block: Block = None,
1464+
module_name: str | None = None,
14641465
):
14651466
if module_name is None:
14661467
module_name = "toplevel"

0 commit comments

Comments
 (0)