Olof Kindgren
Olof Kindgren
Hi @cr1901 I remember your migen_uart but I hadn't had en opportunity to look at it before. That's an excellent example! Really like that you open up for all three...
There is a similar thing with verilator where you can specify that the simulator model should be built for a fixed number of threads. In that case it's possible to...
@sjalloq I'm really not sure if it has been properly documented. We should look into that. It's not good that users don't find it. @m-kru I think it's good to...
As I see it, we're talking about two slightly different, but related, things. The first is exposing Vivado's jobs parameter. Normally I prefer to expose as few tool options as...
Also noticed that the question of exposing jobs has come up before https://github.com/olofk/fusesoc/issues/225 Let's get it fixed (in Edalize)
It was so long ago I last thought about this so my memory is a bit hazy, but as I recall it, the idea was to put a library.conf in...
I can only agree. FTR I think it would make sense to have two variants One that removes the library and one that just removes the reference from the fusesoc.conf...
That does clarify it a bit. The key here would be the separation of workspace-local and user-global libraries. Technically, ~/.config/fusesoc/fusesoc.conf should have a 1-1 mapping to libraries in ~/.local/share/fusesoc and...
@martin-lueker FTR, the github provider is actually a special case of the URL provider. It uses Github's API for getting an archive of a specific version. I do this to...
@martin-lueker FTR, the github provider is a special case of the URL provider rather than the git provider. It uses github's api to fetch an archive a specific version. I...