Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
/ hdx Public archive

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottia committed Oct 3, 2023
1 parent c260f89 commit bbe1d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ has a few nice properties:

Like above, except the Amaranth checkout must be at `./amaranth/` and
a Yosys checkout is expected at `./yosys/`. Yosys is configured to
be compiled and installed to `./hdx-out/`, and `PATH` has the output
be compiled and installed to `./yosys/hdx-out/`, and `PATH` has the output
directory's `bin` subdirectory prepended. You'll need to actually `make
install` Yosys at least once for this mode to function, including any use of
Amaranth that depends on Yosys.
Expand Down Expand Up @@ -92,7 +92,7 @@ has a few nice properties:
}
```

* Want to specify a different version of a dependency? Easy:
* Want to specify a different version of a dependency? WE HAVE A TOOL FOR THAT:

```nix
inputs = {
Expand Down
2 changes: 1 addition & 1 deletion yosys-amaranth-dev-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in
cd ..
# amaranthSetupHook expects amaranth/ in cwd.
# amaranthSetupHook expects cwd to be an Amaranth checkout.
cd amaranth
'';

Expand Down

0 comments on commit bbe1d8e

Please sign in to comment.