Philipp Wagner
Philipp Wagner
This will most likely be mostly an edalize issue, but keeping it here for potential additional useability improvements to fusesoc.
The "pick a config file up the tree" is reasonably common these days (think git/svn to find their repository root, editorconfig, and many other project config files). The `--config` option...
I'm not sure we're having the same definition of up and down in mind :-) What I mean: - You call fusesoc in /home/olof/src/greatproject/subdir/subdir2 - fusesoc looks for file named...
Thanks for your issue. This looks like a bug. I didn't have time to fully investigate yet, but looking at the code I don't see it immediately. Hooks are executed...
Likely to be resolved as part of #376
For Verilog defines with a bool type I'd expect the define to be either set or not set; the typical check done is ifdef/ifndef. See https://github.com/olofk/fusesoc/issues/263. For plusargs with boolean...
I did experiment with this a bit today, and a generator might not be the solution. I tried to create a generator that takes input .c and .h files, and...
As I said in the initial report, passing an arbitrary `incdir` to the tool without tracking the files inside this directory breaks the dependency tracking: *all* files which make up...
Please have a look at https://github.com/lowRISC/fusesoc/commits/generators. There's a commit in there that passes the full list of cores and files to a generator. I'm currently trying to use that to...
XDG isn't applicable to Windows at all, it's a Linux-only thing.