URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
[/] [oms8051mini/] [trunk/] [rtl/] [uart/] [uart_rxfsm.v] - Diff between revs 6 and 36
Show entire file |
Details |
Blame |
View Log
Rev 6 |
Rev 36 |
Line 12... |
Line 12... |
//// nothing ////
|
//// nothing ////
|
//// ////
|
//// ////
|
//// Author(s): ////
|
//// Author(s): ////
|
//// - Dinesh Annayya, dinesha@opencores.org ////
|
//// - Dinesh Annayya, dinesha@opencores.org ////
|
//// ////
|
//// ////
|
//// Revision : ////
|
|
//// v-0.0 : Nov 26, 2016 ////
|
|
//// 1. Initial version picked from ////
|
|
//// http://www.opencores.org/cores/turbo8051/ ////
|
|
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
|
//// Revision :
|
|
//// v-0.0 : Nov 26, 2016
|
|
//// 1. Initial version picked from
|
|
//// http://www.opencores.org/cores/turbo8051/
|
|
//// v-0.1 : Jan 19, 2017
|
|
/// 1. Lint warning fix for case statement //////////////////////////////////////////////////////////////////////
|
//// ////
|
//// ////
|
//// Copyright (C) 2000 Authors and OPENCORES.ORG ////
|
//// Copyright (C) 2000 Authors and OPENCORES.ORG ////
|
//// ////
|
//// ////
|
//// This source file may be used and distributed without ////
|
//// This source file may be used and distributed without ////
|
//// restriction provided that this copyright statement is not ////
|
//// restriction provided that this copyright statement is not ////
|
Line 194... |
Line 196... |
error_ind <= 2'b01;
|
error_ind <= 2'b01;
|
rxstate <= idle_st;
|
rxstate <= idle_st;
|
end
|
end
|
end
|
end
|
end
|
end
|
|
default: rxstate <= idle_st;
|
endcase
|
endcase
|
end
|
end
|
end
|
end
|
|
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.