Changes between Version 3 and Version 4 of sysace/sreconfig


Ignore:
Timestamp:
Jul 19, 2006, 10:19:12 PM (18 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysace/sreconfig

    v3 v4  
    3838   * The format for this is: '''WarpSysace_reconfigure(base_addr, proj_addr)'''
    3939   * '''base_addr''' is the name of the SysACE peripheral’s base-address found in xparameters.h (see above)
    40    * '''proj_addr''' is a type '''int''' between '''0''' and '''7''' which is the configuration-address for where the project sits on the flash card. Thus, it’s important to plan ahead of time where you want your projects to sit on the card for when you load them – otherwise this won’t work! See the above section: “Formatting and Loading Systems on to a Compact Flash”
     40   * '''proj_addr''' is a type '''int''' between '''0''' and '''7''' which is the configuration-address for where the project sits on the flash card. Thus, it’s important to plan ahead of time where you want your projects to sit on the card for when you load them – otherwise this won’t work! See the section: [wiki:sysace/formatload Formatting and Loading Systems on to a Compact Flash]
    4141 * Once you have finished the coding, prepare the flash card using the first section of this document as a reference. The current project calling the reconfiguration may be downloaded to the board in any way (JTAG, CF, etc), so long as the project to be switched to is sitting on the correct configuration address of a properly formatted flashcard (and is inserted on WARP).
    4242[[BR]]