Olof Kindgren

Results 572 comments of Olof Kindgren

I have thought about that too. Some generators could definitely benefit from being easily parameterized outside of the .core file. There also happens to be some other places that could...

Cool project and I agreee with @mithro. It will save you a lot of headaches trying to support multiple tools. Edalize already support 27 different EDA tools

I think ipyxact should be able to at least parse vendorextensions. Then it would be up to the actual application to do something sensible with it. E.g. FuseSoC could perhaps...

Hmm... that's pretty bad. Need to check if it's the same situation with the new API

In order to evaluate these expressions, we need to have a full systemverilog expression parser within ipyxact, which we don't. There are basically three ways to handle this. 1. Write...

There are two answers here. I would happily accept code contributions. But when it comes to my own time spent on my open source projects, those with funding will have...

And this one should be done now as well I guess

Thanks for this. The patch looks nice and clean and I presume it solves your problems. I have some philosophical objections to some of the design choices, but the Efinity...

Good question. The idea is that since this is a DAG, a node can have inputs from several different tools, in which case their EDAM descriptions need to be merged....

[SweRVolf](https://github.com/chipsalliance/Cores-SweRVolf) is now supported on the Nexys A7 and Basys3 boards. Perhaps you can look at that to get a better idea of the work needed to port to a...