Skip to content

Commit 5505f11

Browse files
author
Oron Port
committed
make sure iverilog knows the top-level
1 parent 1eb691b commit 5505f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/scala/dfhdl/tools/toolsCore/IcarusVerilog.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ object IcarusVerilog extends VerilogLinter, VerilogSimulator:
4040
ToolOptions,
4141
MemberGetSet
4242
): String = constructCommand(
43+
s"-s $topName",
4344
s"-o $topName"
4445
)
4546

0 commit comments

Comments
 (0)