<div dir="ltr"><div>J?rg,</div><div><br></div><div>I figured out the scrolling. Man, how did I miss that scroll bar on the left? Embarrassing.</div><div><br></div><div>Here is the &quot;Hello World&quot; .Mod:</div><div><br></div><div>MODULE Hello;<br>         IMPORT Oberon, Texts;<br>  VAR W: Texts.Writer;<br>  <br>  PROCEDURE World*;<br>  BEGIN<br>    Texts.WriteString(W, &quot;Hello World!&quot;);<br>    Texts.WriteLn(W);<br>    Texts.Append(Oberon.Log, W.buf);<br>  END World;<br><br>BEGIN<br>  Texts.OpenWriter(W);<br>END Hello.</div><div><br></div><div>I am able to compile this minimal .mod :</div><div><br></div><div>MODULE Test;</div><div>BEGIN</div><div>END Test;</div><div><br></div><div>I am using the FPGA &quot;Project Oberon&quot; which uses the NRF2401 module/board. Perhaps the pinouts are slightly different for this version I have which is a generic which has no listed pinout design.</div><div><br></div><div>I am the proud owner of TWO of these Pipistrello FPGA&#39;s now. I had a power issue with the mouse and Magnus sent me one of his new designs while troubleshooting the issue. Turned out to be simply not enough amps to the 5v USB cable.</div><div><br></div><div>I decided to keep the second unit to use to run the OpenLogic Sniffer logic analyzer which Magnus has set up for the Pipistrello. It turns out that this logic analyzer is a great bargain. Much more powerful than the typical USB logic analyzers available. It will capture at 200mhz with a large buffer comparable to a professional logic analyzer costing thousands of dollars. It looks to be in a class all it&#39;s own. Definitely worth a look! </div><div><br></div><div><a href="http://saanlima.com/forum/viewtopic.php?f=9&amp;t=8">http://saanlima.com/forum/viewtopic.php?f=9&amp;t=8</a></div><div><br></div><div>Magnus has done a great job with getting Project Oberon going on this powerful Spartan 6 LX45 based FPGA. The boot time for Oberon, once flashed, is instantaneous. Zero boot time. I assumed there would always be a few seconds of boot time with an FPGA. Nice.</div><div><br></div><div>I hope to troubleshoot this network issue an put the Logic Sniffer through it&#39;s paces. </div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>