[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Custom hardware plus FSL



Hello,

I have a custom hardware programmed in VHDL and added as a peripherical to
the MicroBlaze by the FSL link.

The entity of my custom hardware is this:

entity pruebafsl is
        port
        (
                dcm_clk_s        : in        std_logic;

                FSL_Clk          : in        std_logic;
                FSL_Rst          : in        std_logic;
                FSL0_S_Clk       : out       std_logic;
                FSL0_S_Read      : out       std_logic;
                FSL0_S_Data      : in        std_logic_vector(0 to 31);
                FSL0_S_Control   : in        std_logic;
                FSL0_S_Exists    : in        std_logic;
                FSL0_M_Clk       : out       std_logic;
                FSL0_M_Write     : out       std_logic;
                FSL0_M_Data      : out       std_logic_vector(0 to 31);
                FSL0_M_Control   : out       std_logic;
                FSL0_M_Full      : in        std_logic;
        );

I want to program this device in uCLinux. I know that there is a driver to
control the FSL link, but I don't how I have to connect the driver with
this entity (mapping memory)?

Could you help me a little bit?

Best regards,

David

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/