<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Osmano</id>
	<title>HacDC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Osmano"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/Osmano"/>
	<updated>2026-05-07T16:56:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2418</id>
		<title>FPGA Workshop</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2418"/>
		<updated>2009-11-05T01:47:26Z</updated>

		<summary type="html">&lt;p&gt;Osmano: /* List of Lectures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Main Topics ==&lt;br /&gt;
1) Introduction to digital logic &amp;amp; design&amp;lt;br&amp;gt;&lt;br /&gt;
2) Verilog HDL modeling &amp;amp; testing&amp;lt;br&amp;gt;&lt;br /&gt;
3) FPGA&#039;s &amp;amp; using them.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We will be taking an approach of reviewing &amp;amp; learning digital design, implementing designs and methods of formally simulating and verifying designs before moving into [http://en.wikipedia.org/wiki/Field-programmable_gate_array FPGA] oriented work.  This workshop will be more engineering oriented than hobbyist/tinkerer oriented.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
We&#039;ll be covering some FPGA specific topics and projects using real hardware.  The first half of the workshop will cover logic design, implementation and testing.  This will allow people to put off ordering any hardware until they know that they actually want to pursue FPGA development, since the dev board I&#039;ve chosen for this is not cheap but I feel is robust enough to be a good starting board for this group.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The hardware we&#039;ll be using is the Xilinx Spartan 3AN development kit. This kit is available from a few vendors for 199USD + shipping.  This will be discussed more later on.  The kit includes programming cable, and evaluation copies of some of the Xilinx tools.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Verilog Simulation and Waveform Viewing ===&lt;br /&gt;
Icarus verilog &amp;amp; gtkwave; for doing Verilog compilation, simulation and waveform viewing. A makefile has been made to simplify the flow for any exercises and projects we use these tools with.  That makefile can be found [[iverilogmakefile|&#039;&#039;&#039;here&#039;&#039;&#039;]].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FPGA Toolchain ===&lt;br /&gt;
After we finish up with covering Verilog modeling, we&#039;ll move to the Xilinx ISE Webpack tools and actual work with FPGAs.  This software is available from Xilinx for free, and is available for Windows and Linux platforms.  This will be used for Verilog compilation, simulation, synthesis of designs, design mapping, place and routing of designs, bitstream generation and board programming.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Direct Installation (Ubuntu version) ===&lt;br /&gt;
&lt;br /&gt;
--- Gtkwave ---&lt;br /&gt;
&lt;br /&gt;
gtkwave is good in the Universe repository.  If you&#039;ve already got that linked in your /etc/apt/sources.list file, then installation is as simple as: &lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install gtkwave&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--- Compiling icarus verilog ---&lt;br /&gt;
&lt;br /&gt;
Icarus verilog, on the other hand, is buggy in the Jaunty repository.  So you&#039;ll want to compile it by hand.  &lt;br /&gt;
&lt;br /&gt;
* Fetch the .tar.gz file:  &lt;br /&gt;
&lt;br /&gt;
  wget ftp://ftp.icarus.com/pub/eda/verilog/snapshots/verilog-20090923.tar.gz&lt;br /&gt;
  tar xvzf verilog-20090923.tar.gz&lt;br /&gt;
  cd verilog-20090923&lt;br /&gt;
&lt;br /&gt;
* Make sure you have the necessary compile tools:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install build-essential flex bison g++&lt;br /&gt;
&lt;br /&gt;
* Compile and install:&lt;br /&gt;
&lt;br /&gt;
  ./configure &lt;br /&gt;
  make&lt;br /&gt;
  sudo make install   &lt;br /&gt;
&lt;br /&gt;
* Go get a cup of tea after you type &amp;quot;make&amp;quot;, because compiling takes a while.  But when you get back, you should be good to go.  Copy William&#039;s makefile into your code directory and get to work.  Now you have your usual development tools at your fingertips.  (Emacs and Gedit have sweet colorization modes for verilog.)&lt;br /&gt;
&lt;br /&gt;
=== Virtual Machine ===&lt;br /&gt;
An OpenSuse Virtual Machine (VMWare based) will be available for people to use in this course, if they wish. This will&lt;br /&gt;
have the icarus verilog tools and GTKwave loaded on it, along with Firefox, gcc and make. The suseStudio team has encouraged the use of their VMs in such a manner (teaching workshops).  This is being built in susestudio, and will be available as a live install as well.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
When we move over to the Xilinx tools, people will have to download and install the Xilinx tools by themselves, since that material is copyrighted.  Instructions will be given for doing that.&lt;br /&gt;
&lt;br /&gt;
The VMware VM image is ready (ver 0.5.2) for people to grab if they wish.  [http://susestudio.com/download/49e791d22097dd5694429fabe47ab5d2/Digital_Design__FPGA_Workshop_VM_v4.i686-0.5.2.vmx.tar.gz &#039;&#039;&#039;Get it here.&#039;&#039;&#039;]  &lt;br /&gt;
&lt;br /&gt;
The image also works with VirtualBox.  Create a new machine, and when it asks you for a hard drive, select use an existing drive.  This takes you to the hard-drives list dialog box.  From there, file..create a new drive, link it to the .vmdk file, select it, and you&#039;re all set.  For the rest, all defaults are ok.  (Bother Elliot for hints with VBox.)&lt;br /&gt;
&lt;br /&gt;
There are a few items of note regarding the VM&amp;lt;br&amp;gt;&lt;br /&gt;
* Download is approximately 350MB, the tarball is about 1.5GB in size, and the virtual disk will expand up to 20gigs dynamically.&lt;br /&gt;
* The download link is a virgin, freshly built VM, so you&#039;ll be the first user booting it up since build.&lt;br /&gt;
* There are two users, root and workshop.  Both have the password &#039;linux&#039;&lt;br /&gt;
* For the user workshop, ~/scripts/ is included in their $PATH&lt;br /&gt;
* Also, user workshop has a few small files in ~/resources/ including a simple upcounter design example.&lt;br /&gt;
* May need to run the network configuration tools to ensure you get functional networking.  I&#039;ve experienced issues with the VM in suspend mode, switching networks on the host machine, and completely loosing network on the VM until rerunning the network config tools.  They can be found poking around in the system settings for yast.&lt;br /&gt;
* Currently, the Xilinx Cable Drivers aren&#039;t building on the VM (but all the other Xilinx tools work).  If someone is a linux guru and wants to try to make it work, contact me at [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com].  My next attempt is to turn the vm into a live-install and try building the cable drivers on real hardware instead of a VM.&lt;br /&gt;
* After loading the Xilinx settings (which will be covered in more detail when those tools are introduced), the current shell can no longer run icarus verilog flows.  Start a new shell in order to run icarus verilog. &lt;br /&gt;
* Its a fairly minimalist system, with the FOSS tools listed above load, along with firefox, gcc and nano.  Use yast or yast2 in order to install any additional packages. example yast2 --install &#039;&#039;packname&#039;&#039;&lt;br /&gt;
* If the download link stops working, the build has likely expired on the SuseStudio server.  Please email [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com] if the download link no longer works.&lt;br /&gt;
* Mad props to the susestudio team for making this possible&lt;br /&gt;
&lt;br /&gt;
== Lecture ==&lt;br /&gt;
Lecture/Discussions will mainly be based on content from a pair of courses in MIT&#039;s Opencourseware initiative. This content is licensed on the Creative Commons Attribution NonCommercial Share-alike 3.0 license; as a result, the electronic content generated by the workshop will also need to be made available under the same license. This will allow people to freely access just the discussion slides without watching through videos.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; A video archive will be made available for those unable to attend.&lt;br /&gt;
&lt;br /&gt;
=== List of Lectures ===&lt;br /&gt;
&#039;&#039;This is currently an incomplete list, additional topics will be added as I solidify them - wgibb&#039;&#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Week&lt;br /&gt;
|Date&lt;br /&gt;
|Topics Covered&lt;br /&gt;
|Exercise&lt;br /&gt;
|Solutions/Approach&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|October 7th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect1_draft2.pdf Workshop Introduction &amp;amp; Introduction to digital systems and design]&lt;br /&gt;
|Make sure people can run the Virtual Machine or FOSS tools&lt;br /&gt;
|Lorem Ipsum&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|October 14th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect2_draf3.pdf Boolean Logic, combinatorial circuits and timing]&lt;br /&gt;
|Make sure people can run the Virtual Machine or FOSS tools &amp;lt;br&amp;gt; |[http://wiki.hacdc.org/index.php/File:Lect2_exercise.pdf Boolean &amp;amp; Combinatorial Exercises]&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect2_sol.pdf Exercise Solutions]&lt;br /&gt;
[[Discussion 2 Exercises Solution notes]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|October 21st, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect3.pdf Introduction to Verilog Coding, focusing on combinatorial circuits]&lt;br /&gt;
|[[FPGAExercise3| Verilog Coding  Modular Full Adder Design and Simulation and ALU extension project]]&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|October 28th, 2009&lt;br /&gt;
|Make up day&lt;br /&gt;
|&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|4 1/2&lt;br /&gt;
|November 4th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Intro_to_Sequential_Logic.pdf Introduction to Sequential Logic and Flip Flops]&lt;br /&gt;
|[http://projects.hacdc.org/tapemachine/SequentialCircuits.mp3 Audio]&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|November 11th, 2009&lt;br /&gt;
|Digital Arithmetic and adder styles&lt;br /&gt;
|Implement various adders, static gate delays &amp;amp; modeling their timing effects&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|November 18th, 2009&lt;br /&gt;
|Finite State Machines &amp;amp; You&lt;br /&gt;
|Modeling of Finite State machines&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|November 25th, 2009&lt;br /&gt;
|Testbenches in Verilog&lt;br /&gt;
|Practical FSM Exercise, event driven testbench&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|December 2nd, 2009&lt;br /&gt;
|Introduction to FPGAs - History, Capabilities and Features&lt;br /&gt;
|Load up Xilinx Tools &amp;amp; conversion of past exercises into ISE Projects, time permitting&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|December 9th, 2009&lt;br /&gt;
|Logic Synthesis &amp;amp; Design considerations with FPGAs&lt;br /&gt;
|Conversion of projects, simulation in iSim&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|December 16th, 2009&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Videos of Discussions ===&lt;br /&gt;
The videos are  mpeg4 video with aac audio &amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| Week&lt;br /&gt;
| Video Links&lt;br /&gt;
| Notes&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV011.TOD.ff.mp4 Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV012.TOD.ff.mp4 Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV013.TOD.ff.mp4 Part 3] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV014.TOD.ff.mp4 Part 4] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV015.TOD.ff.mp4 Part 5] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV016.TOD.ff.mp4 Part 6] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV017.TOD.ff.mp4 Part 7] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV018.TOD.ff.mp4 Part 8] &lt;br /&gt;
|not equal length&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV005.TOD.ff.mp4 Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV006.TOD.ff.mp4 Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV007.TOD.ff.mp4 Part  3] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV008.TOD.ff.mp4 Part 4]  &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV009.TOD.ff.mp4 Part 5] &lt;br /&gt;
| Video cuts out at  a discussion about Rise and Fall times&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/10.avi Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/11.avi Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/12.avi Part  3] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/13.avi Part 4]  &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/14.avi Part 5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Workshop requirements ==&lt;br /&gt;
&lt;br /&gt;
This workshop will be free of charge to attend, but there are additional needs in order to fully benefit from attending the workshop.&lt;br /&gt;
* Open mind to learning&lt;br /&gt;
* Willingness to read documentation, as the capacity for independent research is important for doing hardware design.&lt;br /&gt;
* Willingness to commit time over this fall&lt;br /&gt;
* Either ability to run a VMWare virtual machine, the ability to convert the VM for virtualBox, or ability to install the icarus verilog/gtkwave tools on your own.  This will likely necessitate a laptop of some sort.&lt;br /&gt;
* Xilinx.com account, for licensing Xilinx tools and IP.&lt;br /&gt;
* Hardware will NOT be required at the beginning of the course but will be needed later on to run exercises and to do any interesting projects&lt;br /&gt;
&lt;br /&gt;
== Workshop Frequently Asked Questions ==&lt;br /&gt;
&lt;br /&gt;
# What operating systems will the FPGA toolchain be available on?&lt;br /&gt;
##The Xilinx ISE Webpack is supported on Windows XP Pro, Windows Vista Business, Redhat Linux and Suse Linux Enterprise.  For a detailed list of official OS support, check out the [http://www.xilinx.com/ise/ossupport/index.htm Operating system support page on Xilinx.com].  The tools will run on openSuse as well. Feel free to try other linux distros and post your results.&lt;br /&gt;
# What is the cost of the FPGA development board we&#039;ll be using?&lt;br /&gt;
##The retail cost of the development board is typically around 199-220 USD, plus shipping, from a few different vendors.  Links for that are [[FPGA_Workshop#Spartan_3AN_Starter_Kit|here]].&lt;br /&gt;
# Will there be homework?&lt;br /&gt;
##Since this isn&#039;t an academic course, there will not be graded homework in the traditional sense.  I&#039;ll be choosing a few additional exercises that people can do outside of the workshop each week, if they wish, that will further help hone their skills.&lt;br /&gt;
# Will there be extensive C/C++ coding?&lt;br /&gt;
##C experience is not a prerequisite for this workshop. There will not be any C/C++ coding involved in the workshop directly.  There is one project that I&#039;ve got in mind that may be of interest to people that are proficient in C/C++ and pick up hardware design rather well.&lt;br /&gt;
&lt;br /&gt;
== Workshop Mailing List ==&lt;br /&gt;
&lt;br /&gt;
A HacDC Mailman mailling list has been setup for this workshop.  That list is fpga@hacdc.org.  You can subscribe to that list by sending an email to fpga-request@hacdc.org with the subject line &amp;quot;subscribe&amp;quot; or click the mailto link [mailto:fpga-request@hacdc.org?Subject=subscribe fpga-request@hacdc.org?Subject=subscribe] and let your email application handle it...&lt;br /&gt;
&lt;br /&gt;
== Workshop Instructor ==&lt;br /&gt;
&lt;br /&gt;
William Gibb, mad scientist.  For contacting him regarding the workshop, please email [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Grateful Dead Trees Reference ===&lt;br /&gt;
Fundamentals of Digital Logic with Verilog Design by Brown and Vranesic &amp;lt;br&amp;gt;&lt;br /&gt;
Verilog Quickstart: A Practical Guide to Simulation and Synthesis in Verilog by Lee &amp;lt;br&amp;gt;&lt;br /&gt;
FPGA Prototyping using Verilog Examples by Chu. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
These texts will not be required for the course, but are very good launching points for the topics that we are covering.&lt;br /&gt;
&lt;br /&gt;
=== Online References ===&lt;br /&gt;
==== FPGA Vendors ====&lt;br /&gt;
[http://www.xilinx.com/ Xilinx] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.altera.com/ Altera] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.actel.com/ Actel] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.atmel.com/products/fpga/ Atmel FPGA] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.siliconbluetech.com/ Silicon Blue] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.latticesemi.com/ Lattice Semiconductor] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.achronix.com/ Achronix] &amp;lt;br&amp;gt;&lt;br /&gt;
==== Course Resources ====&lt;br /&gt;
[http://www.icarus.com/eda/verilog/ Icaurus Verilog] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://gtkwave.sourceforge.net/ GTKWave] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/tools/designtools.htm Xilinx Design Tools] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/support/documentation/index.htm Xilinx Documentation] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.vmware.com/products/player/ VMware Player - Free download for Windows and Linux] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.susestudio.com SUSE Studio] SLED/OpenSUSE build service.  Make VMs, live installs, all customized &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Spartan 3AN Starter Kit ====&lt;br /&gt;
[http://www.xilinx.com/products/devkits/HW-SPAR3AN-SK-UNI-G.htm Spartan 3AN Starter Kit] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.em.avnet.com/evk/home/0,1707,RID%253D0%2526CID%253D45129%2526CCD%253DUSA%2526SID%253D32214%2526DID%253DDF2%2526LID%253D32232%2526PRT%253D0%2526PVW%253D%2526BID%253DDF2%2526CTP%253DEVK,00.html AVNet Spartan 3AN Starter Kit sales page] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.nuhorizons.com/ NuHorizons - Xilinx Vendor] Do a search for HW-SPAR3AN-SK-UNI-G &amp;lt;br&amp;gt;&lt;br /&gt;
[http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2621773&amp;amp;k=spartan%203an Digi-key Spartan 3AN Starter Kit Sales page] &amp;lt;br&amp;gt;&lt;br /&gt;
Probably also at other [[suppliers]].&lt;br /&gt;
&lt;br /&gt;
==== Group Order Participants ====&lt;br /&gt;
* Daniel (obscurite on #hacdc on freenode)&lt;br /&gt;
* Alden&lt;br /&gt;
* Dan Barlow&lt;br /&gt;
* Navid&lt;br /&gt;
* Matt Liggett&lt;br /&gt;
* Maitland Bottoms&lt;br /&gt;
* Ben Peizik (benparse@yahoo.com)&lt;br /&gt;
* Martin&lt;br /&gt;
* Rob Seastrom (rs@seastrom.com)&lt;br /&gt;
* Phillip Stewart&lt;br /&gt;
* Tim F (smilemoose@gmail.com)&lt;br /&gt;
* Nick&lt;br /&gt;
* Brian (bpbri [at] hotmail.com)&lt;br /&gt;
* Elliot&lt;br /&gt;
&lt;br /&gt;
==== MIT OpenCourseWare links ====&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/web/terms/terms/index.htm MIT OCW Terms of Use] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-004Computation-StructuresFall2002/CourseHome/index.htm OCW site for 6.004 - Computation Structures] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-111Spring-2006/CourseHome/index.htm OCW site for 6.111 Introductory Digital Systems, 2006] &amp;lt;br&amp;gt;&lt;br /&gt;
==== General Resources ====&lt;br /&gt;
[http://www.opencircuitdesign.com/ Open Circuit Design] Open Source design tools &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.doulos.com/knowhow/ Doulos Digital Design Resources] Good learning and design references &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.asic-world.com/ ASIC World] Good learning references &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.play-hookey.com/digital/ Play Hookey Digital Design] Good learning references&lt;br /&gt;
[http://www.fpga4fun.com/ FPGA4Fun] Lots of available IP &amp;lt;br&amp;gt;&lt;br /&gt;
[http://academic.csuohio.edu/chu_p/rtl/fpga_vlog.html Companion website for Professor Pong Chu&#039;s Verilog Book] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.opencores.org OpenCores] Very good repository for IP.  Also the home to the OpenRISC System on Chip project &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Classes]]&lt;br /&gt;
[[Category:FPGAWorkshop]]&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=File:Intro_to_Sequential_Logic.pdf&amp;diff=2417</id>
		<title>File:Intro to Sequential Logic.pdf</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=File:Intro_to_Sequential_Logic.pdf&amp;diff=2417"/>
		<updated>2009-11-05T01:27:39Z</updated>

		<summary type="html">&lt;p&gt;Osmano: Lecture from Nov 4 2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lecture from Nov 4 2009&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2168</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2168"/>
		<updated>2009-09-23T02:25:43Z</updated>

		<summary type="html">&lt;p&gt;Osmano: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of DC.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [http://hacdc.org/mailman/listinfo/announce_hacdc.org announcement] (weekly e-mail) and [http://hacdc.org/mailman/listinfo/blabber_hacdc.org blabber] (high traffic) mailing lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
* &#039;&#039;&#039;[[FPGA Workshop]]&#039;&#039;&#039;&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes]]&lt;br /&gt;
* [[:Category:Financial Reports | Financial Reports]]&lt;br /&gt;
* [[:Category:Meeting Agendas | Meeting Agendas]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
* [[:Category:Abandoned Projects | Abandoned Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:SpaceSearch | Space Search: the search for a new space]]&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Human_Resources | Workspace Access]]&lt;br /&gt;
* [[Central_Services | HacDC Leadership]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
== HacDC&#039;s [[Live Status]] ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re working on providing [[Live Status]] information here; &amp;lt;br&amp;gt; please bear with us.&amp;lt;br&amp;gt;&lt;br /&gt;
See [http://twitter.com/hacdcdoorman the hacdoorman twitter feed].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sb8mh1d332pbvnb2g4iob2p728%40group.calendar.google.com&amp;amp;amp;color=%2328754E&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border-width:0 &amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[:Category:Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2167</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2167"/>
		<updated>2009-09-23T02:23:02Z</updated>

		<summary type="html">&lt;p&gt;Osmano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of DC.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [http://hacdc.org/mailman/listinfo/announce_hacdc.org announcement] (weekly e-mail) and [http://hacdc.org/mailman/listinfo/blabber_hacdc.org blabber] (high traffic) mailing lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
* &#039;&#039;&#039;[[FPGA Workshop]]&#039;&#039;&#039;&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes]]&lt;br /&gt;
* [[:Category:Financial Reports | Financial Reports]]&lt;br /&gt;
* [[:Category:Meeting Agendas | Meeting Agendas]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
* [[:Category:Abandoned Projects | Abandoned Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:SpaceSearch | Space Search: the search for a new space]]&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Human_Resources | Workspace Access]]&lt;br /&gt;
* [[Central_Services | HacDC Leadership]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
== HacDC&#039;s [[Live Status]] ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re working on providing [[Live Status]] information here; &amp;lt;br&amp;gt; please bear with us.&amp;lt;br&amp;gt;&lt;br /&gt;
See [http://twitter.com/hacdcdoorman the hacdoorman twitter feed].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sb8mh1d332pbvnb2g4iob2p728%40group.calendar.google.com&amp;amp;amp;color=%2328754E&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border-width:0 &amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[:Category:Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2166</id>
		<title>FPGA Workshop</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2166"/>
		<updated>2009-09-23T02:21:54Z</updated>

		<summary type="html">&lt;p&gt;Osmano: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Topics ==&lt;br /&gt;
1) introduction to digital logic &amp;amp; design&amp;lt;br&amp;gt;&lt;br /&gt;
2) Verilog HDL modeling &amp;amp; testing&amp;lt;br&amp;gt;&lt;br /&gt;
3) FPGA&#039;s &amp;amp; using them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
We&#039;ll be covering some FPGA specific topics and projects using real hardware.  This will allow people to put off ordering any hardware until they know that they actually want to pursue FPGA development, since the dev board I&#039;ve chosen for this is not cheap but I feel is robust enough to be a good starting board for this group.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The hardware we&#039;ll be using is the Xilinx Spartan 3AN development kit. This kit is available from a few vendors for 199USD + shipping.  This will be discussed more later on.  The kit includes programming cable, and evaluation copies of some of the Xilinx tools.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
Icarus verilog &amp;amp; gtkwave; for doing Verilog compilation, simulation and waveform viewing. A makefile has been made to simplify the flow for any exercises and projects we use these tools with.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
After we finish up with covering Verilog modeling, we&#039;ll move to the Xilinx ISE Webpack tools and actual work with FPGAs.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
An OpenSuse Virtual Machine (VMWare based) will be available for people to use in this course, if they wish. This will&lt;br /&gt;
have the icarus verilog tools and GTKwave loaded on it, along with Firefox and OpenOffice. The suseStudio team has encouraged the use of their VMs in such a manner (teaching workshops).&lt;br /&gt;
&lt;br /&gt;
== Lecture ==&lt;br /&gt;
Lecture/Discussions will mainly be based on content from a pair of courses in MIT&#039;s Opencourseware initiative. This content is licensed on the Creative Commons Attribution NonCommercial Share-alike 3.0 license; as a result, the electronic content generated by the workshop will also need to be made available under the same license. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; A video archive will be made available for those unable to attend.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Fundamentals of Digital Logic with Verilog Design by Brown and Vranesic &amp;lt;br&amp;gt;&lt;br /&gt;
Verilog Quickstart: A Practical Guide to Simulation and Synthesis in Verilog by Lee &amp;lt;br&amp;gt;&lt;br /&gt;
FPGA Prototyping using Verilog Examples by Chu. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
These texts will not be required for the course, but are very good launching points for the topics that we are covering.&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2165</id>
		<title>FPGA Workshop</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2165"/>
		<updated>2009-09-23T02:14:44Z</updated>

		<summary type="html">&lt;p&gt;Osmano: New page: &amp;quot;We&amp;#039;ll be covering some FPGA specific topics and projects using real hardware.  This will allow people to put off ordering any hardware until they know that they actually want to pursue FP...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;We&#039;ll be covering some FPGA specific topics and projects using real hardware.  This will allow people to put off ordering any hardware until they know that they actually want to pursue FPGA development, since the dev board I&#039;ve chosen for this is not cheap but I feel is robust enough to be a good starting board for this group.&lt;br /&gt;
&lt;br /&gt;
The hardware we&#039;ll be using is the Xilinx Spartan 3AN development kit. This kit is available from a few vendors for 199USD + shipping.  This will be discussed more later on.  The kit includes programming cable, and evaluation copies of some of the Xilinx tools.&amp;quot;&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Osmano&amp;diff=2164</id>
		<title>User:Osmano</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Osmano&amp;diff=2164"/>
		<updated>2009-09-23T01:58:39Z</updated>

		<summary type="html">&lt;p&gt;Osmano: New page: mistake you go make&amp;lt;br&amp;gt; ppl go laugh at you&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mistake you go make&amp;lt;br&amp;gt;&lt;br /&gt;
ppl go laugh at you&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2163</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=2163"/>
		<updated>2009-09-23T01:57:34Z</updated>

		<summary type="html">&lt;p&gt;Osmano: moved things about the page. should be easier to read and access info now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of DC.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [http://hacdc.org/mailman/listinfo/announce_hacdc.org announcement] (weekly e-mail) and [http://hacdc.org/mailman/listinfo/blabber_hacdc.org blabber] (high traffic) mailing lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes]]&lt;br /&gt;
* [[:Category:Financial Reports | Financial Reports]]&lt;br /&gt;
* [[:Category:Meeting Agendas | Meeting Agendas]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
* [[:Category:Abandoned Projects | Abandoned Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:SpaceSearch | Space Search: the search for a new space]]&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Human_Resources | Workspace Access]]&lt;br /&gt;
* [[Central_Services | HacDC Leadership]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
== HacDC&#039;s [[Live Status]] ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re working on providing [[Live Status]] information here; &amp;lt;br&amp;gt; please bear with us.&amp;lt;br&amp;gt;&lt;br /&gt;
See [http://twitter.com/hacdcdoorman the hacdoorman twitter feed].&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sb8mh1d332pbvnb2g4iob2p728%40group.calendar.google.com&amp;amp;amp;color=%2328754E&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border-width:0 &amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[:Category:Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Osmano</name></author>
	</entry>
</feed>