T Lee wrote:
> Frank Wang <[email protected]> wrote in message news:<clpmhi$2sf1$[email protected]>...
>
>>I want to be able to read files off the compact flash card through the
>>xilinx system ace chip which is connected to a xilinx virtex 2e FPGA.
>>The compact flash card is formated as FAT12. Has anyone done this
>>before, or at least could point me in the right direction in
>>implementing this in verilog?
>
> Which os/sw environment or are you trying this in pure verilog?
>
> If linux-ppc, it is very easy. Xilinx did it for you already.
Similarly, Microblaze uClinux also supports the sysace driver. You can
mount any filesystem you like on the CF card, FAT included.
Cheers,
John