it's me again
I downloaded the new xps_fx2_v1_50_a from the source you gave me. Then I searched for the xilinx project file and found it in the "devl/projnav" folder. I started the new project. With new source --> ip --> fifo I generated the three fifos. After I tried so simulate with the same testbench ( I only had to change a few things: e.g. new wordwidth for usb_fd_t), but unfortunatly I received the same (no) results.
Maybe my problem is in generating the cores? I'd like to describe my proceeding more in detail, to figure out what I'm doing wrong.
e.g. tx_fifo generation:
- independent clocks/block ram
- first-word-fall-through
- write width: 32
- write depth: 4096
- read width: 8
- overflow/underflow/valid flag
- use extra logic for more accurate data counts
- write data count width: 13
everything else let to default
also interesting are the warning messages after isim simulator
I'm starting to think, I understood something totally wrong ;-)
