enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

Add LiteDRAMWishbone2Native tests #169

Closed jedrzejboczar closed 4 years ago

jedrzejboczar commented 4 years ago

Adds test_wishbone.py for litedram.frontend.wishbone. Additionally it implements missing write-enable handling in DRAMMemory and test_adaptation.py/test_axi.py.

jedrzejboczar commented 4 years ago

As for the Travis build, unit tests are ok.

It seems that downloading Python dependencies failed for one of the simulations. This has already happened to me before. I'm not sure if this would help, but maybe we could try caching some dependencies (https://docs.travis-ci.com/user/caching/#pip-cache)?

enjoy-digital commented 4 years ago

Thanks for the tests. It's merged. I also had the issue with Travis CI, it it happens too often we try to improve that.