From 371bd01d7f6ec4b872ef449c713f660a0276095c Mon Sep 17 00:00:00 2001 From: Oron Port Date: Sun, 7 Jun 2026 02:40:30 +0300 Subject: [PATCH] docs: update to 0.19.0 --- docs/getting-started/hello-world/index.md | 4 ++-- docs/getting-started/hello-world/scala-project/project.scala | 4 ++-- .../hello-world/scala-single-file/Counter8.scala | 4 ++-- docs/javascripts/scastie.js | 2 +- mkdocs.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index fbc4257a3..97bc5508c 100644 --- a/docs/getting-started/hello-world/index.md +++ b/docs/getting-started/hello-world/index.md @@ -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 diff --git a/docs/getting-started/hello-world/scala-project/project.scala b/docs/getting-started/hello-world/scala-project/project.scala index a6f716bb9..503ed3476 100644 --- a/docs/getting-started/hello-world/scala-project/project.scala +++ b/docs/getting-started/hello-world/scala-project/project.scala @@ -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 diff --git a/docs/getting-started/hello-world/scala-single-file/Counter8.scala b/docs/getting-started/hello-world/scala-single-file/Counter8.scala index a595ef4dc..afa359877 100644 --- a/docs/getting-started/hello-world/scala-single-file/Counter8.scala +++ b/docs/getting-started/hello-world/scala-single-file/Counter8.scala @@ -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 diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index 0fc35cd4f..ffa80e76d 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.18.0"; +let dfhdlVersion = "0.19.0"; let scalaVersion = "3.8.3"; function buildSbtConfig(mainClass) { diff --git a/mkdocs.yml b/mkdocs.yml index dfc54774c..6c6a25cc4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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