D
deepak
Guest
i was tryin to implement an ip core of multiplier on fpga spartan 3e,but in the synthesysing process it is showing some error about routing problems.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I used the ip core of multiplier which is available in xilinx 12.2,then in the next step i assigned pins in the plan ahead.after that when i synthesised it gave these warnings:Can you describe the multiplier? (Width, anything special about it, does it use the multiplication operator)
Is it using the embedded h/w multipliers in the s3e? What's the exact error message?
Jon
i was using a 2bit inputOn Wednesday, January 16, 2013 7:43:41 AM UTC-8, Jon wrote:
Can you describe the multiplier? (Width, anything special about it, does it use the multiplication operator)
Is it using the embedded h/w multipliers in the s3e? What's the exact error message?
Jon
I used the ip core of multiplier which is available in xilinx 12.2,then in the next step i assigned pins in the plan ahead.after that when i synthesised it gave these warnings:
WARNING:Xst:647 - Input <clk> is never used. This port will be preserved and left unconnected if it belongs to a top-level block or it belongs to a sub-block and the hierarchy of this sub-block is preserved.
WARNING:Xst:647 - Input <a> is never used. This port will be preserved and left unconnected if it belongs to a top-level block or it belongs to a sub-block and the hierarchy of this sub-block is preserved.
WARNING:Xst:647 - Input <b> is never used. This port will be preserved and left unconnected if it belongs to a top-level block or it belongs to a sub-block and the hierarchy of this sub-block is preserved.
WARNING:Xst:1306 - Output <p> is never assigned.
,
Basically i wanted to learn how to implement an ip core on fpga kit,
i will be very thankful for any kind of help!
thanks.