im a beginner in verilog and i have only made a few small designs. as a first attempt to start with new designs i was thinking of making a UART. i found a nice looking UART at https://www.opencores.com/projects.cgi/web/sasc/overview
the author says that the UART transmit and recieve FIFO can be adjusted. can somebody tell me how can it be adjusted. acutally i want to configure the UART so as to recieve 4-bit words and transmit 7-bit words.
Please finding the UART datasheet.
You can understand more information about UART.
I think the adjusted FIFO means that they can be set by parameters.
You can modify the parameter by MCU or EEPROM.