Line 34... |
Line 34... |
//
|
//
|
// *Author(s):
|
// *Author(s):
|
// - Olivier Girard, olgirard@gmail.com
|
// - Olivier Girard, olgirard@gmail.com
|
//
|
//
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
// $Rev: 204 $
|
// $Rev: 205 $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedDate: 2015-07-08 22:34:10 +0200 (Wed, 08 Jul 2015) $
|
// $LastChangedDate: 2015-07-15 22:59:52 +0200 (Wed, 15 Jul 2015) $
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
//`define OMSP_NO_INCLUDE
|
//`define OMSP_NO_INCLUDE
|
`ifdef OMSP_NO_INCLUDE
|
`ifdef OMSP_NO_INCLUDE
|
`else
|
`else
|
`include "openMSP430_undefines.v"
|
`include "openMSP430_undefines.v"
|
Line 465... |
Line 465... |
// This allows to switch off the low frequency oscillator
|
// This allows to switch off the low frequency oscillator
|
// in the following low power modes: LPM4
|
// in the following low power modes: LPM4
|
//-------------------------------------------------------
|
//-------------------------------------------------------
|
`define OSCOFF_EN
|
`define OSCOFF_EN
|
|
|
|
//-------------------------------------------------------
|
|
// SCAN REPAIR NEG-EDGE CLOCKED FLIP-FLOPS
|
|
//-------------------------------------------------------
|
|
// When uncommented, a scan mux will be infered to
|
|
// replace all inverted clocks with regular ones when
|
|
// in scan mode.
|
|
//
|
|
// Note: standard scan insertion tool can usually deal
|
|
// with mixed rising/falling edge FF... so there
|
|
// is usually no need to uncomment this.
|
|
//-------------------------------------------------------
|
|
//`define SCAN_REPAIR_INV_CLOCKS
|
|
|
`endif
|
`endif
|
`endif
|
`endif
|
|
|
//==========================================================================//
|
//==========================================================================//
|