bender
bender copied to clipboard
A dependency management tool for hardware projects.
This issue originates from [pulp-ara](https://github.com/pulp-platform/ara). I can confirm that it works perfectly on Ubuntu 22.04 LTS but seems not to work with 24.04. Log ``` ind: ‘deps’: No such file...
As mentioned in #175 , the bender doesnt seem to work with OS Ubuntu 24.04 LTS, this pull request includes changes in `.github/workflows/release.yaml` to include build for OS `Ubuntu 24.04`....
I am using Pop os which is ubuntu 22.04. During bender-init, I receive the following error: ``` bender-init: Error: Latest release not available for platform 'x86_64-linux-gnu-pop22.04'! make: *** [Makefile:127: /home/sshakib/riscv/ara/hardware/../hardware/bender]...
warns about #172
In the following situation, `bender` works in a way I fail to rationalize. Assume you have a nest of IPs: `pulp` depends on `pulp_cluster` (and contains it), which depends on...
I'm working on a project where one vendored dependency uses symlinks for managing different SystemVerilog module versions. This was making bender's vendor commands to try to overwrite the symlink with...
Currently, bender will look for the corresponding `rev` in all git urls, returning an error if the rev is not found in the repository it was currently looking in. This...
When creating a database from a git repository, bender currently fetches all branches and tags from the remote before checking out the specified reference. However, it is possible that a...