nmi-leipzig / sim-x-pll

Verilog based simulation modell for 7 Series PLL
ISC License
11 stars 2 forks source link

Test bench in cocotb #2

Open tigitadmin opened 4 years ago

tigitadmin commented 4 years ago

Add a test bench based on cocotb. Maybe as replacement for the avocado based test bench.

tmahlburg commented 4 years ago

This is mostly done, although the verilog testbenches have been ported quite directly, so there might be some potential optimizations. The following points still need work:

The current work can be found in the linked pull request and in the cocotb branch.