Forum Discussion

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

About integrate with Nios II

How to combine with Nios II IP or component made by oneself ?

If I have one CCD Camera, how should combine with Nios II, need to join FIFO? ,How should define the foot location in avalon bus? And how is Hardware made by oneself combined with Nios II?

Is there example to consult?

4 Replies

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

    --- Quote Start ---

    originally posted by suway1219@Apr 20 2006, 01:47 AM

    how to combine with nios ii ip or component made by oneself ?

    if i have one ccd camera, how should combine with nios ii, need to join fifo? ,how should define the foot location in avalon bus? and how is hardware made by oneself combined with nios ii?

    is there example to consult?

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14498)

    --- quote end ---

    --- Quote End ---

    Looks like you are asking about custom peripheral design. For user logic interfacing to Nios II processor, you have to develop hardware interface design and software driver.

    (refer to Avalong Bus Specification & example of PWM design in SOPC builder chapter of Quartus II handbook)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by legendbb+apr 24 2006, 01:35 pm--><div class='quotetop'>quote (legendbb @ apr 24 2006, 01:35 pm)</div>

    --- quote start ---

    <!--quotebegin-suway1219@Apr 20 2006, 01:47 AM

    how to combine with nios ii ip or component made by oneself ?

    if i have one ccd camera, how should combine with nios ii, need to join fifo? ,how should define the foot location in avalon bus? and how is hardware made by oneself combined with nios ii?

    is there example to consult?

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14498)

    --- quote end ---

    --- Quote End ---

    Looks like you are asking about custom peripheral design. For user logic interfacing to Nios II processor, you have to develop hardware interface design and software driver.

    (refer to Avalong Bus Specification & example of PWM design in SOPC builder chapter of Quartus II handbook)

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14615)</div>

    [/b]

    --- Quote End ---

    Thank you very much.

    If I have already set up HW of CCD well with user logic to interface in SOPC Builder, How do I test this HW in Nios II IDE ?

    Is anyone could help me ?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can access the peripheral&#39;s registers and test its function, such as take photo.

    The control flow is according to your peripheral.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by tiny@Apr 26 2006, 03:35 AM

    you can access the peripheral&#39;s registers and test its function, such as take photo.

    the control flow is according to your peripheral.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14692)

    --- quote end ---

    --- Quote End ---

    Hi tinyl

    thank you