Debugging: Using JTAG to axi Master: Can't write to the memory

Hello,
I am trying to make a very simple design in order to write and read to the memory using JTAG to axi master IP core. I did my design based on the following quick take video:
https://www.youtube.com/watch?v=btJ5Q7psf9M
After downloading the bitstream and trying to work with the tcl, everything goes well until when I want to use the write command:
run_hw_axi [get_hw_axi_txns $wt]
I will receive the following error :
ERROR: [Xicom 50-38] xicom: AXI TRANSACTION FAILED
INFO: [Labtoolstcl 44-481] WRITE DATA is: 44444444_33333333_22222222_11111111
ERROR: [Common 17-39] 'run_hw_axi' failed due to earlier errors.
What is wrong? 
Here is more detail about my design:
1. The only top module is the vhdl wrapper for the block design which has been generated by the ip integerator
2. The clock is running at 100MHz.
3. the reset is grounded to 0, i.e. I don't have external reset signal
4. I have tried different clock frequency while connecting it to the JTAG, didn't help
Thanks,
Aryan

I removed the clocking wizard ip and connected the clock directly to the design block. works perfectly now

Similar Messages

  • JTAG to axi Master: Can't write to the memory

    Hello,
    I am trying to make a very simple design in order to write and read to the memory using JTAG to axi master IP core. I did my design based on the following quick take video:
    https://www.youtube.com/watch?v=btJ5Q7psf9M
    After downloading the bitstream and trying to work with the tcl, everything goes well until when I want to use the write command:
    run_hw_axi [get_hw_axi_txns $wt]
    I will receive the following error :
    ERROR: [Xicom 50-38] xicom: AXI TRANSACTION FAILED
    INFO: [Labtoolstcl 44-481] WRITE DATA is: 44444444_33333333_22222222_11111111
    ERROR: [Common 17-39] 'run_hw_axi' failed due to earlier errors.
    What is wrong? 
    Here is more detail about my design:
    1. The only top module is the vhdl wrapper for the block design which has been generated by the ip integerator
    2. The clock is running at 100MHz.
    3. the reset is grounded to 0, i.e. I don't have external reset signal
    4. I have tried different clock frequency while connecting it to the JTAG, didn't help
    Thanks,
    Aryan

    I removed the clocking wizard ip and connected the clock directly to the design block. works perfectly now

  • HT201365 I like the additional security features but don 't want to type in a password every time I use my phone.  How can I turn off the requirement for a password but leave "Find my Phone" active?

    I like the additional security features but don 't want to type in a password every time I use my phone.  How can I turn off the requirement for a password but leave "Find my Phone" active?

    Settings>General>Passcode Lock...enter your passcode, then: Turn Passcode Off.

  • I'm using an iPhone 4S, i can't access to the app store, it shows "cannot connect to iTunes Store"  Why? I can't update my phone as well. My internet connection is good. I've tried reseting it, i doesn't help too..

    I need HELP .. PLEASE ....

    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • HT1222 When is the newest, latest update coming out? I have a bug. I can't use my wifi. I can't even tap the wifi , it's all grayed out. I have an iPhone 3g.

    When is the newest, latest update coming out? I have a bug. I can't use my wifi. I can't even tap the wifi , it's all grayed out. I have an iPhone 3g.

    There are no more future updates for iPhone 3G. There is probably a hardware issue with your phone that an update would not fix.

  • Can I write in the layout  in any Key figure something else then number ?

    Hi
    (sem - bps)
    Can I write in the layout  in any Key figure something else then number ?
    Let say I want to right in the key figure number with CHAR (the letters a-z)
    Can I do so ?
    Can a key figure  has char other then number ?

    no i can't , because the user want to assign a characteristic ,for example (the layout) :
    0employye  0amount 0project
    P1211111   1000   #
    after the user will assign :
    0employye  0amount 0project
    P1211111   1000   ea-5819
    can the user assign 0project ?
    the current solution i mange to build was :
    a variable with 2 characteristic 0employee & 0project
    and with user exit i move the values to Variable
    ,and in the fox i use substr to split the variable ,
    the code is :
    FUNCTION Z_REFERNCE_RELATION_EMPL_ITER.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_AREA) TYPE  UPC_Y_AREA
    *"     REFERENCE(I_VARIABLE) TYPE  UPC_Y_VARIABLE
    *"     REFERENCE(I_CHANM) TYPE  UPC_Y_CHANM
    *"     REFERENCE(ITO_CHANM) TYPE  UPC_YTO_CHA
    *"  EXPORTING
    *"     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
    CONSTANTS:
      l_source_var TYPE upc_y_variable VALUE 'YPABONUS',
      l_source_area TYPE upc_y_area VALUE 'PAPFMAIN',
      l_use_restricted_values TYPE boole-boole VALUE 'X',
      l_buffer_call TYPE boole-boole VALUE 'X'.
    DATA:
      l_subrc LIKE sy-subrc,
      ls_return LIKE bapiret2,
      l_type LIKE upc_var-vartype,
      lto_varsel_all TYPE upc_yto_charsel,
      lto_varsel TYPE upc_yto_charsel,
      lto_var TYPE upc_yto_charsel,
      lto_chanm TYPE upc_yto_cha.
    * Xth_data os type 'YTH_DATA' (see SE11) .
    TABLES : upc_var_cha_act.
      DATA : wa  TYPE  upc_var_cha_act.
      DATA : my_it2  type table of upc_var_cha_sel,
             my_it3  type table of upc_var_cha_sel,
              wa_1 like line of my_it2,
              wa_3 like line of my_it3,
              wa_2 like line of eto_charsel.
    SELECT  *
       into corresponding fields of table my_it2
      FROM upc_var_cha_sel
      WHERE area EQ 'PAPFMAIN' AND
            var  EQ 'YPABONUS' AND
            varuser EQ sy-uname AND
            chanm EQ '0EMPLOYEE' .
    sort my_it2 by seqno.
    loop at my_it2 into wa_1 .
    clear wa_2.
    move-corresponding wa_1 to wa_2.
    append wa_2 to  eto_charsel.
    endloop.

  • My iPod touch needs to be restored. however, all of my movies/apps/songs/photos are not backed up on my computer because the shop on my computer does not work. can i still get the memory on my iPod touch 32gb back?

    my iPod touch needs to be restored. however, all of my movies/apps/songs/photos are not backed up on my computer because the shop on my computer does not work. can i still get the memory on my iPod touch 32gb back?

    If you weren't able to sync the purchases to a computer previously and now your iPod needs to be restored so you can't sync it now, then you may be out of luck and will need to purchase your content again. Officially Apple does not allow redownloads of purchased items other than iPhone/iPod touch applications and iBooks. The official statement of their policy can be found here, among other places.
    You can try contacting iTunes Store Customer Service (select the "Music Purchases" or "Video Purchases" category, as appropriate, then "Lost or Missing Items". You'll find either an "Express Lane" button - just follow the instructions to get to the contact form - or an "Email Us" button) ") and explaining what happened. Reportedly in some cases Apple has allowed redownloading on a one-time basis. But don't count on it. 
    Good luck.

  • Can't write in the text pane of Hotmail. Working on other browsers.

    Can't write in the text pane of Hotmail.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • After update to Snow Leopard, I can no longer print from my Mac Book using my HP D110 but can still print from the web

    Hello -
    Earlier this week, I updated my Mac Book to Snow Leopard and am now having printing problems. I have an HP Photosmart D110. I have downloaded and installed the driver update. I have deleted and re-installed the printer. I have run the wireless network test (everything passed). I configured th settings on the HP EPrint website. I have shut down and re-started the computer several times. I checked for software updates.
    The printer is *recognized* on the Mac Book, iPhone and the iPad. It shows up under the SysPref menu. I have been able to print coupons from the Coupons.com app using the iPhone and iPad, but I can't print from the computer itself. The printer icon opens and it indicates the document was sent but nothing comes out. I'm not sure what I'm missing?!

    http://support.apple.com/kb/DL907
    Also try powering the printer off for about 10 minutes.

  • With the new version of Firefox I cannot use my Google Toolbar. Can I revert to the earlier version with which the Google Toolbar was compatiable? If so, how do I do it?

    I love Firefox but found it more user-friendly when I had my Google Toolbar as well. I want it back and the new version of Firefox does not allow it. Can I revert to the most recent version of Firefox which did allow Google Toolbar and if so how do it do that?

    The Google Toolbar "will not be supported on Firefox 5 and future versions." <br />
    http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    The Google Toolbar '''7.1.20110512W''' version does work pretty good in Firefox 5.0 by using the Compatibility Reporter extension. But not every feature works 100%.<br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    http://googlesystem.blogspot.com/2011/06/enable-google-toolbar-in-firefox-5.html

  • How can i write to the Step.Result.ReportText of a Sequence callback?

    i need to write to the Step.Result.ReportText and step.Result.Status of a sequence callback using a statement but it jus won't work...how can i do this?....

    I am not sure what you are asking but will give it a shot.
    Only a step has Step.Result.ReportText and Step.Result.Status properties. Therefore you cannot set these properties for a sequence callback. For certain callbacks that are called by a sequence call step, you can set Step.Result.ReportText and Step.Result.Status of the Sequence Call step that called the callback. To do this you can set Runstate.Caller.Step.Result.ReportText and Runstate.Caller.Step.Result.Status within the callback.
    If this does not help you then you must provide information as to which callback you are using and for what step you want to set the Step.Result.ReportText and Step.Result.Status properties

  • The light on my apple tv is blinking furiously.  i've held down the menu button, plugged and unplugged it, and just tried restoring it via micro usb.  but the restore downloads then says it can't finish because it can't write to the disc.  lost lost

    how do i get the light on my apple tv to stop blinking?  have tried all the recommended methods, including holding down "menu" on remote, plugging and unplugging etc.  when i try to restore via itunes it downloads then when it's done says it can't write to disc.

    Hi lostinmedford,
    Welcome to the Apple Support Communities!
    I understand that the light is quickly flashing on your Apple TV and you are unable to restore it. According to the attached article, you are working through the correct steps by trying to reset and restore the Apple TV. In this situation, if the restore did not resolve the issue, it may be necessary to have the Apple TV evaluated for service by using the link in the attached article. 
    Apple TV: About the status light - Apple Support
    Flashes quickly
    Having issues. Try restarting or waking your Apple TV. If your Apple TV does not start up properly, you might need to reset the Apple TV or restore it to factory settings. See Apple TV (2nd and 3rd generation): Restoring your Apple TV. If this does not resolve the issue, refer to the Service FAQ for additional assistance.
    Best regards,
    Joe

  • How come I can't free up the memory by deleting the photos?

    i have been trying to free up memory on my iPhone and deleted a lot of my photos, however it doesn't seem to work. it says i have only 231 photos left in camera roll (i don't have any other album) but when it's plugged to the computer with iTunes, it says photos taking up 12.8GB of storage... how can 231 photos be taking up so much storage?
    how can i free up the storage?

    Normal photos don't take up that much space the only way I could see photos being that large in size is if the photos have files within them. This is usually done when you iPhone has been hacked or when you use 3rd party software to put files within files. These are the only ways I could see this being done my advice to you is to restore your iPhone start over with a new one you will have more memory.
    Two questions
    where did you get your iPhone?
    was it used or new?

  • How can I zero out the memory on my macbook air?

    I have an 11 inch mid 2011 macbook air and cannot figure out how to erase the memory so that none of the data is recoverable. I booted from the recovery HD but when I went to the erase section of the menu, the security options button and the zero out empty space option were both greyed out. How can I clean off my Mac?

    You can't, and don't need to, zero an SSD in Disk Utility. Once you've erased it the data is unrecoverable.

  • Why to use chnage  pointers for  master data idoc why not  the  change idoc

    Hi Gurus,
    I have  one doubt about  Idoc.
    When changes to master  data has to be sent Change pointers are configured and  used. (CDPOS & CDHDR). In case of  the  transaction data change change idoc  is  used as is the case with orders (we  use ORDCHG for  ORDERS message type to send  the  chnage details to a  order which was already sent to other system.
    Why we can't use  change  idoc or  message type whatever, instead of  Chnage pointers in case of  master data or  vice versa in case  of transaction data.
    Your valuable  input  will be rewarded with suitable  points!!
    -B S B.

    Hi,
    It was a good question ... SAP seems never designed the change pointer to handle transactional data IDocs. Only for master data IDocs distribution purposes.
    It may due to volume data ... the transactional data can change many times within a day compare with master data which hardly change or once a while.
    Regards,
    Ferry Lianto

Maybe you are looking for

  • How do I make sure files backed up by Time Machine don't get deleted?

    About 2 months ago I backed up about 50GBs worth of family movie files with TM to a 1TB WD hard drive so that I could access them to watch without them clogging up my iMac hard drive. Once they were safely backed up I removed them from my computer af

  • Why my Startup Manager does not appear when I hold the Option key when starting to boot.

    I no longer have the Startup Manager appearing when I hold the Option key when starting to boot. Instead, the system just boots into whichever OS was last selected in the Startup Disk Preference. How to get back my Startup Manager so that I can boot

  • Final cut pro fails to export my project

    Today i made a project on finalcut pro,when i tried to export it it failed showing this message What should i do?

  • Monitor my dogs with iSight and Mac

    First, I'm a novice at all forms of electronic media but learning fast. I've moved to Scotland with my two dogs who must now live in the kitchen-laundry room during the day while I'm at work. I want to set up my mac powerbook G4 with Tiger OS and an

  • How Put the computer to sleep with a "F key?

    Hi, How do you Put the computer to sleep with a "F key? I do remember seeing a version of osX where there was a (say) "F2" key next to the Apple>Sleep pull down menu. with 10.2.8 or 10.3.9 is there a way to set up a "F" key instead of using the pull