Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
deba_techno
Posts: 13
Registered: ‎10-26-2011
0

output problem in chip scope pro

i am using chip scope pro 12.3.i take "yout" in my design program as output which is 32 bit. i heve assign also the pin (using virtex 4,assigning the pin no watching the respective manual of virtex 4 pin assignment) for yout(0)...................yout(31). but in chip scope pro i get the trigger input along with other input,can't find yout.plz help.

Moderator
jschimek
Posts: 110
Registered: ‎08-02-2007
0

Re: output problem in chip scope pro

Deba_techno,

 

Its not entirely clear what you are trying to do here from me.  From what I am reading, you are having trouble hooking non-loc'ed pins to chipscope.  One tip, I would say is to look at the RTL view to ensure the net exists.  Also be careful not to connect between OBUF and pad..

 

Regards,

Jon

Visitor
deba_techno
Posts: 13
Registered: ‎10-26-2011
0

Re: output problem in chip scope pro


jschimek wrote:

Deba_techno,

 

Its not entirely clear what you are trying to do here from me.  From what I am reading, you are having trouble hooking non-loc'ed pins to chipscope.  One tip, I would say is to look at the RTL view to ensure the net exists.  Also be careful not to connect between OBUF and pad..

 

Regards,

Jon


sir, i tried to test the output of my design which i have implemented in data flow model. in "netlist" i have not found the output of my design. this is my problem.i have assigned the output pins following the virtex 4 pin  configuration sheet, and assigned those to i/o pins. in my program,there was clk signal, (which i have inserted later,bcoz in chipscopepro there is a clk assignment net ) but no reset signal.  i don't understand why i did not get thost output. if reset and clk are mandatory to test the output through chipscopepro??

Xilinx Employee
cribbing
Posts: 134
Registered: ‎03-18-2008
0

Re: output problem in chip scope pro

Try looking at the synthesis report file. Likely there will be some messages in there that explains why the tool is optimizing those nets out. My guess is that they are unconnected in your design
Visitor
deba_techno
Posts: 13
Registered: ‎10-26-2011
0

Re: output problem in chip scope pro


cribbing wrote:
Try looking at the synthesis report file. Likely there will be some messages in there that explains why the tool is optimizing those nets out. My guess is that they are unconnected in your design

 Thank you sir, positively i will look it. but my doubt regarding chipscope pro is, does it test any program which has no clk and reset signal .plz ans.

Moderator
viviany
Posts: 481
Registered: ‎05-14-2008
0

Re: output problem in chip scope pro

You do need a clock net for Chipscope because Chipscope logics are synchronous circuits and need a capture clock. But a reset is not necessary.

 

The lack of clock and reset signal may not be the cause of your output signals being removed. As  stated, you should check your synthesis report for messages mentioning these signals being removed. These messages may give you hints on why they are removed.

 

Vivian