Altera_Forum
Honored Contributor
15 years agordusedw not count in my dcfifo
rdusedw not count in my dcfifo
EP3C16F256C8N Quartus II 9.1 sp2 a dcfifo generated by megawizard plugin manager. rdclk: 75MHz wrclk: 40MHz this is a snipping image of a running signaltap(rdclk as the sample clock): http://www.alteraforum.com/forum/attachment.php?attachmentid=3531&stc=1&d=1295551799 the rdusedw is always 0. this is the code from the generated .v file dcfifo_component.intended_device_family = "Cyclone III",
dcfifo_component.lpm_numwords = 256,
dcfifo_component.lpm_showahead = "OFF",
dcfifo_component.lpm_type = "dcfifo",
dcfifo_component.lpm_width = 32,
dcfifo_component.lpm_widthu = 8,
dcfifo_component.overflow_checking = "ON",
dcfifo_component.rdsync_delaypipe = 5,
dcfifo_component.underflow_checking = "ON",
dcfifo_component.use_eab = "ON",
dcfifo_component.write_aclr_synch = "ON",
dcfifo_component.wrsync_delaypipe = 5; why rdusedw not count after wrreq assert?