Nic30

Results 214 comments of Nic30

update ![screenshot from 2018-04-08 21-11-21](https://user-images.githubusercontent.com/5032806/38471455-977f549e-3b71-11e8-948f-b515b845cb39.png)

About performance of ELKjs and D3.js. I am 100% sure that elkjs can not handle 100k nodes in any form. Layout alg. takes second+ for cca 5K nodes (drawing takes...

Yes, the link is pointing on my current work (backend part). Code works but it not finished ( I will work on it this weekend, plan is to finish *...

Hello, after so long time I am back. I have tool which automatically generates documentations with schematics. (It is made of packages which I have there on github.) And it...

And also JS is not minified, which means that you have to download cca 5M of on first run... If you run profiling in browser rendering and roung takes only...

Thank you for reporting, it should be fixed now. New hwt/hwtLib release is waiting for some work in hwtHls, but if you need a new release ping me.

Hello @jesseclin , there are multiple ways how to do it depending on what exactly you need. * You can create a black box and exclude it from serialization to...

> PyMTL, MyHDL I know for me the problem is that it is everything packed together I am developing similar tool. There was a discussion if we can split this...

With C libraries it is a problem, because of free servers as I wrote. I am trying to solve similar issue in https://github.com/Nic30/hdlConvertor/issues/51 (The C++/Python library has some Python code...

I propose following solution: * Lets add asyncRst parameter to: * https://github.com/Nic30/hwt/blob/master/hwt/synthesizer/rtlLevel/netlist.py#L47 * https://github.com/Nic30/hwt/blob/master/hwt/synthesizer/interfaceLevel/unitImplHelpers.py#L223 * Lets add IS_SYNC to reset interface classes https://github.com/Nic30/hwt/blob/master/hwt/interfaces/std.py#L113 * If sync/async reset is explicitly specified,...