OpenCores

synchronous_reset_fifo with testbench

Issue List
wrong enable signals names #4
Open fpgausr opened this issue over 3 years ago
fpgausr commented over 3 years ago

Not a bug but your enable signals are mistakenly named write_enb and read_enb Usually signal names ending with letter 'b' or 'n' means the signal is active with a low logic level. You should rename your enables 'write_en' and 'read_en' instead.


Assignee
No one
Labels
Request