This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Design Start ARM Cortex-M0

Hi,

I trying to build the peripheral around Cortex-M0 IP core thorugh AHB-lite system. Right now I have to integrate Cortex-M0 with the DDR2 SRAM (1Gb) through AHB lite.

I searched on  internet which shows interfacing only through core generator (MIG). Is there a way I can use  Xilinx core generator to interface through AHB lite system.

I am using  Atlys Xilinx Spartan 6.


I also have some  example SoC design which interface 128Mb SRAM  to Cortex-M0 though AHB lite for Nexsys 3 board . But the Board I am using  has DDR2 RAM.


Thanks

Parents
  • Hi,


    Few more thing I need to ask.

     

    1)   I have got  some example design from ARM website Which I have been trying for 2 days but could not implement on FPGA board.

                 http://www.arm.com/files/zip/CM0DS-DesignKit.zip

            I tried with Implementing EXample_SoC_1 but how do I check If it is working. 

              a) Generated Bit file

              b) Generated bin file  from keil

              c) Update UCF according to board

              d) I also Stimulated in LSIM and verified.

    2)  I am facing little difficulty in understanding the Keil code which is there in Example SoC. May be I did some setting wrong in configuring. Clocks and all??

    3)  I  am using  AHB2MEM.v  for creating blocking memory for reading and writing.  How do I segment  it for program and data part?  

    4)  My friend tried  for DDR2 interfacing  using MIG and trying to generate a interface for AHB to MIG. Is it a good idea we should try something else.

    Regards,

    Vivek

    IIT KGP

Reply
  • Hi,


    Few more thing I need to ask.

     

    1)   I have got  some example design from ARM website Which I have been trying for 2 days but could not implement on FPGA board.

                 http://www.arm.com/files/zip/CM0DS-DesignKit.zip

            I tried with Implementing EXample_SoC_1 but how do I check If it is working. 

              a) Generated Bit file

              b) Generated bin file  from keil

              c) Update UCF according to board

              d) I also Stimulated in LSIM and verified.

    2)  I am facing little difficulty in understanding the Keil code which is there in Example SoC. May be I did some setting wrong in configuring. Clocks and all??

    3)  I  am using  AHB2MEM.v  for creating blocking memory for reading and writing.  How do I segment  it for program and data part?  

    4)  My friend tried  for DDR2 interfacing  using MIG and trying to generate a interface for AHB to MIG. Is it a good idea we should try something else.

    Regards,

    Vivek

    IIT KGP

Children