Skip to content

Commit

Permalink
yo!
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottia committed Oct 21, 2024
1 parent 944321f commit c593040
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Niar

<https://sr.ht/~kivikakk/niar>

A small framework for building projects with [Amaranth]. Provides support for
using [CXXRTL], optionally with [Zig] and [zxxrtl].

Expand All @@ -14,7 +12,7 @@ See the [CHANGELOG] for updates and what's yet to be released.
[CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html
[Zig]: https://ziglang.org/
[zxxrtl]: https://github.com/kivikakk/zxxrtl
[template project]: https://github.com/kivikakk/niar/tree/main/template
[template project]: https://github.com/charlottia/niar/tree/main/template
[Sae]: https://github.com/kivikakk/sae
[ili9341spi]: https://github.com/kivikakk/ili9341spi
[CHANGELOG]: CHANGELOG.md
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
amaranth = prev.amaranth.overridePythonAttrs {
version = "0.6.0.dev52";
src = pkgs.fetchFromGitHub {
owner = "kivikakk";
owner = "charlottia";
repo = "amaranth";
rev = "f8ea807a9108a99ec801d1f1e4b8e63019ec82ec";
hash = "sha256-A46CMWGvqUFTp3geFFccUM9M7iECmNndzWm2GxA8XbE";
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "niar"
version = "0.1.3"
description = "A small framework for building projects with Amaranth"
authors = [
{ name = "Asherah Connor", email = "[email protected]" },
{ name = "Charlotte", email = "[email protected]" },
]
dependencies = [
"amaranth[builtin-yosys] >= 0.5",
Expand All @@ -13,7 +13,7 @@ license = { text = "BSD-2-Clause" }
readme = "README.md"

[project.urls]
Homepage = "https://sr.ht/~kivikakk/niar"
Homepage = "https://github.com/charlottia/niar"

[build-system]
requires = ["pdm-backend"]
Expand Down
4 changes: 2 additions & 2 deletions setup-action/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# kivikakk/niar/setup-action
# charlottia/niar/setup-action

Use after cloning your project repository. You'll need to specify Niar as a
dependency, and any HEAD versions of Amaranth et al. needed.

Usage:

```yaml
- uses: kivikakk/niar/setup-action@main
- uses: charlottia/niar/setup-action@main
with:
install-oss-cad-suite: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c593040

Please sign in to comment.