Skip to content

Commit

Permalink
docs: no need for PrintGenFiles = true due to scastie special-casing
Browse files Browse the repository at this point in the history
  • Loading branch information
soronpo committed Aug 27, 2024
1 parent b842c97 commit 5d3a14c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/ALU.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ end ALU
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/Blinker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ end Blinker
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/Counter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import dfhdl.* //import all the DFHDL goodness
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/FullAdder1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import dfhdl.* //import all the DFHDL goodness
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.vhdl
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/FullAdderN.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ end FullAdderN
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/RegFile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ end RegFile
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/TrueDPR.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ end TrueDPR
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/test/scala/docExamples/UART_Tx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ end UART_Tx
////////////////////////////////////////////////////////////////////////////////////////////////
// Select backend compiler:
given options.CompilerOptions.Backend = backends.verilog
// Enables printing the generated chosen backend code:
given options.CompilerOptions.PrintGenFiles = true
// Uncomment to enable printing design code after elaboration (before compilation):
// given options.ElaborationOptions.PrintDesignCodeAfter = true
// Uncomment to enable printing design code after compilation:
Expand Down

0 comments on commit 5d3a14c

Please sign in to comment.