Skip to content

Yet another attempt at bazel rules for fusesoc. This one relies on a hermetic installation of fusesoc and edalize, and not a containerized build. See https://github.com/filmil/bazel_rules_fusesoc for that other bit.

License

Notifications You must be signed in to change notification settings

filmil/bazel_rules_fusesoc_2

Repository files navigation

Bazel rules for fusesoc (EDA automation) Test status

For the time being, tis is a demo only. Don't read too much into it.

Maintenance

Example run

Install and run fusesoc:

bazel run //third_party/fusesoc -- --help

Updating the list of fusesoc python dependencies.

bazel run //third_party/fusesoc:requirements.update

Example use in a repository

cd integration && bazel build //... && cat bazel-bin/fusesoc.txt

About

Yet another attempt at bazel rules for fusesoc. This one relies on a hermetic installation of fusesoc and edalize, and not a containerized build. See https://github.com/filmil/bazel_rules_fusesoc for that other bit.

Topics

Resources

License

Stars

Watchers

Forks