Skip to content

Commit b3fcb3b

Browse files
committed
Merge branch 'feature/module_name_param' of https://github.com/devmam999/module_name_param-fix into feature/module_name_param
2 parents eab6bab + d6e803b commit b3fcb3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrtl/importexport.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,6 @@ 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,
14651464
):
14661465
if module_name is None:
14671466
module_name = "toplevel"

0 commit comments

Comments
 (0)