diff --git a/README.md b/README.md index fb93855..c377e10 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ mill hny2026.test - [openFPGALoader](https://github.com/trabucayre/openFPGALoader) - [TangNano 1K](https://wiki.sipeed.com/hardware/en/tang/Tang-Nano-1K/Nano-1k.html) development board (GW1NZ-LV1QN48C6/I5) -Yosys and other utilities can be taken from the [OSS CAD Suite](https://github.com/YosysHQ/oss-cad-suite-build) package or installed using the package manager [Nix](https://nixos.org/download/): +Yosys and other utilities can be taken from the [OSS CAD Suite](https://github.com/YosysHQ/oss-cad-suite-build) package or installed using the package manager [Nix](https://nixos.org/download/): ```bash nix-shell shell.nix diff --git a/hny2026/src/Hny2026.scala b/hny2026/src/Hny2026.scala index 5eec238..f19992e 100644 --- a/hny2026/src/Hny2026.scala +++ b/hny2026/src/Hny2026.scala @@ -170,7 +170,7 @@ class HNY2026(cfg: HnyConfig, str: String) extends Module { * * Available arguments: * */ object HNY2026 extends App {