OpenCores
URL https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk

Subversion Repositories oms8051mini

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /oms8051mini/trunk/rtl/clkgen
    from Rev 27 to Rev 36
    Reverse comparison

Rev 27 → Rev 36

/clkgen.v
19,6 → 19,8
//////////////////////////////////////////////////////////////////////
//// v0.0 - Dinesh A, 5th Jan 2017
//// 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 ////
196,6 → 198,8
else
clkgen_ps <= `SLAVE_RUN;
end
`RUN: clkgen_ps <= `RUN;
default: clkgen_ps <= `HARD_RESET;
endcase
end
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.