Nic30
Nic30
Hello, is there some way how to specify the correct SystemVerilog version for a specific file? I see that some files are clearly in older standard and because of this...
Traceback (most recent call last): File "~/polyphony/tests/apps/ad7091r.py", line 91, in test(spic) File "~/polyphony/polyphony/__init__.py", line 57, in _testbench_decorator func(module_instance) File "~/polyphony/polyphony/__init__.py", line 297, in wrapper return func(*args, **kwargs) File "~/polyphony/tests/apps/ad7091r.py", line...
Hello, I am trying to make package build by meson-python installable by pip using `pip install --user .` (a complete [build script](https://github.com/Nic30/circleci-orb-python-all-in-1/blob/master/src/commands/install-package-git.yml), [CI config](https://github.com/Nic30/hwtHls/blob/llvm_mir_integration/.circleci/config.yml)) Recent changes in pip broke this...
Tested only on simple examples, due to absence of any testcases known to me, not all numbers are now integers.
 ``` d3-wave.js:398 Uncaught TypeError: Cannot read properties of undefined (reading 'children') at SignalLabelManipulation.dragEnded (d3-wave.js:398:42) at SVGGElement.dragEnd (d3-wave.js:426:21) at Ct.call (d3.min.js:2:15446) at Object.e (d3.min.js:2:227407) at g (d3.min.js:2:226577) at d3.min.js:2:20615 ```
see https://github.com/Nic30/vscode-extension-digitalcircuitanalysis/issues/2
ELK now (0.9.0) supports automatic routing with fixed node positions. https://eclipse.dev/elk/blog/posts/2022/22-11-17-libavoid.html It could be useful to to have mode where nodes could be dragged and edge routing could be regenerated....
I would like to avoid duplication of constant in my project. What I did is to copy A,B interpolation coefficients from examples. There are 2 things which can be done....
I am using Quartus 18.0 I did successfully generated bitstream, I used https://gist.github.com/wirebond/9e75db58112bb49c6b2debad7dc13cb2 to enable second HIP and I can see it used in Chip Planer. Everything seems fine however...
Hello, because I was not able to find project like your's I have written my [own](https://github.com/Nic30/pyMathBitPrecise). I added reference on your project to similar project in readme section of my...