1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

20 Commits

Author SHA1 Message Date
chiplukes
f0da5a6fa2
Fix Icarus cosimulation vpi bug for static signals (#444)
* created a test that shows the cosimulation bug

* fix icarus vpi so that all to_myhdl signals are updated at least once even if they are static
2024-10-05 10:07:42 +02:00
Josy Boelen
c7662a056c
No more name mangling (#336)
* palce xfail on rename_after ... test

* Adding a commmnet to force commit

* alternate approach in testOBufInterface

* reverting _analyze.py
reaming the simulation objects

* typos

* final commit to 'finish' PR submission

* And of course I forgot the 'xfail'

* cleaning up wild import in test_tristate.py to provoke another Travis/CI run

* There is something wrong with the 'xfail' so I just commented out the offender

* uncommented the second test in test_tristate.py

* Changed the object names in the testbench, hoping to narrow down where it fails

* Changing more object names

* myhdl.c: added #ifdef _WIN32 clause to get the pipes working in WIndows 10, properly (auto-)formatted the source
util.py: changed the myhdl.vpi path to defaukt to iverilog's known system path
test_tristate.py: the TestTristate class re-used the tristate_obuf.o for the test with the interface; which put iverilog on the wrong foot ...

* util.py: make a distinction between Windows and Linux systems where to get myhdl.vpi
2022-03-10 13:59:43 +01:00
Alex Forencich
292cb2e086 Allow more arguments in icarus verilog VPI 2014-11-18 12:30:39 -08:00
jand
4724486bd8 cleaner version after implementing cver version 2004-02-27 20:45:08 +00:00
jand
f625edfe29 adapt to new scheduler by removing compensation 2003-11-24 10:33:20 +00:00
jand
abba8c12bb pli types again 2003-05-26 20:03:29 +00:00
jand
069e0724ba void * pointer 2003-05-26 16:22:39 +00:00
jand
e9877405da my own clean up 2003-05-25 12:35:03 +00:00
jand
6fc82f2a75 patch from Jeevan Varschney 2003-05-25 12:27:09 +00:00
jand
2abb9df52e scaled down assertion to cope with Icarus bug 2003-05-15 08:33:31 +00:00
jand
4ee436f37c some robustness tests 2003-05-14 16:41:11 +00:00
jand
285b40f59e MAXARGS check 2003-05-14 13:22:18 +00:00
jand
1a337b9516 shortened prefixes 2003-05-13 09:20:31 +00:00
jand
21f9abcc50 clkout tests 2003-05-12 16:57:17 +00:00
jand
c9b8f150db clean-up 2003-05-08 18:44:11 +00:00
jand
964877c93b revamped myhdl.c 2003-05-08 15:53:51 +00:00
jand
7c3bf63a0d snapshot 2003-05-07 16:52:57 +00:00
jand
1301a23991 First working cosimulation unit test 2003-04-24 11:04:01 +00:00
jand
61c5cd2671 debugged cosim 2003-04-22 22:49:17 +00:00
jand
2a10440197 added 2003-04-11 18:42:21 +00:00