-
I was just wondering when the next version would be released as myhdl doesn't work for my python install as async is used as a variable. However, this was fixed and merged in #264. So when will the ne…
-
**Issue by [jfng](https://github.com/jfng)**
_Tuesday Mar 19, 2019 at 19:14 GMT_
_Originally opened as https://github.com/m-labs/nmigen/pull/46_
----
* Tests are missing.
* This PR depends on http…
-
It would be extremely useful if iverilog would support a PATH/LD_LIBRARY_PATH style environment variable for setting a search path for loading VPI modules. AFAIK, the only way to do this right now is…
-
Hi,
I am new with myHDL and relatively new with Python.
I have just installed myHDL.
I tried to run the firfilt example in Christopher Felton's github repo:
https://bitbucket.org/cfelton/exam…
-
https://github.com/myhdl/site-myhdl/blob/25ffe78a3ebcd6a8867e56e81da732fe10c3d7ae/docs/examples/bitonic/bitonic.txt#L183
Hi, I'm reading examples these days. It's very helpful. Thanks for your help…
-
Hi,
I am trying to run StopWatch example and having some issues
What I did is:
1. Download and install Python 3.7
2. Installed MyHDL via pip install myhdl
3. Run any test or examples and get next…
-
# Summary
Here's where we can hash out the main driver structure. We had some good conversations in class, and here is where we can turn those ideas into a functioning implementation. Given the tim…
-
I've encountered a few notebooks while testing out JupyterLab where their output is silently omitted due to the sanitization of script tags even in trusted HTML. How can we restore the evaluation of s…
minrk updated
5 years ago
-
`ConcatSignal()` crashes on handling negative values. It would make sense that `ConcatSignal()` should not handle boundary checks at all.
Example code and error:
``` bash
def bounds_err():
a_lis…
-
Love Peeker for myHDL. But
1. what is the lib that is doing the waveform plotting
2. Is there possibly a way to add a jupyter notebook widget to then scrub threw the waveform timeline
3. Can you a…