Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/hello-world/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ In a scala-cli project with multiple `.scala` files, shared `given` declarations

```scala title="project.scala"
//> using scala 3.8.3
//> using dep io.github.dfianthdl::dfhdl::0.18.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.18.0
//> using dep io.github.dfianthdl::dfhdl::0.19.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.19.0

import dfhdl.*
given options.CompilerOptions.Backend = _.verilog
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/hello-world/scala-project/project.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//> using scala 3.8.3
//> using dep io.github.dfianthdl::dfhdl::0.18.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.18.0
//> using dep io.github.dfianthdl::dfhdl::0.19.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.19.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 3.8.3
//> using dep io.github.dfianthdl::dfhdl::0.18.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.18.0
//> using dep io.github.dfianthdl::dfhdl::0.19.0
//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.19.0

import dfhdl.* //import all the DFHDL goodness

Expand Down
2 changes: 1 addition & 1 deletion docs/javascripts/scastie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let dfhdlVersion = "0.18.0";
let dfhdlVersion = "0.19.0";
let scalaVersion = "3.8.3";

function buildSbtConfig(mainClass) {
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ nav:
# - Interfaces [WIP]: user-guide/interfaces/index.md
# - Domains [WIP]: user-guide/domains/index.md
# - Scopes [WIP]: user-guide/scopes/index.md
# - Naming: user-guide/naming/index.md
- Naming: user-guide/naming/index.md
# - Meta Hardware Description: user-guide/meta/index.md
# - Compilation: user-guide/compilation/index.md
# - Simulation: user-guide/simulation/index.md
Expand Down
Loading