Jonathan Balkind

Results 7 issues of Jonathan Balkind

I mainly copy and pasted from the VCS backend. Happy to modify however is best. It seems to run my simple tests at least.

I'm running into an issue trying to use the xcelium backend. When running with `--setup --build` (i.e. not looking to actually run the simulation), the produced makefile doesn't actually do...

This PR handles two issues: 1. A use flag inside a tool option meant the entry was passed to the tool verbatim. This PR turns the bare string into a...

I'm wondering what the best practice is for dealing with the restriction that only dependencies' default target can be used. If I have multiple tool- and flag-based configurations that I...

type:feature

We're likely to support BlackParrot and potentially other RV64 cores soon. It would be nice to refactor the bootrom out of ariane and into openpiton as a result. This is...

This is a large-looking refactor that actually doesn't affect that many places in the repo. I moved the OST1 core into a submodule and the SPARCv9 tests into a submodule,...

We're making use of `sync_wedge` and thus `sync` in our design (specifically, it's used in the CLINT from Ariane). The naming used to be nicely prefixed (`pulp_`) to not have...