VLSI-EDA / PoC

IP Core Library - Published and maintained by the Chair for VLSI Design, Diagnostics and Architecture, Faculty of Computer Science, Technische Universität Dresden, Germany
https://tu-dresden.de/ing/informatik/ti/vlsi
Other
538 stars 93 forks source link

configuration problem #62

Open sasamy1 opened 5 years ago

sasamy1 commented 5 years ago

hi everyone. i faced with pyIPCMI problem. somebody can help me? how can i solve this problem?

i referenced POC library document 1.2.0. and exactly followed chap 5.1 to 5.4.1.

image

Paebbels commented 5 years ago

Hi @sasamy1,

I can reproduce this bug and I'll try to push a fix a.s.a.p.

What Python version are you using?

sasamy1 commented 5 years ago

I use python 3.7.1. Thanks.

lavovaLampa commented 5 years ago

Any news on the fix? I am hitting the same problem. I tried debugging this myself but I am not really an active user of python.

oholimoli commented 4 years ago

I have the same problem :/. Has anybody found a solution?

Peppar commented 4 years ago

Hello, I was able to fix this specific error by renaming a file in the pyIPCMI submodule, pull request here: https://github.com/VLSI-EDA/pyIPCMI/pull/1 I'm new to this repo but throwing this out there, sorry if I'm missing something.

poneill1001 commented 1 year ago

I had this issue as well. Per suggestions here, I renamed the file:

PoC\lib\pyIPCMI\pyIPCMI\ToolChain\PoC.py

To:

PoC\lib\pyIPCMI\pyIPCMI\ToolChain\pyIPCMI.py

Issue was resolved.