diff --git a/index.html b/index.html index 20c7744f8edb052da8b4698df118f6f6a340185f..58aa9abbb1cfccb91b4cb7955345f3f21a7ae62a 100644 --- a/index.html +++ b/index.html @@ -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},