Changes between Version 3 and Version 4 of custom_periphs/yes_PPC


Ignore:
Timestamp:
Jul 11, 2006, 11:53:52 PM (18 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • custom_periphs/yes_PPC

    v3 v4  
    1 = Implementing Peripherals that Require PowerPC Control: =
     1= Creating Peripherals That Require PowerPC Control: =
    22
    33The standard technique that will be used in this section is to build a top-level template that the user’s HDL-may sit under. The top level template can be auto-generated by XPS and provide memory-mappable registers, interrupt control support, and even the bus interface that is required for PowerPC control. The most beneficial part, is that XPS can generate “template” driver files that, for example, can read and write to auto-generated registers. Controlling a peripheral becomes simply a matter of tying a port in the user’s peripheral to an index or indeces of an auto-generated register. Once again, the process for doing this is to use the “Create or Import Peripheral Wizard.” This wizard can be accessed in XPS from the '''“Hardware” drop-down -> “Create or Import Peripheral…”'''  The steps are as follows: [[BR]][[BR]]