Line 1... |
Line 1... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<html><head>
|
<html><head><title>openMSP430 ASIC Implementation</title>
|
<title>openMSP430 ASIC Implementation</title>
|
|
|
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
Line 22... |
Line 21... |
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
</head><body>
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body>
|
<h3>Table of content</h3>
|
<h3>Table of content</h3>
|
|
|
<ul>
|
<ul>
|
|
|
<li><a href="#1_Introduction">1. Introduction</a></li>
|
<li><a href="#1_Introduction">1. Introduction</a></li>
|
Line 132... |
Line 132... |
In its ASIC configuration, the Basic clock module of the openMSP430 can
|
In its ASIC configuration, the Basic clock module of the openMSP430 can
|
support <span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-converted-space"> </span>up to all features
|
support <span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-converted-space"> </span>up to all features
|
described
|
described
|
in the<span class="Apple-converted-space"> </span><a href="http://www.ti.com/litv/pdf/slau049f">MSP430x1xx Family User's
|
in the<span class="Apple-converted-space"> </span><a href="http://www.ti.com/litv/pdf/slau049f">MSP430x1xx Family User's
|
Guide</a><span class="Apple-converted-space"> </span>(Chapter 4).<br>
|
Guide</a><span class="Apple-converted-space"> </span>(Chapter 4).<br>
|
All these options are highlighted in the following diagram and
|
</span><br>
|
|
In particular, the <span style="font-weight: bold; font-style: italic;">ASIC_CLOCKING</span>
|
|
option activates all advancd clocking options (note that formal equivalence with
|
|
the FPGA version is achieved by commenting this option out):<br>
|
|
<br>
|
|
|
|
|
|
<table border="0" cellpadding="0" cellspacing="4">
|
|
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td width="35"><br>
|
|
</td>
|
|
<td bgcolor="#d0d0d0" width="3"><br>
|
|
</td>
|
|
<td width="15"><br>
|
|
</td>
|
|
<td> <code>//===============================================================<br>
|
|
// ASIC CLOCKING<br>
|
|
//===============================================================<br>
|
|
<br>
|
|
//-------------------------------------------------------<br>
|
|
// When uncommented, this define will enable the ASIC<br>
|
|
// architectural clock gating as well as the advanced low<br>
|
|
// power modes support (most common).<br>
|
|
// Comment this out in order to get FPGA-like clocking.<br>
|
|
//-------------------------------------------------------<br>
|
|
`define ASIC_CLOCKING<br>
|
|
<br>
|
|
</code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<br>
|
|
<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">All these advanced clocking options are highlighted in the following diagram and
|
discussed below:<br>
|
discussed below:<br>
|
<br>
|
<br>
|
</span>
|
</span>
|
<div style="text-align: center;"><img alt="Clock Module ASIC configuration" src="http://opencores.org/usercontent,img,1321995017" width="80%"><br>
|
<div style="text-align: center;"><img alt="Clock Module ASIC configuration" src="http://opencores.org/usercontent,img,1321995017" width="80%"><br>
|
</div>
|
</div>
|