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

Commit

Permalink
reorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jun 4, 2024
1 parent 20d33dd commit a0d2bc8
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 @@ -28,8 +28,8 @@ abstract class ChryseApp {
val name: String
def genTop()(implicit platform: Platform): Module
val targetPlatforms: Seq[PlatformBoard[_ <: PlatformBoardResources]]
val cxxrtlOptions: Option[CXXRTLOptions] = None
val additionalSubcommands: Seq[ChryseSubcommand] = Seq()
val cxxrtlOptions: Option[CXXRTLOptions] = None

def main(args: Array[String]): Unit = {
val conf = new ChryseScallopConf(this, args)
Expand Down

0 comments on commit a0d2bc8

Please sign in to comment.