Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Vivado optimising logic and ILA issues

Status
Not open for further replies.
the clk is connected to the output of the FCLK_CLK0 from the processing system with a freq of 100MHz.rstn is a active low reset. rstn is '0' value.
 

I have connected the clk to processing system clk and rstn is assigned '0'.

- - - Updated - - -

in signal declarations it is connected to '0'...yes..

- - - Updated - - -

yes i have connected the clk of the processing system to output of clk and then no i have not assigned rstn to '0'....it is in U state
 

rstn needs to be connected to somehitng - its the reset. Holidng it at 0 will hold the system in reset and if you compile it like this, anything that has a reset input will be removed, which will probably remove other parts of the design!
 

rstn needs to be connected to somehitng - its the reset. Holidng it at 0 will hold the system in reset and if you compile it like this, anything that has a reset input will be removed, which will probably remove other parts of the design!

rstn is not connected to '0'. if rstn = '0' then it resets.i am using the rst port of bram so therefore it is not tied to 0.
 

i tried removing the reset option and still I am unable to solve the problem.my bram contents are overwritten 4 times.can this be a problem??
 

If logic is being removed, it will be because:

1. A clock is stuck at '0' or '1'
2. A reset is stuck enabled
3. Muxes have a fixed selection.
4. Logic has no effect on an output pin (a pin on the FPGA, not an output from your logic).

You need to work out which one of these is happening in your project. Follow the warnings generated to trace the problem back.
 

hi,

the problem is solved...the warnings which said logic was being removed or being optimised was irrelevant or not important...the problem was with the ila IP from the xilinx coregen...the probes were needed to be added on the waveforms to see the output.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top