Michael Rogenmoser

Results 53 comments of Michael Rogenmoser

Great that it works. Indeed it is far slower, but depending on the desired feature set it is the way to go. I doubt there is much desire to spend...

Hi @flaviens, Please check out #52 and let me know if it works for you.

Glad to hear that. `--top` removes files that are not needed for the specified top module, while `--propagate_defines` directly chains the parsed files due to included defines. Morty currently does...

The script [here](https://github.com/pulp-platform/bender/blob/website/init), linked in the [ara hardware makefile](https://github.com/pulp-platform/ara/blob/main/hardware/Makefile#L126-L130) downloads the referenced bender version from the github releases. If there is a prebuilt version available for your OS, it will...

> > This looks like an interesting improvement! I have one concern: What happens if a specific port has `en_default_mst_port_i` set and the `default_mst_port_i` for that slv_port is not connected?...

Could you rebase on the newest master branch?

You might want to add the new file to the `Bender.yml` manifest.

> > You might want to add the new file to the `Bender.yml` manifest. > > No, people can't complain about bugs if they just can't use it. But it...

Targets can be specified in the `Bender.yml` with source file groups, as shown in the [Readme](https://github.com/pulp-platform/bender?tab=readme-ov-file#targets). To specify these targets for your scripts generation, add a `--target ` or `-t...

Filtering dependencies with targets is currently not supported, and will be difficult to support to properly construct the dependency tree. You can exclude individual dependencies (and their exclusive dependents) in...