Olof Kindgren

Results 522 comments of Olof Kindgren

Apologies for the long wait. As you say, netlist simulation is a pain with the current Edalize structure. I started looking into the next major version of Edalize and summarized...

I wonder if this might work ```diff --- a/edalize/templates/vivado/vivado-program.tcl.j2 +++ b/edalize/templates/vivado/vivado-program.tcl.j2 @@ -14,7 +14,11 @@ connect_hw_server # Find the first target and device that contains a FPGA $part. set hw_device_found...

I agree. In hindsight it was a questionable choice to try and program boards by default and most of the new FPGA backends don't have this functionality. In the long...

It's probably a good idea at this point to turn File into a proper class. But I'm not sure if you mean that we should pass `File` objects through the...

Sure. I kind of forgot about it, but if you have been running it successfully, then I think we should definitely add it. Just need to take a look at...

We have been talking about DPI support for along time and I know that @imphil among other are interested in this. I don't have that much hands-on experience with DPI...

Hi, Just wanted to chime in and say that this is something I would love to see. Since it's not a critical feature we can just start pulling things in...

Hi @mithro . Thanks for raising the topic. I had similar discussions with the Meson devs last year. I know about Bazel, but have never used it so I can't...

Thanks for looking into this. I have wanted a cocotb backend for a long time and I think it makes a lot of sense. As for the technical side I...