FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6664 討論

ALTFP_MULT is not behaving as per the inputs given

TBaki
初學者
922 檢視

I am using ALTFP_MULT in the design. This iP is generated using Quartus II 10 special package 1. software. I tried to multiply 3 * 3 using this IP. I mean to say input dataa = 3 and datab= 3. But, I am getting result 0 and zero output flag is always enabled. I am not using clk_en or aclr. Please let me know why the output of this IP is always 0

0 積分
3 回應
CheePin_C_Intel
878 檢視

Hi,

 

As I understand it, you have some inquiries related to the ALTFP_MULT IP where the output seems to stuck at 0. 

 

To facilitate further debugging, just would like to check with you on the following:

 

1. Would you mind to share with me the IP .v file so that I can have further understanding of your confuguration?

 

2. Just would like to check with you if you are observing this issue in Modelsim or hardware? It would be great if you can perform Modelsim simulation to isolate any functional issue prior to hardware testing.

 

3. For your information, the data input would need to be in floating point format ie the MSB is the sign, the next MSBs are the exponent, and the LSBs are the mantissa. Just to double check with you on the data format.

 

Please let me know if there is any concern. Thank you.

 

Best regards,

Chee Pin

 

TBaki
初學者
878 檢視

I think the input i fed to IP was incorrect. I was mot using floating point format ( point 3). Thanks

CheePin_C_Intel
878 檢視

Hi,

 

Thanks for your update. Please feel free to try out with the right format to see if it works. If it still not working, please feel free to let me know. Thank you.

回覆