Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
ChryseApp: pass trailing args to cxxsim correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 22, 2024
1 parent 067129e commit 8a9d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ee/hrzn/chryse/ChryseApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ abstract class ChryseApp {
Conf.cxxsim.optimize(),
Conf.cxxsim.compileOnly(),
Conf.cxxsim.vcd.toOption,
Conf.cxxsim.args.toList,
Conf.cxxsim.trailing(),
),
)
case None =>
Expand Down

0 comments on commit 8a9d37d

Please sign in to comment.