How do I install co-simulation support with myHDL on Windows 10. I have configured python, pip and myHDL. The documentation doesn’t help much with co-simulation installation.
Which simulator are you using?
If you are using iverilog, you may refer to my blog posts: http://qren.logdown.com/posts/2017/06/01/1905464
Besides Python, you have to install iverilog, GCC, and GNU make, and follow the instructions given.
I didn’t try it on Windows. But I guess the steps are almost the same.
1 Like
Thanks I’ll try these and get back in case of queries