Skip to content

Commit 50f9b7f

Browse files
author
Oron Port
committed
iverilog linux cache file name fix
1 parent df1c19d commit 50f9b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object IcarusVerilog extends VerilogLinter, VerilogSimulator:
3232
case VerilogDialect.sv2005 => "2005"
3333
case VerilogDialect.sv2009 => "2009"
3434
case VerilogDialect.sv2012 => "2012"
35-
case _ =>
35+
case _ =>
3636
throw new java.lang.IllegalArgumentException(
3737
"Current dialect is not supported for Icarus Verilog linting."
3838
)
@@ -74,7 +74,7 @@ object IcarusVerilog extends VerilogLinter, VerilogSimulator:
7474
override protected[dfhdl] def producedFiles(using
7575
MemberGetSet,
7676
CompilerOptions
77-
): List[String] = List(s"${topName}.")
77+
): List[String] = List(s"${topName}")
7878

7979
override protected def simulateCmdPostLangFlags(using
8080
CompilerOptions,

0 commit comments

Comments
 (0)