bender icon indicating copy to clipboard operation
bender copied to clipboard

A dependency management tool for hardware projects.

Results 31 bender issues
Sort by recently updated
recently updated
newest added

When I was using Bender, I was confused with using indentations. I think Bender only uses spaces as indentation. But I think placing white space (tabs or spaces) is much...

If a package contains only dependencies and no sources, filtering by package, e.g., with `-p` in the `sources` and `script` commands, the dependency will not be found, and thus, its...

This PR adds basic support for Synopsys Fusion Compiler based on the older Synopsys target. The main initial difference is the use of absolute paths throughout the generated script as...

I have a package that just contains include files (global files that define parts of a larger project). If I attempt to create a Bender file for this, for example:...

Hello, Have you published any article or paper on bender that you would like others to cite?

**Description:** I've observed that when using Bender with dependencies pinned to a specific branch, the tool may not update those dependencies if they've already been cloned, even if new commits...

following is my `vendor_package` settings: ``` vendor_package: - name: bextdep target_dir: vendor/bextdep upstream: { git: "https://github.com/cliffordwolf/bextdep.git", rev: "b96198514856bfaf85db3e7b0cb1d5f7e0c06d68" } include_from_upstream: - "bextdep.v" - "bextdep_pps.v" ``` `bender script vivado-sim -t rtl...

Dear Bender team, I am really excited by the possibility of a well-built and widely adopted Verilog package manager. So, thank you very much for developing this project! I was...

Due to an update to tokio and futures in #94, the throttling for futures was removed. If this causes instability when running bender, the throttling will have to be refactored...

wontfix