cfelton / rhea

A collection of MyHDL cores and tools for complex digital circuit design
MIT License
84 stars 33 forks source link

Complete the fifo tests #13

Closed cfelton closed 8 years ago

cfelton commented 8 years ago

In the test_ffifo.py complete the following test cases:

            # @todo: test overflows
            # @todo: test underflows
            # @todo: test write / read same time
gcc42 commented 8 years ago

Submitted a PR for the new tests. Please review and comment.