Xilinx VHDL UART Example


assafi

Recommended Posts

  • 2 weeks later...
  • 9 months later...

Hey Jack,

 

Any chance you were able to implement this idea already into DesignLab? I couldn't seem to find it. I was looking for an easy way (drop-in) to communicate with some registers on the FPGA without the ZPUino/other soft processors. Any other suggestions to do this would be useful as well.

 

In fact, it'd be really cool if there was something like a UART that could talk to the wishbone bus registers directly. Is that possible? That would mean we could reuse all the work that people may put into developing wishbone compatible peripherals but who may not need the power/functionality of the ZPUino.

 

Thanks

Link to comment
Share on other sites

Hi guys,

 

That opencores project Jaxartes posted seems like a perfect fit! 

 

In the future this means we could generate hardware peripherals for DesignLab library that could be instantiated as either standalone or ZPUino-connected which I think is pretty neat and adds some flexibility and reusability.

 

Thanks

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

The Uart example is very close to what I'm after for communicating with an external device I have.

 

http://papilio.cc/index.php?n=Papilio.HighSpeedUART

 

However I need an 11 bit frame of data and the example uses a 10 bit frame. Is there anyway the code can be modified to allow for 2 start bits and 8 data bits or 1 start bit and 9 data bits? I always need 1 stop bit regardless.

 

I'm new to FPGAs and have poked around in the code but need a little direction to get me started. 

 

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.