]> rtime.felk.cvut.cz Git - fpga/uart.git/log
fpga/uart.git
12 years agoResets changed from asynchronous to synchronous. master
Vladimir Burian [Wed, 18 May 2011 19:42:36 +0000 (21:42 +0200)]
Resets changed from asynchronous to synchronous.

12 years agoEarly initialization of all relevant signals.
Vladimir Burian [Wed, 18 May 2011 19:37:06 +0000 (21:37 +0200)]
Early initialization of all relevant signals.

Now it is not required to do reset after start-up.

13 years agoReceiving capability added to the top component.
Vladimir Burian [Fri, 4 Feb 2011 13:06:14 +0000 (14:06 +0100)]
Receiving capability added to the top component.

Now receiving and transmitting works and is usable. In the USTAT
register there are flags of TX and RX FIFOs states. In the UIE
register coresponding interrupts can be enabled.

13 years agoRX modul synchronization changed to falling edges.
Vladimir Burian [Fri, 4 Feb 2011 10:27:30 +0000 (11:27 +0100)]
RX modul synchronization changed to falling edges.

13 years agoBaud generator ClockEnable added.
Vladimir Burian [Fri, 4 Feb 2011 10:14:31 +0000 (11:14 +0100)]
Baud generator ClockEnable added.

13 years agoReceiver control FSM prototype.
Vladimir Burian [Fri, 28 Jan 2011 20:30:50 +0000 (21:30 +0100)]
Receiver control FSM prototype.

13 years agoFirst prototype of receiver shift register.
Vladimir Burian [Fri, 28 Jan 2011 16:13:40 +0000 (17:13 +0100)]
First prototype of receiver shift register.

13 years agoSome comments added.
Vladimir Burian [Thu, 27 Jan 2011 19:56:22 +0000 (20:56 +0100)]
Some comments added.

13 years agoClear of FIFO overflow flag capability added.
Vladimir Burian [Sat, 22 Jan 2011 22:41:13 +0000 (23:41 +0100)]
Clear of FIFO overflow flag capability added.

13 years agoBaud_gen scale input width redefined as generic. Default value is 16.
Vladimir Burian [Sat, 22 Jan 2011 22:05:16 +0000 (23:05 +0100)]
Baud_gen scale input width redefined as generic. Default value is 16.

13 years agoFirst working prototype of HW UART - TX part.
Vladimir Burian [Sat, 22 Jan 2011 21:53:46 +0000 (22:53 +0100)]
First working prototype of HW UART - TX part.