URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Show entire file |
Details |
Blame |
View Log
Rev 202 |
Rev 205 |
Line 29... |
Line 29... |
//
|
//
|
// *Author(s):
|
// *Author(s):
|
// - Olivier Girard, olgirard@gmail.com
|
// - Olivier Girard, olgirard@gmail.com
|
//
|
//
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
// $Rev: 202 $
|
// $Rev: 205 $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedDate: 2015-07-01 23:13:32 +0200 (Wed, 01 Jul 2015) $
|
// $LastChangedDate: 2015-07-15 22:59:52 +0200 (Wed, 15 Jul 2015) $
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
`include "timescale.v"
|
`include "timescale.v"
|
`ifdef OMSP_NO_INCLUDE
|
`ifdef OMSP_NO_INCLUDE
|
`else
|
`else
|
`include "openMSP430_defines.v"
|
`include "openMSP430_defines.v"
|
Line 249... |
Line 249... |
dco_local_enable = 1'b0;
|
dco_local_enable = 1'b0;
|
forever
|
forever
|
begin
|
begin
|
#25; // 20 MHz
|
#25; // 20 MHz
|
dco_local_enable = (dco_enable===1) ? dco_enable : (dco_wkup===1);
|
dco_local_enable = (dco_enable===1) ? dco_enable : (dco_wkup===1);
|
if (dco_local_enable)
|
if (dco_local_enable | scan_mode)
|
dco_clk = ~dco_clk;
|
dco_clk = ~dco_clk;
|
end
|
end
|
end
|
end
|
|
|
initial
|
initial
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.