intro.

Our Goals:

  1. Make integrated circuit prototyping as fast as 3D printing

  2. Make DIY version of every nanofabrication tool

  3. Get there with collaborative open source hardware

Right now we use factories and tools that are optimized to manufacture at scale to do our integrated circuit prototyping. There does not exist a set of machines that enable rapid tape-out of semiconductor devices on a budget, nor are there sufficient resources to make/modify fab tools from the ground up.

Nanofabrication is often communicated as complex magic, where every machine is immutable. We believe that innovation in the industry requires a thorough understanding of these machines from first principles, which will lead us to simpler solutions. Even on machines and processes of magnitudes less complexity than modern industry, there are designs worth sharing.

The use of low-cost, abundant, and fast-turn-around hardware serves a larger purpose than making the fab cheaper. These design constraints are what enable others to recreate, modify, and contribute to our work. The simpler the better.


working on the hacker fab.

You don't need prior nanofabrication experience to create meaningful contributions.

You do need to read the Required Reading.

You don't need to recreate the entire fab to contribute, although you can.

We communicate entirely over Discord.


this website.

This page is a home for all documentation. There are enough resources here to turn an empty room into one that fabricates simple IC's in a matter of months. Many pages are works in progress, as a lot of documentation is being migrated from our Google Drive.

Click here to learn more about the first Hacker Fab at Carnegie Mellon University.

Any contributor can submit change requests with a free Gitbook account. All of this is on Github, but formatted nicely here on Gitbook.


fab toolkit.

Here is a list of all the tools built or bought necessary to make our devices.

Every build contains:

  • BOM

  • Links to Design Files

  • Links to Code

  • First Principles Understanding of Machine Design (WIP)

fabrication tools.

verification / metrology tools.

chemicals.


licensing.

Hardware: CERN-OHL-W

For example, if you release HDL files under CERN-OHL-W and then somebody uses those files in their FPGA, when they distribute the bitstream (either putting it online or shipping a product with it) they do not to make the rest of the HDL design available under CERN-OHL-W as well.

https://ohwr.org/project/cernohl/wikis/faq#q-what-are-all-these-suffixes

https://ohwr.org/cern_ohl_w_v2.pdf

Software: MPL v2.0

The MPL’s “file-level” copyleft is designed to encourage contributors to share modifications they make to your code, while still allowing them to combine your code with code under other licenses (open or proprietary) with minimal restrictions.

https://www.mozilla.org/en-US/MPL/2.0/

https://www.mozilla.org/en-US/MPL/2.0/FAQ/

Documentation: CC BY-SA 4.0

This license enables reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator. The license allows for commercial use. If you remix, adapt, or build upon the material, you must license the modified material under identical terms. https://creativecommons.org/licenses/by-sa/4.0/ https://creativecommons.org/share-your-work/cclicenses/

Last updated