URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 36 |
Line 17... |
Line 17... |
//// Revision : Nov 26, 2016 ////
|
//// Revision : Nov 26, 2016 ////
|
//// ////
|
//// ////
|
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//// v0.0 - Dinesh A, 5th Jan 2017
|
//// v0.0 - Dinesh A, 5th Jan 2017
|
//// 1. Active edge of reset changed from High to Low
|
//// 1. Active edge of reset changed from High to Low
|
|
//// v0.1 - Dinesh A, 19th Jan 2017
|
|
//// 1. Lint warning clean up 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 ////
|
Line 194... |
Line 196... |
if ( mastermode )
|
if ( mastermode )
|
clkgen_ps <= `RUN;
|
clkgen_ps <= `RUN;
|
else
|
else
|
clkgen_ps <= `SLAVE_RUN;
|
clkgen_ps <= `SLAVE_RUN;
|
end
|
end
|
|
`RUN: clkgen_ps <= `RUN;
|
|
default: clkgen_ps <= `HARD_RESET;
|
endcase
|
endcase
|
end
|
end
|
end
|
end
|
|
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.