Jonathan Balkind

Results 114 comments of Jonathan Balkind

I thought the xcelium backend didn't support incisive though?

To be clear, I'm not tied at all to this PR. I don't know the tool that well and just need the ability to run the simulations I can already...

It's impossible atm to call a tool with an environment variable in the flags. This env var expansion is happening at core parsing time, right? So it doesn't cover the...

Does this run any generators that are part of the core file? Can you specify targets etc? I'm wondering if this functionality might make more sense to be a kind...

Hm that approach does strike me as a way of just reimplementing downstream target selection. If that's the common way of doing it then I feel like we should just...

We use --build-root all the time and it works well. Also keeps the naming choices out of fusesoc.

I seem to recall discussing this with Olof a couple of years ago and him predicting that this would come up at some point. The environment requiring us to recall...

I'm also perplexed by this. I can't see anything mentioning elf_load in any of the sources put in build/src/. The parameter used is --elf-load which is correct according to the...

Do you recall a particular reason for this line? https://github.com/olofk/fusesoc/blob/6f90890635fdc6bc34e1bb1e0f2b3120a1ddb109/fusesoc/edalizer.py#L295 Might be getting ahead of myself here. Not 100% sure this is the right place...

Ok I can't really see a way around argparse changing - in arguments to _ but that seems to suggest that parameters can't have - in them? There must have...