ben-marshall / uart

A simple implementation of a UART modem in Verilog.
https://ben-marshall.github.io/uart/
MIT License
100 stars 21 forks source link

Issues after checking out #4

Closed paulwuertz closed 3 years ago

paulwuertz commented 3 years ago

Hej Ben! I am a student currently writing my final thesis. I write some HDL designs for the Xilinx Ultrascale for that and therefore searched a UART lib under MIT licence and found yours, thanks for sharing :)

I had 2 minor issues and one convenience hick up after checking out the repo when doing make rx tx. My setup is MANJARO with kernel 5.10.41 and icarus verilog version 11.0 My issues where:

After these two essential changes I could run the tb-sim succesfully :) Maybe I did not get anything or overlooked something (I only did some small verilog/icarus stuff for little homework projects before, so mercy on my naitivity ;))

Thanks again for sharing your UART modules! Greetings!

ben-marshall commented 3 years ago

I'm glad this was useful for you! Thanks for the PR, the changes are very small and useful for others, so I've merged them in.

Good luck with your thesis! :+1: