Nic30

Results 201 comments of Nic30

I also have "awesome-hdl" in readme of my projects, I would like to extract it but I am not sure where.

> didn't know Vivado had such a mode already Vivado has remote build mode but it is not what I was talking about. I just wrapped Vivado I mean I...

Hello, I made small working example for this ![image](https://user-images.githubusercontent.com/5032806/135924205-62d500c0-0a23-492a-a27a-968cf369aab7.png) It is far from complete (I did not translate the shapes, label possitions, etc) but at least something.

https://github.com/Nic30/d3-hwschematic/blob/master/examples/netlistsvgTod3Hwschematic.js

But I think it could be better to just load yosys input directly.

> import the netlistsvg elk json Actually the format should be same (but there is a difference in elkjs version, the 0.7.1 and 0.7.2 had some issues that's why I...

> What issues are there and what version do you recommend? Currently I do not know latest version and in this case it means that the latest version is probably...

Sadly no, this project does not accept yosys JSON format, it would be simple to support it however I do not have the luxury of time to do it, but...

@Bestduan I hired some student to work on this, https://github.com/sv12359/d3-hwschematic, It is nearly complete we now working on split/concatenation nodes which require a special care. Are you an user of...

> [doc](https://github.com/YosysHQ/yosys-manual-build/releases/download/manual/manual.pdf) of yosys Sadly for every thing we need, there is a FIXME in this doc. For example $alu, $macc, $fa, and $lcu. @sv12359 @Bestduan Do you know how...