Jump to content

Bitstream Error


prudhvi

Recommended Posts

sir, 

I am using Xilinx vivado. My project is  Parallel Prefix Adder(PPA).

I have a problem with my project while dumping code.

I have FPGA board of Artix7 it has 4 inputs and 4 outputs

In our project there is 32 bits input and 17 bits output.

My problem is how to dump my project into Artix7 FPGA board

Already try to dump my project but i got a problem while running a Bitstream.

I want a help with process of how to dump 32bit i/p into 4bit Artix7 board.

I just want check my project power, delay, LUTs.

Please help me with this problem

image.thumb.png.0d34456be7d60f2f8872f8f0824dc7ba.png

image.thumb.png.2debd88f850870977aeac3092ba3676c.png

image.thumb.png.ea57cad18787b405ebc55e32e7f9dd33.png

 

Edited by prudhvi
Link to comment
Share on other sites

Hi @prudhvi

The error occurs because the block design needs to have an HDL wrapper created for it, and the HDL wrapper needs to be set as the project's top module. The current top module for your project is the apxbt_v1_0 module. I think only constraining the clock port with the ILA as the only output should be sufficient, but in case Vivado optimizes out the majority of your logic in implementation, consider making some of the output ports external (constraining them to a Pmod interface maybe).

image.png

Thanks,

Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...