wiki:OFDM/MIMO/Docs/ModelDriver

Version 7 (modified by murphpo, 16 years ago) (diff)

--

MIMO OFDM | Documentation? | OFDM Model Driver

The sysgen2opb flow used to convert the OFDM model into an OPB peripheral generates a C header file specifiying the address offsets for each regsister in the design. This header file is automatically generated each time the model is converted and is only assured to function with the core which generated it.

The WARPMAC framework includes a PHY abstraction layer, WARPPHY. This layer of code is tied to a specific version of the OFDM core, as it requires knowledge of the memory map and register definitions in the PHY. The latest version of WARPPHY is available in the repository: PlatformSupport/WARPMAC/warpphy.c.