Forum Discussion

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

UART IP? (Newbie)

New to FPGAs and Quartus. I have a DE0 board. I have manged to write and compile VHDL to diddle LEDs etc. Now I am trying to use some of the Altera IP. I have followed the tutorial and added the NIOS core and memory to my design. I would like to add a UART for debugging purposes.

I cannot find a UART in the plug-in manager. Is there one or is this something that requires $$?

Thanks

Rich

5 Replies

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

    I know the DE0 Example SD_CARD example actually has a UART instantiated.

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

    --- Quote Start ---

    Have a look at OpenCores.

    grtz

    Simon

    --- Quote End ---

    Checking it out, very cool.

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

    --- Quote Start ---

    I know the DE0 Example SD_CARD example actually has a UART instantiated.

    --- Quote End ---

    Oh yeah...

    Unfortunately I am learning VHDL and that is Verilog. I see a lot more code in Verilog, I hope I made the right choice..........

    Rich