index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  4. <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
  5. <TITLE>FPGA-related Work</TITLE>
  6. </HEAD>
  7. <BODY>
  8. <H1>FPGA-related Work</H1>
  9. <UL>
  10. <LI><A HREF="ComputerSystemDesign.pdf">The TRM: Experiments in Computer System Design</A></LI><BR>
  11. <LI><A HREF="RISC.pdf">The Design of a RISC Architecture and its Implementation with an FPGA</A><BR>
  12. <A HREF="RISC0.v">[RISC0.v]</A>
  13. <A HREF="RISC0Top.v">[RISC0Top.v]</A>
  14. <A HREF="PROM.v">[PROM.v]</A>
  15. <A HREF="DRAM.v">[DRAM.v]</A>
  16. <A HREF="Multiplier.v">[Multiplier.v]</A>
  17. <A HREF="Multiplier1.v">[Multiplier1.v]</A>
  18. <A HREF="Divider.v">[Divider.v]</A>
  19. <A HREF="RISC0.ucf">[RISC0.ucf]</A>
  20. <A HREF="RS232R.v">[RS232R.v]</A>
  21. <A HREF="RS232T.v">[RS232T.v]</A><BR><BR>
  22. <A HREF="StandalonePrograms.Mod.txt">StandalonePrograms.Mod</A>
  23. &nbsp;&nbsp;(See Project Oberon section for Oberon RISC compiler)<BR>
  24. </LI><BR>
  25. <LI><A HREF="RISC-Arch.pdf">RISC Architecture</A></LI><BR>
  26. <LI><A HREF="ThreeCounters.pdf">Three Counters</A>&nbsp;&nbsp;(See also Lola section)</LI><BR>
  27. </UL>
  28. <HR>
  29. <P>
  30. Back to my <A HREF="../index.html">home page</A>.
  31. </BODY>
  32. </HTML>