Philipp Wagner

Results 252 comments of Philipp Wagner

It's my turn to understand fully one side effect (related to ordering). To do so I got slightly side tracked, but I hope to finish this one off rather soon.

Here we go. I updated this PR on top of @benreynwar's test improvements, and did a bit more digging around the position attribute of generators. There are three things which...

OK, so `position` will not be supported any more after this change merges, causing an incompatible change to the current behavior. I'm not sure how many people actually use position...

Yeah. Since this PR I have done a fair amount of thinking on the dependency manager and related things, and while I don't yet have a full solution to what...

To "pass" a define to a C++ file, you need to pass it to the C++ compiler (e.g. `gcc -DMY_DEF=value`). Since you're unlikely to call the C++ compiler directly, but...

No, you cannot pass vlogparams/vlogdefines to the tool as "variable".

Thanks for your interest in FuseSoC. I don't know enough about migen to help out here, what's the use case you're trying to support, or the problem you're trying to...

Thanks for opening this issue, looks like we didn't have one on that topic yet -- which unfortunately doesn't mean nobody has thought about it :smile: The topic you're raising...

I don't see a way of making "-j" work coherently for all supported simulators. Not because the perfect scenario isn't achievable, but because I don't even see a "standard" use...

I just stumbled across this issue, sorry for not replying earlier: There is a flag available matching the target name, `target_*`, e.g. `target_sim`. You can use this in downstream filesets...