Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

spi implementation using vhdl

hi

any one can send vhdl code for spi,

regards

mk

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There is a standard SPI master component in SOPC builder.

    If you are looking for something else, you'll have to be more specific about your needs.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    hi Daixiwen

    thanks for your valuable reply,still i have some more doubts because i am very new to this,

    1.what is sopc builder?

    2. how to use that master and slave components in sopc builder ?

    regards

    krishnam raju

    --- Quote Start ---

    There is a standard SPI master component in SOPC builder.

    If you are looking for something else, you'll have to be more specific about your needs.

    --- Quote End ---

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    SOPC builder is a tool that can be used to connect components together, mainly used to create systems around the Nios II processor.

    If you don't plan to interface your SPI bus with a CPU, you can write your own component in HDL. The SPI protocol it is quite straightforward.