- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-15-2011 10:31 AM
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.
Re: output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-15-2011 03:14 PM
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
Re: output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-22-2011 07:12 PM
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??
Re: output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 01:32 PM
Re: output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 05:59 PM
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.
Re: output problem in chip scope pro
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 06:05 PM
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 cribbing 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











