... | ... | @@ -73,7 +73,21 @@ You can also fit the vme64x core in a smaller FPGA like the Spartan 6 |
|
|
XC6SLX9, package: FTG 256.
|
|
|
It depends on your WB application.
|
|
|
|
|
|
-----
|
|
|
### Q: What are the VME address modifiers supported by the core?
|
|
|
|
|
|
Officially we support only:
|
|
|
|
|
|
\- A24 and A32 with 32-bit data width, supervisor mode (0x09 and 0x39).
|
|
|
|
|
|
\- Single, MBLT, BLT transfers.
|
|
|
|
|
|
\- The A32 window has size of 0x1000000 and is fixed to Function 0.
|
|
|
\- The A24 window's size is 0x80000 and it's attached to Function 1.
|
|
|
This is the default setup in `VME_CR_pack.vhd`.
|
|
|
|
|
|
Certain other modes (A16, unaligned/byte/halfword accesses) are
|
|
|
implemented in the VHDL but have not been fully tested.
|
|
|
\---
|
|
|
|
|
|
Davide Pedretti, Erik van der Bij - 26 March 2013
|
|
|
Davide Pedretti, Erik van der Bij, Tomasz Wlostowski - 17 March 2014
|
|
|
|