Delete AI fingerprints :)

This commit is contained in:
Nikolay Puzanov 2026-01-06 23:02:08 +03:00
parent 7fdf2063bf
commit 7e0a878e6c
2 changed files with 2 additions and 2 deletions

View File

@ -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 [OSSCADSuite](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

View File

@ -170,7 +170,7 @@ class HNY2026(cfg: HnyConfig, str: String) extends Module {
*
* Available arguments:
* <ul>
* <li><b>clockFreq</b> clock frequency in Hz (default 27 MHz)</li>
* <li><b>clockFreq</b> - clock frequency in Hz (default 27 MHz)</li>
* </ul>
*/
object HNY2026 extends App {