TUM-LIS / glip

Generic Logic Interfacing Project
http://glip.io
Other
44 stars 15 forks source link

UART backend: make FIFO width an option #55

Open imphil opened 6 years ago

imphil commented 6 years ago

Currently the UART backend has no way to auto-discover the FIFO width on the hardware side, hence the user of the library must call glip_set_fifo_width() to set it. That's a bit strange, since it's only required for the UART backend. Another solution would be to make the FIFO width an option passed to GLIP like speed, device, etc.