Skip to content
Snippets Groups Projects
Commit 221f06eb authored by Jake Read's avatar Jake Read
Browse files

add link to networks

parent fd03fa70
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,7 +33,6 @@ text {
<h1>Ring Oscillators</h1>
<p>We started this page to catalog tests of speed for a variety of microprocessors and electronics modules. Here we define speed as how fast information can transit from external electronics into the core where microcode is running and back out again. A good way to test this is by constructing a ring oscillator, which simply sends token back and forth, producing a waveform that can be measured with an oscilloscope.</p>
<h2>GPIO</h2>
<p>To measure speed across a GPIO layer, we use a logic level as our token. We also enforce that the token must reach the CPU, where code is running, rather than simply be inverted by digital logic or an event system.</p>
......@@ -44,9 +43,12 @@ text {
<div id='rf'></div>
<h2>WildWest</h2>
<p>Here we test embedded platforms that stray from the Harvard Architecture ... I.E FPGAs, PSOCs etc</p>
<p>Here we test embedded platforms that stray from the Harvard Architecture ... I.E FPGAs, PSOCs etc, including event systems or digital logic configurable in other microcontrollers (i.e. the XMEGA).</p>
<div id='wildwest'></div>
<h2>Network Plotting</h2>
<p>We've also started testing embedded network performance. That documentation is <a href="https://pub.pages.cba.mit.edu/networks/">here</a>.
<script>
function make_graph(div_id,json_key,axis_labels,use_khz){
var margin = {top: 20, right: 20, bottom: 30, left: 40},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment