Altera_Forum
Honored Contributor
10 years agosimulate DFIFO by using modelsim, outptout ports are zzzz
I use moselsim SE 10.1a to simulate DFIFO. Quartus ii software version is 12.0. DFIFO has six input ports and three outputs. I give DFIFO six input signals, including aclr, inputdata, rdclk, wrclk, rdreq and wrreq. All they can display correctly in modelsim. But three output ports are zzz,including rdempty, wrfull and output q. The color of three output ports is blue.
rst is aclr; clk_48M is wrclk;clk_FFT is rdclk; filt_lp_data_i is inputdata;fft_real_in is output data port. I give the simulation results in attachments column. I have used DFIFO before but I didn't meet this problem. It frustrates me a lot. I hope someone who can help me.