AdDraw / buffer_size_est

Simple TB and equation in order to estimate buffer size required to not overfill it
MIT License
0 stars 0 forks source link

Create a Testbench that tests calculated minimum fifo size #3

Closed AdDraw closed 1 year ago

AdDraw commented 1 year ago

Testbench flow:

AdDraw commented 1 year ago

First attempt done in 2559f945032215d5b1477d3571941b9299a7ce74:

Noticed things:

Things to improve:

AdDraw commented 1 year ago

Testbench works well in the synchronous fifo case(single clock domain), in the case of different frequency values it goes to shit, I don't yet know why

AdDraw commented 1 year ago

Fixed some async + sync issues in #6, this version of the TB is good enough to use in my opinion