diff --git a/.github/workflows/preview-verification.yml b/.github/workflows/preview-verification.yml index f89da5d4..fd3f9a75 100644 --- a/.github/workflows/preview-verification.yml +++ b/.github/workflows/preview-verification.yml @@ -343,6 +343,10 @@ jobs: --exclude=".*mailto:.*" \ --exclude=".*linkedin\.com.*" \ --exclude=".*hawaii\.edu.*" \ + --exclude=".*reddit\.com.*" \ + --exclude=".*electronics-lab\.com.*" \ + --exclude=".*matrix\.to.*" \ + --exclude=".*docs\.google\.com.*" \ --header="User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" \ --header="Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" \ --header="Accept-Language:en-US,en;q=0.9" \ diff --git a/CLAUDE.md b/CLAUDE.md index b3b1a5c5..172152f4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -118,6 +118,45 @@ git clone --recursive https://github.com/wafer-space/wafer-space.github.io.git This architecture allows the main repository to focus on Wafer Space content while leveraging a full-featured proprietary theme for design and functionality. +## PR Preview Verification + +### Critical: Verification Errors are Real + +**NEVER assume verification failures are "timing issues" or "deployment lag".** The preview site verification (`verify-preview` workflow) runs comprehensive checks including muffet link validation. If muffet reports 404 errors or broken links, they are **real bugs** that need to be fixed. + +Common causes of verification failures: +1. **Absolute paths without baseurl**: Using `/assets/...` instead of `{{ site.baseurl }}/assets/...` or relative paths +2. **Missing images**: Images referenced but not committed/pushed +3. **Broken internal links**: Links to pages that don't exist +4. **External link issues**: External URLs that return errors (may need exclusion rules if legitimate) + +### NEVER Add Muffet Exclusions Without Confirmation + +**NEVER add exclusions to `.github/workflows/preview-verification.yml` without first asking the user for confirmation using the AskUserQuestion tool.** Exclusions hide potential problems and should be deliberate decisions, not automatic fixes. + +Before proposing an exclusion, you MUST: +1. Investigate the root cause of the failure +2. Attempt to fix the actual problem (broken URL, missing anchor, etc.) +3. If an exclusion is truly needed, use AskUserQuestion to explain the situation and get explicit approval +4. Document why the exclusion is necessary in the commit message + +### Asset and Link Path Requirements + +For the preview site (served at `/pr-{number}/`), all asset and link paths must be relative or use Jekyll's `{{ site.baseurl }}` variable: + +```markdown + +![Image](/assets/images/example.png) + + +![Image]({{ site.baseurl }}/assets/images/example.png) + + +![Image](../assets/images/example.png) +``` + +In Markdown files, prefer using the `{{ site.baseurl }}` approach or proper relative paths to ensure compatibility with PR preview deployments. + ## Git Workflow Make sure you are on the right branch before doing any work. diff --git a/Makefile b/Makefile index 8fd80469..ada04a05 100644 --- a/Makefile +++ b/Makefile @@ -84,10 +84,10 @@ test: build @echo "Running basic tests..." @echo -n "Checking HTML file count: " @HTML_COUNT=$$(find $(SITE_DIR) -name "*.html" | wc -l); \ - if [ $$HTML_COUNT -eq 17 ]; then \ - echo "✅ $$HTML_COUNT HTML files (expected: 17)"; \ + if [ $$HTML_COUNT -eq 43 ]; then \ + echo "✅ $$HTML_COUNT HTML files (expected: 43)"; \ else \ - echo "❌ $$HTML_COUNT HTML files (expected: 17)"; \ + echo "❌ $$HTML_COUNT HTML files (expected: 43)"; \ exit 1; \ fi @echo -n "Checking theme plugin: " diff --git a/_posts/2025-10-02-gf180mcu-run1-live.md b/_posts/2025-10-02-gf180mcu-run1-live.md new file mode 100644 index 00000000..f98f3f39 --- /dev/null +++ b/_posts/2025-10-02-gf180mcu-run1-live.md @@ -0,0 +1,47 @@ +--- +layout: posts/post-boxed +title: "GF180MCU Run 1 is Live!" +date: 2025-10-02 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/gf180mcu-run1-live" +post_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/were-live" +--- + +The [wafer.space GF180MCU Run 1 campaign](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1) is now live on Crowd Supply! + +For those who haven't been following along: [wafer.space](https://wafer.space) brings the [OSH Park](https://oshpark.com) model to silicon. $7k gets you 1,000 dies. That's $7 per chip from GlobalFoundries' [GF180MCU](https://gf180mcu-pdk.readthedocs.io/) process. Real production quantities, not just a handful of prototypes. + +Efabless shutting down earlier this year left the open silicon community without a clear path to fabrication. I started wafer.space to rebuild that infrastructure with transparent pricing, predictable timelines, and no gatekeeping - and it's even more affordable now! + +## [The timeline](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1#schedule) + +- **November 28**: Last day to buy a slot +- **December 3**: GDS submission deadline +- **March 15, 2026**: Target ship date for dies to customers + +## What you're getting + +20mm² on [GF180MCU](https://gf180mcu-pdk.readthedocs.io/), replicated 1,000 times. This is the same mature 180nm mixed-signal process used for tons of production chips and the two [Google open MPW runs](https://developers.google.com/silicon). Five metal layers, MIM caps, poly resistors - all the basics you need for mixed-signal designs, MCUs, sensor interfaces, whatever. + +## Get involved + +Jump on our [Discord](https://discord.gg/43y2t53jpE) or [Matrix](https://matrix.to/#/#gf180mcu:fossi-chat.org) if you need help with pad rings, DRC issues, or just want to see what others are building. + +Subscribe for future updates including reference designs, highlights of projects being built on GF180MCU, interviews with community members, and technical deep-dives into how things work behind the scenes. + +This is about enabling open, community-driven silicon manufacturing to grow and expand. + +--- + +*Watch the [Teardown Sessions interview](http://youtu.be/tEOmnN8IAjs) discussing wafer.space and open silicon.* + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/were-live).* diff --git a/_posts/2025-10-23-librelane-template.md b/_posts/2025-10-23-librelane-template.md new file mode 100644 index 00000000..6f426fcb --- /dev/null +++ b/_posts/2025-10-23-librelane-template.md @@ -0,0 +1,173 @@ +--- +layout: posts/post-boxed +title: "Easier Design Flow: LibreLane & the gf180mcu Project Template" +date: 2025-10-23 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/librelane-template" +post_image: "/assets/images/news/gf180mcu-run-1/librelane-template/librelane-workflow-hero.svg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/librelane-template" +--- + +If you've been following open silicon over the past few years, you know the story: Google's [open PDK program](https://developers.google.com/silicon) changed everything, but when [Efabless](https://efabless.com/) shut down earlier this year, a lot of infrastructure disappeared. That's part of why [wafer.space](https://wafer.space/) exists - to rebuild accessible fabrication services. + +But fabrication is only half the equation. You also need tools to actually design your chip. That's where **[LibreLane](https://librelane.rtfd.io/)** comes in. + +Last month at [ORConf 2025](https://orconf.org/) in Valencia, Mohamed Gaber and Leo Moser presented LibreLane - the next-generation design flow for open silicon. And there's now a ready-to-use [gf180mcu project template](https://github.com/wafer-space/gf180mcu-project-template) that makes starting your wafer.space design even easier. + + + + + + + + + + + +
Simple LibreLane Workflow - Synthesis → Floorplan → Placement → Routing → Verification — all automated
+ +## What is LibreLane? + +LibreLane is a ground-up rewrite of [OpenLane](https://github.com/The-OpenROAD-Project/OpenLane) - the tool that made hundreds of open-source tapeouts possible through Google's MPW shuttles and Efabless programs. Originally developed as "OpenLane 2" at Efabless, it's now community-driven under the [FOSSi Foundation](https://fossi-foundation.org/) after being officially released in July 2025. + +If you used OpenLane 1, you know it works: you give it a Verilog file and a config, run one command, and get GDS ready for fabrication. LibreLane keeps that simplicity while fixing the pain points. + +### Why the Rewrite? + +OpenLane 1 was built under tight deadlines to enable the first Google MPW shuttles. It worked amazingly well for that goal, but had some limitations: + +- Written in Tcl, which made debugging and extending difficult +- Hard to run individual steps or insert custom tools +- No standard way to report design metrics +- Difficult to integrate with other workflows + +LibreLane addresses all of this while maintaining backwards compatibility - your existing OpenLane 1 configs work with LibreLane. + +## What Makes LibreLane Better? + +- 🐍 **Python-Based Infrastructure**: Modern Python instead of Tcl means better tooling, clearer code, and a real API if you need programmatic control. No more fighting with "stringly-typed" scripts. + +- 🔧 **Modular Architecture**: Run individual steps (synthesis, placement, routing) independently. Insert custom tools into the flow. Debug specific stages without rerunning everything. The flow is a pipeline you can actually customize. + +- 📊 **Clear Error Reporting**: Standardized metrics and status reporting at every step. When something fails, you know exactly where and why. + +- 🎯 **Automated Padframe Generation**: LibreLane handles IO pad insertion and configuration automatically. This is huge - pad ring creation used to be one of the most error-prone manual steps. Now it just works. + +- 🌍 **Multi-PDK Support**: The same design can target different process design kits. [gf180mcu](https://gf180mcu-pdk.readthedocs.io/) is fully supported on the main branch, as is [sky130](https://skywater-pdk.readthedocs.io/), while [ihp-sg13g2](https://github.com/IHP-GmbH/IHP-Open-PDK) is supported in the dev branch. Write once, fabricate anywhere. + +- ↔ **Backwards Compatible**: Existing OpenLane 1 configurations work with LibreLane. Easy migration path if you've used OpenLane before. + +## Real-World Adoption + +LibreLane isn't experimental - it's already in production use: + +- **[Tiny Tapeout](https://tinytapeout.com/)** has adopted LibreLane for their automated tapeout service +- **[ChipFoundry](https://chipfoundry.io/)** is using it for their fab pooling platform +- **[wafer.space](https://wafer.space/)** uses it for their gf180mcu project template + +The shift from OpenLane 1 to LibreLane mirrors what happened in the fabrication world: when Efabless shut down, the community rebuilt better infrastructure. wafer.space rebuilt affordable fabrication access. LibreLane rebuilt the design flow. Both are about making open silicon sustainable. + +## The gf180mcu Project Template + +To make getting started even easier, there's now a [project template](https://github.com/wafer-space/gf180mcu-project-template) specifically configured for wafer.space designs targetting the gf180mcuD PDK variant. + +This template gives you a working starting point with everything included: + +- **LibreLane configuration** pre-configured for gf180mcuD and wafer.space requirements +- **[Nix](https://nixos.org/)-based development environment** - `nix-shell` and you're ready to go, no manual tool installation +- **[cocotb](https://www.cocotb.org/) testbench framework** - Python-based verification for your design +- **Complete workflow** - from RTL to GDS, including LVS, DRC and gate-level simulation +- **Example counter design** - shows the whole flow working + +### Getting Started + +```bash +# Clone the template +git clone https://github.com/wafer-space/gf180mcu-project-template +cd gf180mcu-project-template + +# Set up environment (installs everything automatically) +nix-shell + +# Add your design to src/ +# Update librelane/config.yaml with your design parameters + +# Run the flow +make librelane + +# View the results +# Opens in OpenROAD GUI or KLayout +make librelane-openroad +make librelane-klayout +``` + +That's it. Five steps from empty directory to GDS output. + +Everything is set up to work together. You focus on your design, the template handles the infrastructure. + +## Watch the ORConf Talk + +Want to see LibreLane in action? The full ORConf 2025 presentation by Mohamed Gaber and Leo Moser is on YouTube: + +**[LibreLane - ORConf 2025](https://youtu.be/GAEWpbXhhdg)** + +The talk covers: +- Technical architecture and design decisions +- Live demos of the flow +- Advanced use cases and customization +- Future development roadmap +- Q&A with the community + +It's worth watching if you want to understand the full capabilities beyond just running `make librelane`. + +## Important Notes + +**This is a work in progress.** LibreLane and the template are actively developed and improving. If you use them: + +- Stay up to date with the latest changes +- Report issues you encounter +- Contribute improvements if you can +- Join the community chat for help + +**The template is an example to help you get started**, not a mandatory requirement. You can use LibreLane directly, adapt the template to your needs, or build your own workflow entirely. It's there to make your life easier, not to constrain how you work. + +**Community support is available** through the [FOSSi Foundation chat](https://fossi-chat.org/) and the wafer.space [Discord](https://discord.gg/43y2t53jpE) / [Matrix](https://matrix.to/#/#gf180mcu:fossi-chat.org) channels. LibreLane has active developers and users who can help. + +## Resources + +**LibreLane**: +- Documentation: [librelane.rtfd.io](https://librelane.rtfd.io/) +- Announcement: [FOSSi Foundation Blog](https://fossi-foundation.org/blog/2025-08-17-librelane) +- ORConf Talk: [YouTube](https://youtu.be/GAEWpbXhhdg) + +**gf180mcu Project Template**: +- Repository: [github.com/wafer-space/gf180mcu-project-template](https://github.com/wafer-space/gf180mcu-project-template) +- README with detailed instructions +- Example designs showing best practices + +**Community**: +- FOSSi Foundation: [fossi-chat.org](https://fossi-chat.org/) +- wafer.space Discord: [discord.gg/43y2t53jpE](https://discord.gg/43y2t53jpE) +- wafer.space Matrix: [#gf180mcu:fossi-chat.org](https://matrix.to/#/#gf180mcu:fossi-chat.org) + +## Why This Matters + +Open silicon has come a long way in just a few years. We went from "you need millions of dollars and proprietary tools" to "here's an affordable MPW run and free, open-source tools." + +But accessible doesn't mean easy. Chip design is inherently complex. Projects like LibreLane and templates like this one are about removing the incidental complexity - the tool installation headaches, the configuration mysteries, the "why doesn't this work" debugging sessions. + +Your time should go into designing your chip, not fighting your tools. + +LibreLane handles the flow. The template handles the setup. You handle the innovation. + +Whether you're targeting the December 3rd deadline or planning for a future run, these tools are here to help you go from idea to silicon faster and with less friction. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/librelane-template).* diff --git a/_posts/2025-10-27-getting-help.md b/_posts/2025-10-27-getting-help.md new file mode 100644 index 00000000..965278df --- /dev/null +++ b/_posts/2025-10-27-getting-help.md @@ -0,0 +1,147 @@ +--- +layout: posts/post-boxed +title: "Professional Design Support: Your Options for GF180MCU Success" +date: 2025-10-27 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/getting-help" +post_image: "/assets/images/news/gf180mcu-run-1/getting-help/timeline.svg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/getting-help" +--- + +With the **December 3rd GDS submission deadline** getting closer, I wanted to talk about something that might be on your mind: completing your design on time. + +Whether you've already [reserved a slot](https://buy.wafer.space/) or you're still on the fence because of timeline concerns, this update is for you. The short version: you have options. Professional paid engineering services are available if you want to accelerate your timeline, get expert review, or have someone handle parts (or all) of your design. + +![timeline]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/getting-help/timeline.svg) + +## Two Important Things Up Front + +**First**: Professional services are completely optional. You can absolutely complete your GF180MCU design independently using the open-source tools, documentation, and community resources. Many participants will do exactly that. + +**Second**: The following companies offer paid consulting and engineering services. They're not free support—they're professional partners you can hire to help ensure your success. + +## When Might Professional Services Make Sense? + +Different people have different needs and constraints. Here are some scenarios where bringing in professional help might accelerate your project or reduce risk: + +- ⏰ **Time-Constrained Projects**: Reserved a slot but juggling multiple priorities? Professional help can accelerate your timeline and ensure you meet the December 3rd deadline. + +- 🎓 **First-Time Fabrication**: Never taped out a design before? Expert review can catch issues before going to silicon - much cheaper than discovering problems after fabrication. + +- 💼 **Commercial Projects**: Building a product for market? Professional contracts establish clear responsibilities, deliverables, and recourse if things go wrong - important when your business depends on it. + +- 📊 **Complex Analog/Mixed-Signal**: Sensitive analog circuits or complex interfaces? Experienced designers can optimize performance and help avoid subtle issues that only show up in silicon. + +- 🔧 **Tool-Specific Challenges**: Stuck with OpenROAD configuration or hitting tool limitations? Get help from the tool developers themselves - Precision Innovations built OpenROAD. + +These are just examples. Maybe you're working on something unique, or you need the contractual accountability that comes with paid professional services. The point is: you get to choose the approach that works for your situation. + +## Meet the Companies Offering Design Services + +Four companies are offering paid professional services specifically for [wafer.space](https://wafer.space/) GF180MCU designs. They're listed here in alphabetical order: + +--- + +![chipflow-logo-std-rounded]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/getting-help/chipflow-logo-std-rounded.png) + +#### [ChipFlow](https://wafer.space/design-help.html#chipflow) · *Spain* + +Full-service ASIC development platform with cloud-based design tools, collaborative workflows, and pre-verified reference designs. + +> ChipFlow is excited to help you succeed with your wafer.space projects using our powerful design tools. +— Rob Taylor, CTO + +--- + +![mabrains-logo-std-rounded]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/getting-help/mabrains-logo-std-rounded.png) + +#### [Mabrains](https://wafer.space/design-help.html#mabrains) · *Egypt* + +PDK development, analog & digital design, physical design & layout, design verification, and AMS modeling. Over 25 years of experience, with expertise in AI/ML integration. + +> We at Mabrains are truly excited to empower designers and innovators working with the wafer.space process. Our goal is to help you bring your ideas to life and succeed every step of the way. +— Amro Tork, CEO + +--- + +![precision-logo-std-rounded]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/getting-help/precision-logo-std-rounded.png) + +#### [Precision Innovations](https://wafer.space/design-help.html#precision) · *USA* + +Primary developers of OpenROAD, offering commercial support, custom development, training & education, and rapid turnaround design flows. If you're using OpenROAD and need expert tool support, these are the people who built it. + +> Precision Innovations Inc provides paid professional support for OpenROAD in Industrial Applications. We are here to ensure your success! +— Tom Spyrou, CEO + +--- + +![slice-logo-std-rounded]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/getting-help/slice-logo-std-rounded.png) + +#### [SLICE Semiconductor](https://wafer.space/design-help.html#slicesemi) · *Ireland* + +Low-cost ASIC development, mixed-signal IC design contracting, and consulting across technology nodes from 180nm to 3nm. + +> SLICE Semiconductor is excited to take your project from initial concept, right through to final silicon, targeting the wafer.space process. +— Diarmuid, CEO + +--- + +## Your Design, Your Approach + +Think of professional services as part of a spectrum of options, not an all-or-nothing choice: + + + + + + + +
+ +You might handle 90% of your design independently and bring in expert review for critical analog sections. Or maybe you want someone to handle the entire physical design while you focus on verification. The approach you choose depends on your timeline, budget, and where you want to spend your effort. + +**Important note about community resources**: The [Discord](https://discord.gg/43y2t53jpE) and [Matrix](https://matrix.to/#/#gf180mcu:fossi-chat.org) channels are great places to learn and get guidance from others in the community. However, remember that ultimately you're responsible for your own design—either doing the work directly or paying someone to do it for you. Community members can point you in the right direction, but they're not substitute engineers for your project. + +## What Should You Do Next? + +### If you haven't purchased a slot yet: + +Don't let timeline concerns stop you from [reserving your spot](https://buy.wafer.space/). Professional help is available if you need it, but the **purchase deadline is November 28th**. After that, you're waiting for Run 2. + +1. Reserve your slot at [buy.wafer.space](https://buy.wafer.space/) +2. Assess your design timeline and needs +3. Reach out for professional quotes if helpful + +### If you've already purchased a slot: + +If you're feeling time pressure or want expert assistance, reach out to companies sooner rather than later. The **December 3rd GDS submission deadline** is approaching. + +1. Visit [wafer.space/design-help.html](https://wafer.space/design-help.html) for full company details +2. Contact companies directly for quotes and availability +3. Be specific about what you need (review, partial help, full service) + +### Free community resources (always available): + +- **Discord**: [discord.gg/43y2t53jpE](https://discord.gg/43y2t53jpE) +- **Matrix**: [#gf180mcu:fossi-chat.org](https://matrix.to/#/#gf180mcu:fossi-chat.org) +- **Documentation**: [gf180mcu-pdk.readthedocs.io](https://gf180mcu-pdk.readthedocs.io/) + +Remember: community members can offer guidance and share their experiences, but you're responsible for executing your design—whether that's by doing the work yourself or hiring professional help. + +## Making Silicon Truly Accessible + +[wafer.space](https://wafer.space/) exists to make custom silicon affordable. At $7 per chip for production quantities, we've removed the cost barrier to fabrication. + +These professional service companies extend that mission by making silicon accessible in another way: offering the option to pay for expertise when you need it. Not everyone has unlimited time to climb the learning curve. Having professional engineering services available means more people can participate in open silicon manufacturing. + +Your idea deserves to become real silicon. Whether you get there independently, with community help, with targeted professional help, or through full-service design, what matters is that you get there. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/getting-help).* diff --git a/_posts/2025-10-31-recent-publicity.md b/_posts/2025-10-31-recent-publicity.md new file mode 100644 index 00000000..7aa89324 --- /dev/null +++ b/_posts/2025-10-31-recent-publicity.md @@ -0,0 +1,100 @@ +--- +layout: posts/post-boxed +title: "Understanding wafer.space: Resources to Learn More About Our Mission" +date: 2025-10-31 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/recent-publicity" +post_image: "/assets/images/news/gf180mcu-run-1/recent-publicity/shiny_sticker.svg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/recent-publicity" +--- + +When Efabless shut down earlier this year, it left a critical gap: affordable access to custom silicon disappeared overnight. [wafer.space](https://wafer.space/) exists to fill that gap by providing pooled fabrication services that make custom silicon accessible at $7 per chip. + +![wafer.space - Making custom silicon accessible]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/recent-publicity/shiny_sticker.svg) + +*wafer.space - Making custom silicon accessible* + +Since launching our campaign, we've had the opportunity to explain this mission across various platforms. Each conversation reveals different aspects of why accessible silicon matters and how we're making it happen. Here's your guide to learning more. + +## Quick Start: Understanding the Vision + +**Why does [wafer.space](https://wafer.space/) exist?** Start with these resources to quickly understand what we're building: + +### [Electronics-Lab Interview](https://www.electronics-lab.com/e-lab-interview-wafer-space-founder-aims-to-make-custom-silicon-accessible-again/) (Article - 10 min read) +**What you'll learn:** Why Tim created wafer.space after Efabless collapsed, why GF180MCU was chosen (cost-optimized process from a major foundry), how the pricing works ($7k for 1,000 dies enables real product development), toolchain options (open source via LibreLane or proprietary), packaging choices, and the path from prototype to production. Covers the full journey from concept to manufactured chips. + +### [HackWare Singapore Talk](https://www.youtube.com/watch?v=0nqV9Eo17wA) (Video - 30 min) +**What you'll learn:** The journey from requiring NDAs and expensive tools to accessible silicon design, how Tiny Tapeout demonstrated that anyone can create chips (5,000+ people have taped out), why [wafer.space](https://wafer.space/) uses GlobalFoundries' cost structure for better pricing, and making Arduino-like products with custom silicon at $7,000 for 1,000 parts. + +## Deep Dive: Technical & Business Details + +**How does it actually work?** These resources explore the mechanics, economics, and ecosystem: + +### [Teardown Session 56: wafer.space with Tim Ansell & Leo Moser](https://youtu.be/tEOmnN8IAjs) (Video - 45 min) +**What you'll learn:** How silicon pooling works like PCB services (OSH Park for chips), the journey from Google's open PDK program through Efabless to [wafer.space](https://wafer.space/), why 1,000 chips for $7,000 ($7/chip) makes custom silicon accessible for small-scale production (100-1000 units), and how open-source tools (LibreLane) and open PDKs enable this infrastructure. + +### [The Amp Hour #703](https://theamphour.com/703-building-wafer-space-with-tim-ansell/) (Podcast - 90 min) +**What you'll learn:** The economics of pooled fabrication ($7k for 1,000 dies vs eFabless $10k for 150-200 dies), packaging options (bare die, chip-on-board, wirebonding with secondhand equipment), design tools from Tiny Tapeout to Verilog to analog layout, post-eFabless ecosystem (IHP Europe, ChipFoundry US, [wafer.space](https://wafer.space/) Singapore), professional help options (ChipFlow, Mabrains), and honest discussion about what makes $7/chip sustainable. Essential listening for anyone considering their own silicon project. + +## Community Perspectives: Why This Matters + +The tech press and community discussions reveal something important—this isn't just about one company or service. It's about fundamental infrastructure: + +### What Resonates: Three Key Themes + +**"Like OSH Park for silicon"** - Writers keep making this comparison because it captures something essential: predictable pricing, regular runs, and community-driven infrastructure that just works. Read more in [Hackster.io's coverage](https://www.hackster.io/news/wafer-space-delivers-1-000-chips-of-your-own-design-starting-at-just-7-each-75bbf49fd8b0). + +**"Democratizing chip design"** - When [CNX Software](https://www.cnx-software.com/2025/10/07/wafer-space-lets-you-design-your-custom-silicon-just-for-7-per-die/) and [LinuxGizmos](https://linuxgizmos.com/wafer-space-launches-gf180mcu-run-1-for-custom-silicon-fabrication/) cover the $7/die pricing, they're recognizing a shift: different people with different budgets can now participate in hardware innovation. + +**"Post-Efabless infrastructure"** - The [Contextual Electronics forum discussion](https://forum.contextualelectronics.com/t/wafer-space-low-cost-silicon-manufacturing-7k-1-000-ics/7313) digs into what this means practically: continuing critical work that an existing community depends on. + +### Active Discussions & Questions + +Community conversations reveal the questions people are asking and projects they're planning: + +**[David Shadoff on Bluesky](https://bsky.app/profile/dshadoff.bsky.social/post/3m2ie2vm2ns2y)** explores retro-computer and console chip designs: "Most can be done on FPGA today, custom silicon could make assembly cheaper (reducing FPGA support)." This captures a key use case—when custom ASICs make more sense than FPGAs for production. + +**[Luke Wren on Mastodon](https://types.pl/@wren6991/115267990436492107)** does the math on what fits in 20mm²: "The smallest NAND2 is 11 square microns, so assuming 2/3rds of the die is non padding, that's 1.2 million gates. The densest SRAM macro they provide is 512 bytes in 0.21 mm², so if you fill the area with RAM that's around 31 kB. Enough for a small Linux SoC." Real calculations showing what's actually achievable. + +Other discussions across [Mastodon (#OpenSilicon)](https://mastodon.social/tags/OpenSilicon), [Reddit (/r/chipdesign)](https://www.reddit.com/r/chipdesign/), and [LinkedIn](https://www.linkedin.com/feed/hashtag/opensilicon/) explore: +- Technical: "What's achievable in 20mm²?" +- Practical: "Can this work for small production runs?" +- Strategic: "How does this change who can design chips?" + +Join these discussions to learn from others exploring the same questions. + +## Your Learning Path Forward + +Whether you're curious or committed, here's how to engage: + +1. **Quick start** - Read the [Electronics-Lab interview](https://www.electronics-lab.com/e-lab-interview-wafer-space-founder-aims-to-make-custom-silicon-accessible-again/) or watch the [HackWare talk](https://www.youtube.com/watch?v=0nqV9Eo17wA) to grasp the mission +2. **Deep dive** - Watch the [Teardown session](https://youtu.be/tEOmnN8IAjs) or listen to [The Amp Hour](https://theamphour.com/703-building-wafer-space-with-tim-ansell/) for technical and business insights +3. **Connect with community** - Join [Discord](https://discord.gg/43y2t53jpE) or [Matrix](https://matrix.to/#/#gf180mcu:fossi-chat.org) to ask questions and learn from others +4. **Evaluate your project** - Use the resources above to determine if Run 1 fits your needs + +**Ready to participate?** Campaign closes November 28th. Reserve your slot at [buy.wafer.space](https://buy.wafer.space/). + +**Still learning?** That's perfect. Use these resources to understand not just what we're offering, but why rebuilding accessible silicon infrastructure matters for the future of open hardware. + +## Coming Updates: Practical Guidance + +Future updates will provide hands-on learning: +- Example designs - what fits in 20mm² with detailed analysis +- Submission process - step-by-step guide for December 3rd deadline +- Packaging options - understanding your choices from bare dies to chip on board option + +## The Bigger Picture + +When custom silicon costs $7 per chip instead of requiring $70,000 minimum orders, different people with different projects can participate. Students can learn chip design alongside programming. Hardware startups can prototype with custom ASICs instead of compromising with FPGAs. Retro computing enthusiasts can recreate vintage chips. Small production runs become viable. + +The conversations above explore this shift from multiple angles—technical, economic, and practical. They document not just what [wafer.space](https://wafer.space/) offers, but why rebuilding accessible fabrication infrastructure matters for hardware innovation. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/recent-publicity).* diff --git a/_posts/2025-11-05-openfasoc-sensors.md b/_posts/2025-11-05-openfasoc-sensors.md new file mode 100644 index 00000000..3cad72de --- /dev/null +++ b/_posts/2025-11-05-openfasoc-sensors.md @@ -0,0 +1,91 @@ +--- +layout: posts/post-boxed +title: "Building Real Sensors with GF180MCU" +date: 2025-11-05 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/openfasoc-sensors" +post_image: "/assets/images/news/gf180mcu-run-1/openfasoc-sensors/annotated_shot.png" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/openfasoc" +--- + +As we get closer to our **December 3rd tape-in deadline** (that's coming up fast!), I wanted to share something that really shows the power of what you can build with the [GF180MCU process](https://gf180mcu-pdk.readthedocs.io/) we're pooling together. + +## Real Silicon, Real Applications + +[Saligane](https://vivo.brown.edu/display/msaligan)'s group at the University of Michigan - now at Brown University - recently published [a paper in IEEE Solid-State Circuits Magazine](https://ieeexplore.ieee.org/document/10584418) showing off an analog front-end (AFE) chip they designed entirely with open-source tools on GF180MCU. And it's not just a test chip — they're using it to read out flexible laser-induced graphene sensors for wearables! + +![The fabricated GF180MCU chip showing OPAMP blocks, SAR ADC, and switched-capacitance circuits]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/openfasoc-sensors/annotated_shot.png) + +*The fabricated GF180MCU chip showing OPAMP blocks, SAR ADC, and switched-capacitance circuits* + +([View high-resolution die photography on Silicon Prawn](https://siliconprawn.org/archive/doku.php?id=mcmaster:efabless:gf180mcu-mpw18h1-18100004)) + +The chip integrates operational amplifiers, a 14-bit SAR ADC, and a capacitive DAC to create a complete sensor readout platform. They demonstrated it working with: + +- **Strain/flex sensors** (detecting finger bending in real-time) +- **Temperature sensors** (tracking body temperature with 0.9989 R² accuracy) +- **Multi-modal sensing** (combining different sensor types on one platform) + +![The fabricated chip wire-bonded to a PCB, ready to interface with flexible sensor patches]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/openfasoc-sensors/test_setup.png) + +*The fabricated chip wire-bonded to a PCB, ready to interface with flexible sensor patches* + +## The Open Source Flow Works! + +What's exciting is they used the exact same open-source toolchain you have access to: +- [XSchem](https://xschem.sourceforge.io/stefan/index.html) for schematic capture +- [Ngspice](https://ngspice.sourceforge.io/) for simulation +- [KLayout](https://www.klayout.de/) and [Magic](https://github.com/RTimothyEdwards/magic) for layout +- Standard DRC/LVS checks + +They've published their designs on GitHub in the [OpenFASoC-Tapeouts repository](https://github.com/idea-fasoc/openfasoc-tapeouts?tab=readme-ov-file#user-content-analog-front-end-and-mixed-signal), and the [final submission is available on foss-eda-tools](https://foss-eda-tools.googlesource.com/third_party/shuttle/gf180mcu/mpw-18h1/slot-004/+/refs/heads/main), which means you can actually look at exactly how they did it. + +![The complete open-source analog design flow used for this project]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/openfasoc-sensors/analog_flow.png) + +*The complete open-source analog design flow used for this project* + +## Reuse, Don't Reinvent! + +This is where it gets really interesting for your designs. The [OpenFASoC project](https://github.com/idea-fasoc/OpenFASOC) provides **building blocks you can directly reuse**: + +- **[Folded-cascode OPAMP](https://github.com/idea-fasoc/openfasoc-tapeouts/tree/main/mpw18h1/opamp-gen/Programmable_2stage)** with programmable bias for noise/power trade-offs +- **[14-bit SAR ADC](https://github.com/idea-fasoc/openfasoc-tapeouts/tree/main/mpw18h1/adc-gen/comparator)** (asynchronous, monotonic switching) +- **[Bootstrapper and switch circuits](https://github.com/idea-fasoc/openfasoc-tapeouts/tree/main/mpw18h1/cisar-gen/spice)** for high-performance sampling +- **[Comparator circuits](https://github.com/idea-fasoc/openfasoc-tapeouts/tree/main/mpw18h1/adc-gen/comparator)** (double-tail latch and StrongArm topologies) + +You can literally take their [GDSII files](https://github.com/idea-fasoc/openfasoc-tapeouts/tree/main/mpw18h1/gds), study their layout techniques, and adapt their circuits for your own sensor applications. Need to read out a resistive sensor? Temperature probe? Custom transducer? The hard work of building reliable analog blocks is already done. + +![Real-time flex sensor demonstration showing finger bending detection with the AFE chip]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/openfasoc-sensors/testing.png) + +*Real-time flex sensor demonstration showing finger bending detection with the AFE chip* + +## What Could You Build? + +Think about applications like: +- Environmental monitoring devices +- Biomedical wearables +- Industrial sensor nodes +- Custom instrumentation +- IoT edge devices with analog sensing + +With [GF180MCU's](https://gf180mcu-pdk.readthedocs.io/) 5 metal layers, MIM capacitors, multiple resistor types, and mixed-signal capabilities, you have everything needed for serious analog and mixed-signal designs. + +## Get Inspired, Get Building + +Check out the [full paper](https://siliconprawn.org/archive/lib/exe/fetch.php?media=mcmaster:efabless:gf180mcu-mpw18h1-18100004:rapid-prototyping-of-laser-induced-graphene-sensors-with-open-source-silicon-paving-the-way-small.pdf) to see detailed schematics, measurement results, and their complete design flow. This is real silicon, designed with open tools, doing real work — exactly what we're enabling with this pooled run. + +For questions about the campaign or getting started with GF180MCU, join the community on [Discord](https://discord.gg/43y2t53jpE) or [Matrix](https://matrix.to/#/#gf180mcu:fossi-chat.org). + +--- + +*Reserve your slot at [buy.wafer.space](https://buy.wafer.space/) before November 28th to be part of Run 1.* + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/openfasoc).* diff --git a/_posts/2025-11-11-chip-on-board.md b/_posts/2025-11-11-chip-on-board.md new file mode 100644 index 00000000..ef5ec5d9 --- /dev/null +++ b/_posts/2025-11-11-chip-on-board.md @@ -0,0 +1,289 @@ +--- +layout: posts/post-boxed +title: "Community Progress on Chip-on-Board Packaging Strategy" +date: 2025-11-11 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/chip-on-board" +post_image: "/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-cob.jpg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/chip-on-board" +--- + +## Community Progress on Chip-on-Board Packaging Strategy + +Today we have a guest post from **[Andrew Wingate](https://www.crowdsupply.com/evezor-inc)** (of Evezor Inc), sharing his perspective on the progress the [wafer.space](https://wafer.space/) community has been making in developing a chip-on-board packaging strategy. This work includes contributions from **[Tiny Tapeout](https://tinytapeout.com/)**, **[MosBius](https://mosbius.org/)** ([Columbia University](https://peterkinget.github.io/)), and community members like **[@Tholin](https://github.com/AvalonSemiconductors)** and **@xianglin_pu**. + +--- + +[**wafer.space**](https://wafer.space/) exists to make custom silicon affordable. At **$7 per chip** for production quantities, the cost barrier to fabrication has been removed, but that's only part of the story. Working with bare dies is challenging and typically requires specialized, expensive equipment. + +To make post-fabrication development more accessible, the community has been working on **COB (Chip on Board)** standard templates. Over the past months, various package options have been explored, including **DIP, LGA, castellated breakouts,** and **breadboardable** versions. + +The leading contender is currently a **mezzanine breakout board** using connectors similar to those found on the Raspberry Pi Compute Modules. This design allows wirebonding houses to mount and wirebond your dies directly onto the COB packages, which can then be shipped to you ready for integration into your own systems. + +When designing your motherboards, you'll be able to source compatible connectors like [this one](https://www.lcsc.com/product-detail/C19089262.html) and have your PCBA house assemble them. The community is also working on a range of breakout boards that follow a **community-developed standard digital padring**, to make development faster and more consistent. + +> **What This Means For You:** If you're backing this campaign or considering it, you won't need specialized equipment or expensive packaging services to use your chips. While the community continues developing these COB standards, [wafer.space is offering wire-bonded COB packaging at buy.wafer.space](https://buy.wafer.space) for this campaign run (1,000 dies mounted and wire-bonded to PCBs). Alternatively, you can work with your own wirebonding partner using these community-developed designs. Either way, you'll solder the connector to your custom PCB and plug them in just like adding any other component to your board. + +--- + +### The Community-Developed Standard Padframe and COB Design + +While you're free to use any pad configuration you wish, adhering to the **community-developed standard** ensures compatibility with wirebonding partners and simplifies the fabrication process. + +**Key Details:** + +* **74-pad padframe** on your die + +* **20 pads** on the east and west sides + +* **17 pads** on the north and south sides + +* **74-pad wirebonding footprint** + +* **14 mm × 16 mm PCB** + +* **70-pin mezzanine connector:** [C19089236](https://www.lcsc.com/product-detail/C19089236.html) *or compatible* + +* **1 µF decoupling capacitors** on VDD_IO, VDD_CORE, and PWR_AUX pins + +Find most current designs on the [chip-on-board-wire-bonded-pcbs repo](https://github.com/wafer-space/chip-on-board-wire-bonded-pcbs) + +## Why Standardize? + +With the technical details established, it's worth stepping back to consider why standardization matters for the open silicon ecosystem. + +### A Standard for the Broader Community + +While this standard emerged from the wafer.space community's needs, the goal is to create something that could benefit the broader open silicon ecosystem. By documenting the design openly and making the [KiCad](https://www.kicad.org/) symbols, PCB layouts, and specifications freely available, other projects and communities could adopt or adapt this approach for their own chip-on-board needs. + +The work you see here comes from contributors across the community: Discord members testing designs and providing feedback, Tiny Tapeout contributors sharing lessons from their COB runs, Columbia University students developing educational chips through the MosBius project, and veteran engineers refining the wirebonding footprints. Each brought different expertise: some from PCB design, others from silicon layout, still others from manufacturing and assembly experience. + +The hope is that as more projects use compatible footprints and connectors, the ecosystem benefits grow: +- Wirebonding houses can optimize their processes for a common standard +- More off-the-shelf breakout boards and adapters become available +- Designers can share compatible motherboard designs across projects +- The barrier to entry for COB assembly continues to decrease + +This isn't about mandating a single approach. Diversity in packaging solutions remains valuable. Rather, it's about establishing a well-documented baseline that communities can rally around when standardization helps everyone. If this standard proves useful beyond wafer.space, that would represent exactly the kind of collaborative progress that makes open silicon compelling. + +This design hopefully meets the needs of a majority of projects on wafer.space. If your project needs something different, other open source packaging options are available to explore, such as the University of Washington's **[BaseJump project](https://bjump.org/)**, which offers **[BGA packaging standards](https://github.com/bespoke-silicon-group/bsg_packaging)** including their 352-pin BaseJump Socket for designs requiring hundreds of I/O pins or more complex integration. + +## The Implementation: From Concept to Physical Boards + +So what does this standard look like in practice? Let's walk through the actual hardware, tools, and resources the community has developed. + +### 70-Pin Mezzanine COB + +The centerpiece of the standard is a 70-pin mezzanine COB board that connects your wirebonded die to a standard connector. + + + + + + + + + +
70-pin mezzanine COB front and back views
+ + +Panelized for efficient handling and assembly by wirebonding partners: + + + + + + + + + +
Mezzanine panel front and rear for efficient wirebonding assembly
+ +The standard configuration can be found in the [GitHub repository](https://github.com/wafer-space/gf180mcu-project-template/blob/main/librelane/config.yaml). For easier viewing, it's also available as a [Google Sheet](https://docs.google.com/spreadsheets/d/1pI2BAEWEexXcXN3vah3SR85zPIV6eAXPGXc2bcvoSGU/edit?gid=0#gid=0) that shows the complete pad mapping. + +![Die padring layout with 74-pad configuration]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-die-padring.png) + +*Die padring layout with 74-pad configuration* + +To help visualize your own pad layouts, Discord user **@Tholin** has developed a Python-based pad viewer that generates an image of the pad layout defined in your template. This is useful for verifying your configuration matches your design intent. You can find the tool [here](https://github.com/AvalonSemiconductors/ws-submission-2025/blob/main/padout_gen.py). + +--- + +## Design Tools and Ecosystem + +Having the physical COB boards is only part of the picture. To actually use them, designers need schematic symbols, footprints, and integration tools. Here's what the community has built to support the full design workflow. + +### Default KiCad Symbols + +The community has developed several **[KiCad](https://www.kicad.org/) symbols** to support design and integration with COB layouts. + +The **pad mapping symbol** corresponds to the default 74-pad wirebonding padframe and [default configuration](https://github.com/wafer-space/gf180mcu-project-template/blob/main/librelane/config.yaml) from the [**GF180MCU Project Template**](https://github.com/wafer-space/gf180mcu-project-template). + +> Some users have suggested reducing the number of ground and power pads. If there is sufficient demand, an alternate default configuration will be created. +> Join the discussion on our [**Discord server**](https://discord.gg/43y2t53jpE). + +![Default 74-pad wirebonding padframe symbol]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-74pad-wirebond-symbol.png) + +*Default 74-pad wirebonding padframe symbol* + +--- + +### 70-Pin Mezzanine Connector Symbol + +The **mezzanine connector symbol** provides a 1:1 pin mapping to the 70-pin default layout. +All pins are aliased to match [Tiny Tapeout](https://tinytapeout.com/) naming conventions, useful for those familiar with the TT ecosystem who are designing custom chips for this wafer.space run. + +!["Default 70-pin mezzanine COB breakout symbol"]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-70pin-mezzanine-symbol.png) + +*"Default 70-pin mezzanine COB breakout symbol"* + +An alternate version is also available that organizes pins by signal type. This version is particularly useful for Tiny Tapeout-style breakout motherboard designs where grouping by function makes routing clearer. + +!["70-pin mezzanine COB symbol organized by signal type (Tiny Tapeout version)"]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tinytapeout-kicad-symbols.png) + +*"70-pin mezzanine COB symbol organized by signal type (Tiny Tapeout version)"* + +### KiCad Resources for COB Design + +While the initial symbols are in KiCad, the community welcomes contributions of symbols and libraries for other PCB design tools. If you use Altium, Eagle, or another tool, please submit a pull request to the [chip-on-board-wire-bonded-pcbs repo](https://github.com/wafer-space/chip-on-board-wire-bonded-pcbs)! + +For those new to KiCad or looking to deepen their PCB design skills, **Pat Deegan** (developer of the **[Tiny Tapeout demo board](https://github.com/TinyTapeout/tt-demo-pcb)**) offers **[KiCad:Unlocked](https://inductive-kickback.com/2025/07/kicadunlocked-a-course-for-deep-kicad/)**, a comprehensive free course that covers everything from basic circuit design to advanced PCB layout techniques. The community hopes to work with Pat in the future on a tutorial specifically focused on wire bonding integration and designing motherboards for wafer.space COB packages. + +If you want to quickly review KiCad designs without installing software, **[KiCanvas](https://kicanvas.org/)** provides a browser-based viewer for KiCad files. You can use it to inspect the standard COB layouts, verify connector pinouts, and review community-contributed designs, all directly in your browser. + +--- + +### Beyond the Standard: Expanding Options + +While the 70-pin mezzanine connector serves as the standard, the community recognizes that different projects have different needs. + +#### Castellated and Breadboardable Breakouts + +The community is developing a series of breakout boards designed to make it easier to prototype, experiment, and integrate your dies into existing systems. + +![Castellated and breadboardable breakout board designs]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-breakouts.png) + +*Castellated and breadboardable breakout board designs* + +--- + +## Real-World Adoption + +The real test of any standard is whether people actually use it. Here's how the community is already building on this work. + +### Derivative Designs + +It's exciting to see others building on the [wafer.space](https://wafer.space/) platform! +**[Professor Peter Kinget](https://peterkinget.github.io/)** and his students at **[Columbia University](https://peterkinget.github.io/)** are developing educational chips using [wafer.space](https://wafer.space/) for their [**MosBius Project**](https://mosbius.org/0_front_matter/intro.html). + +MosBius provides students and designers the opportunity to explore MOS circuit topologies through a unique **analog switch matrix**, where each pin can connect to any of ten on-chip buses. This enables flexible on-chip circuit wiring and simplifies testing setups. + +![MosBius Project chip design from Columbia University]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mosbius.png) + +*MosBius Project chip design from Columbia University* + +*Image and design by @xianglin_pu on [wafer.space Discord](https://discord.gg/43y2t53jpE)* + +--- + +### The Path Not (Yet) Taken + +Before settling on the mezzanine connector as the standard, the community explored several alternative packaging approaches. While these didn't become the primary standard, they represent valuable experiments that informed the final design and may still serve specialized use cases. + +#### LGA (Land Grid Array) + +![LGA (Land Grid Array) COB package design]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-lga-cob.png) + +*LGA (Land Grid Array) COB package design* + +#### DIP + + + + + + + + + +
DIP package designs for through-hole applications
+ +#### Castellated + +![Castellated edge COB package design]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-castellated.png) + +*Castellated edge COB package design* + +--- + +## Learning from Pioneers + +The wafer.space COB work doesn't exist in isolation. Other projects have tackled similar challenges, and their experiences directly inform this effort. + +![Tiny Tapeout chip-on-board implementation]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-cob.jpg) + +*Tiny Tapeout chip-on-board implementation* + +Tiny Tapeout recently [published an update](https://www.zerotoasiccourse.com/post/cob/) on their first successful Chip-on-Board (COB) implementation, highlighting their bare-die submission on the Zero to ASIC Course "MPW-7" run. + +![Video thumbnail - Tiny Tapeout 9 First COB samples]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-youtube.png) + +*Video thumbnail - Tiny Tapeout 9 First COB samples* + +[**Watch the video: Tiny Tapeout 9 - First COB samples!**](https://www.youtube.com/watch?v=XJmWoBJjvlI) + +While Tiny Tapeout achieved a significant milestone, they also noted limitations: the long bonding wires increased inductance and degraded performance, and securing small-volume wire-bonding services remains difficult. + +For those interested in understanding the wire bonding process in detail, Stephan Bökelmann's talk at Kicon 2025 provides an excellent introduction to the practical challenges and techniques: + +[**Watch: Poor man's intro to Wire-Bonding @ Kicon 2025**](https://www.youtube.com/watch?v=dNBwY7L6niI) + +The [wafer.space](https://wafer.space/) community views these learnings as a springboard. By introducing standardized COB templates, the goal is to make COB packaging more accessible, more scalable, and better optimized. The objective is to build upon the success of Tiny Tapeout and improve their future runs by reducing parasitics, streamlining the supply chain, and enabling anyone to pick up a COB-mounted die and integrate it into their system with ease. + +--- + +## Join the Effort + +This community-developed standard is exactly that: community-developed. The designs, symbols, and approaches documented here represent months of collaborative work, but they're far from finished. + +The community is exploring multiple **COB packaging varieties** and would love your contribution: + +**If you're designing a chip for this run:** +- Share your I/O requirements in the **#cob** Discord channel. Your needs help refine future designs +- Test the pad viewer tool and report any issues or feature requests + +**If you have COB or wirebonding experience:** +- Share vendor recommendations or tips for small-volume runs +- Provide feedback on the wirebonding footprint design +- Help identify potential manufacturing issues before they become problems + +**If you use other PCB design tools:** +- Contribute symbols and footprints for Altium, Eagle, or other platforms +- Submit pull requests to the [chip-on-board-wire-bonded-pcbs repo](https://github.com/wafer-space/chip-on-board-wire-bonded-pcbs) + +**If you're curious or have questions:** +- Ask in Discord. The community includes experienced designers happy to help +- Review the designs using KiCanvas and suggest improvements +- Help test breakout board designs and report what works (or doesn't) + +Join the community and help shape the future of accessible silicon design: + +* **Discord:** [discord.gg/43y2t53jpE](https://discord.gg/43y2t53jpE) (see **#cob** channel) + +* **Matrix:** [#gf180mcu.org](https://matrix.to/#/#gf180mcu:fossi-chat.org) + +Together, the community can make custom silicon as easy and affordable as PCB design. + +--- + +**Thanks to Andrew Wingate for this guest post!** If you're interested in chip-on-board packaging, join the **#cob channel** on the [wafer.space Discord](https://discord.gg/43y2t53jpE) to discuss designs, share feedback, and help contribute to making COB packaging accessible for everyone. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/chip-on-board).* diff --git a/_posts/2025-11-14-tholin-feature.md b/_posts/2025-11-14-tholin-feature.md new file mode 100644 index 00000000..9574a8f5 --- /dev/null +++ b/_posts/2025-11-14-tholin-feature.md @@ -0,0 +1,158 @@ +--- +layout: posts/post-boxed +title: "We Have Some Amazing Projects This Run: Tholin & Avalon Semiconductors" +date: 2025-11-14 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/tholin-feature" +post_image: "/assets/images/news/gf180mcu-run-1/tholin-feature/ic1.png" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/tholin-feature" +--- + +Our first shuttle run includes a number of incredible projects, and we wanted to take a moment to highlight one of them. + +--- + +## Tholin & Avalon Semiconductors + +![Tholin's custom silicon designs showcase what's possible with open tooling]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tholin-feature/ic1.png) + +*Tholin's custom silicon designs showcase what's possible with open tooling* + +[Tholin](https://tholin.dev/) — the hardware designer behind [**Avalon Semiconductors**](https://github.com/AvalonSemiconductors) — has been exploring what's possible when open tooling meets personal silicon. Their journey, chronicled through detailed blog posts like [*Custom Silicon*](https://tholin.dev/custom_silicon/) and [*Custom Silicon Two: Electric Boogaloo*](https://tholin.dev/custom_silicon_two_electric_boogaloo/), shows how a single engineer can go from HDL to packaged chips using open-source flows, patience, and a healthy dose of curiosity. + +--- + +### AS2650 and AS2650-2 + +![The AS2650(-2) is inspired by retro CPUs like the Signetics 2650]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tholin-feature/as2650.png) + +*The AS2650(-2) is inspired by retro CPUs like the Signetics 2650* + +Tholin's flagship projects are the **AS2650** and **AS2650-2**, re-implementations and extensions of the historic [Signetics 2650](https://en.wikipedia.org/wiki/Signetics_2650) microprocessor, recreated from the ground up using open EDA tools. +You can explore the repositories here: + +* [AS2650 GitHub Repository](https://github.com/AvalonSemiconductors/AS2650) +* [AS2650 Documentation](https://avalonsemiconductors.github.io/AS2650/) + +These chips aren’t just nostalgic exercises — they’re fully functional processors that have been designed, simulated, taped-out, and brought back to life with custom test boards and firmware. The AS2650-2 introduces expanded peripherals, enhanced bus control, and improved debug accessibility. All implemented with a custom cell library for GF180MCU. + +--- + +### Porting the AS2650v2 to wafer.space + +**Tholin** is currently porting the **AS2650v2** to the [**wafer.space**](https://wafer.space) template. +This serves as a **reference design**, demonstrating a complete CPU implementation, a multi-macro layout, and new methodologies for **instantiating SRAMs** within the wafer.space framework. + +The project also makes use of **high-performance dynamic D-type flip-flop circuits (DFFs)** from the +[**gf180mcu_as_ex_mcu7t5v0**](https://github.com/AvalonSemiconductors/gf180mcu_as_ex_mcu7t5v0) library. + +Tholin notes that the wafer.space padframe provides **more pads than the Efabless Caravel design**, resulting in a number of unused pins during this initial port. She suggests that future revisions may take advantage of these additional pads to support **expanded peripherals** and system features. + +You can explore the design and accompanying documentation on GitHub: +👉 [**AvalonSemiconductors/as2650-ws**](https://github.com/AvalonSemiconductors/as2650-ws) + +--- + +### wafer.space Submissions + +Tholin has also created a companion repository, +[**ws-submission-2025**](https://github.com/AvalonSemiconductors/ws-submission-2025), documenting her submission for the current wafer.space fabrication run. + +True to her style, the project includes **artwork integrated directly into the silicon layout**, reflecting the creative potential unlocked when advanced design tools are accessible and open. + +![Tholin's logo, adapted for silicon artwork]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tholin-feature/logo_bw.png) + +*Tholin's logo, adapted for silicon artwork* + +Additionally, Tholin developed a [**Python script**](https://github.com/AvalonSemiconductors/ws-submission-2025/blob/main/padout_gen.py) that **automatically generates padout diagrams** from a [LibreLane](https://librelane.rtfd.io/) configuration file thereby simplifying visualization and documentation of pad assignments. + +![Padout diagram generated from Python and LibreLane configuration]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tholin-feature/padout.png) + +*Padout diagram generated from Python and LibreLane configuration* + + +--- + +### Multi-Project Die Exploration + + + + + + + + + +
Multi-project die strategy - integrating multiple designs onto a single die to maximize wafer utilization
+ +Tholin is also pioneering **multi-project die (MPD)** strategies, maximizing wafer area by integrating multiple small designs onto a single die. +Projects such as [`gfmpw-1-multi`](https://github.com/AvalonSemiconductors/gfmpw1-multi) and [`AS2650-bring-up`](https://github.com/AvalonSemiconductors/AS2650-bring-up) demonstrate how careful planning and padframe reuse make it possible to test multiple subsystems in one run. + +Tholin has also written thorough documentation on this project [here](https://avalonsemiconductors.github.io/GFMPW-1-MULTI/index.html) + +This approach reflects the open ethos of wafer.space — making silicon exploration more accessible, modular, and repeatable for small teams and individuals. + +--- + +### Open Flow & LibreLane Experience + +Tholin has been an early adopter of [**LibreLane**](https://librelane.rtfd.io/), the open-source ASIC flow used by wafer.space. Their feedback and experiments with padframes, padrings, and packaging have helped refine the ecosystem for everyone. +From RTL through layout and DRC, to bonding and board testing, Tholin's work demonstrates that open tooling can now carry a chip from idea to reality — no closed vendor stack required. + +![Standard cells are a key component of RTL to GDSII flows.]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tholin-feature/3d_view.png) + +*Standard cells are a key component of RTL to GDSII flows.* + +--- + +### Other Avalon Semiconductors Projects + +Tholin has also created a number of fun and technically rich designs through **Tiny Tapeout**, showcasing creativity across digital design, display drivers, and compact CPUs: + +| Name | Description | GitHub Link | +| ------------------------ | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | +| **AS5401** | 4-bit CPU | [AvalonSemiconductors/tt2-AvalonSemi-5401](https://github.com/AvalonSemiconductors/tt2-AvalonSemi-5401) | +| **TT02 Logisim Example** | Example and documentation on submitting Tiny Tapeout designs using Logisim Evolution | [AvalonSemiconductors/tt02-logisim-example](https://github.com/AvalonSemiconductors/tt02-logisim-example) | +| **Diceroll** | Animates a random number rolling on a 7-segment display | [AvalonSemiconductors/tt2-diceroll](https://github.com/AvalonSemiconductors/tt2-diceroll) | +| **TBB143** | Programmable sound generator using a ring oscillator as a faster internal clock | [AvalonSemiconductors/tt2-avalonsemi-TBB1143](https://github.com/AvalonSemiconductors/tt2-avalonsemi-TBB1143) | +| **Multiplexed Counter** | Drives 4 multiplexed 7-segment displays to count time up to 99 min 59 sec | [AvalonSemiconductors/tt2-multiplexed-counter](https://github.com/AvalonSemiconductors/tt2-multiplexed-counter) | +| **4-bit Multiplier** | Multiplies two 4-bit numbers into an 8-bit result | [AvalonSemiconductors/tt2-4x4-multiply](https://github.com/AvalonSemiconductors/tt2-4x4-multiply) | +| **LCD Namebadge** | Experiment with character LCD interfacing | [AvalonSemiconductors/tt2-lcd-namebadge](https://github.com/AvalonSemiconductors/tt2-lcd-namebadge) | + +Each of these designs exemplifies the open-hardware spirit: compact, educational, and fully reproducible — proof that anyone can design real silicon with today's open tools. + +--- + +### Beyond Silicon + +Beyond her silicon designs, **Tholin** has also developed a range of PCB projects and breakout boards that make working with custom dies more accessible. + + + + + + + + + +
DIP40 breakout board and wirebonding setup - making custom silicon accessible through standard packages
+ +Tholin has also contributed extensively to the **wafer.space standard padframe**, helping shape the mechanical and electrical layout used across multiple projects. + +--- + +### Why We’re Excited to Have Tholin Aboard + +Tholin represents the kind of creative, self-driven engineering that wafer.space exists to empower. Her work with the AS2650 family, open flows, and multi-project dies captures the spirit of the growing open-silicon movement — one where innovation comes from curiosity, not corporate budgets. + +We're thrilled to have **Tholin & Avalon Semiconductors** among the first wave of wafer.space participants and can't wait to see what they build next. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/tholin-feature).* diff --git a/_posts/2025-11-19-mosbius-feature.md b/_posts/2025-11-19-mosbius-feature.md new file mode 100644 index 00000000..8bd16085 --- /dev/null +++ b/_posts/2025-11-19-mosbius-feature.md @@ -0,0 +1,87 @@ +--- +layout: posts/post-boxed +title: "We Have Some Amazing Projects This Run: MOSbius" +date: 2025-11-19 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/mosbius-feature" +post_image: "/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_flow.png" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/mosbius" +--- + +Our first shuttle run spans from solo makers like Tholin to universities. This week we highlight [MOSbius](https://mosbius.org/), an educational platform from Columbia University bringing hands-on silicon learning to students worldwide. + +Through wafer.space, MOSbius gains 3.3V compatible I/Os, high part counts, and COB packaging—all for a low cost. What was once an expensive demonstration can now equip every student in a classroom with their own chip, for less than the cost of a textbook. + +## [MOSbius](https://mosbius.org/) + +![MOSbius platform enables hands-on exploration of transistor-level MOS circuits on breadboard]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_flow.png) + +*MOSbius platform enables hands-on exploration of transistor-level MOS circuits on breadboard* + +**[MOSbius](https://mosbius.org/)**, developed by **[Professor Peter Kinget](https://peterkinget.github.io/)** and his students at **[Columbia University](http://www.cisl.columbia.edu/kinget_group/)**, is an innovative educational platform that helps students and designers explore **MOS circuit topologies** typically found on silicon and now accessible on a breadboard. + +The goal of [MOSbius](https://mosbius.org/) is to give learners hands-on experience with **transistor-level design**, including circuit debugging, measurement, and the full "chip bring-up" process. The platform allows users to compare calculations, simulations, and real measurements using provided **[LTspice](https://wiki.analog.com/resources/tools-software/ltspice) models**, bridging the gap between theory and silicon. + +![MOSbius – A Field Programmable Transistor Array for Chip Designers (Interview with Peter Kinget)]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_interview.png) + +*MOSbius – A Field Programmable Transistor Array for Chip Designers (Interview with Peter Kinget)* + +**[Watch the interview on YouTube](https://www.youtube.com/watch?v=abu3u6UX6wE)** + +### Building on Previous Success + +MOSbius isn't new to custom silicon. Previous generations of the MOSbius chip demonstrated the educational value of hands-on transistor exploration, but faced a significant barrier: cost. At $50 per packaged chip, widespread educational deployment remained challenging. + +The project's educational impact extends beyond the classroom. The [IEEE SSCS Chipathon 2025](https://github.com/mosbiuschip/chipathon2025) featured a MOSbius track where students learned chip design using GF180MCU—the same process used by wafer.space. This gave Chipathon participants hands-on experience with the same technology they could use for future fabrication runs. + +### Their Own COB Format + +Given the unique requirements of the MOSbius project, the team is designing their own version of a **Chip-on-Board (COB)** package based on the [wafer.space standard padframe](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/chip-on-board). + +Their application prioritizes **a high number of I/O connections** over power and ground pads, allowing for the maximum number of accessible signals from their transistor array. + + + + + + + + + +
MOSbius custom COB package design - PCB layout and 3D visualization
+ +**Peter's student, @xianglin_pui**, has taken the lead on this effort and developed derivative designs that extend the wafer.space COB standard for MOSbius's specialized needs. + +### wafer.space and MOSbius + +We're thrilled to have **MOSbius** as part of this shuttle run and proud to support a project that aligns so perfectly with wafer.space's mission. + +Their current board design requires numerous passive components due to varying pin voltage levels, and each packaged chip can cost upwards of **$50**. With their new design on the **[wafer.space](https://wafer.space/)** platform, all pins will be **3.3 V tolerant**, eliminating the need for numerous passive components and dramatically simplifying their demo board, while wafer.space's affordable pricing and **COB packaging** reduce costs. + +## Don't Miss Your Chance to Join the First Shuttle + +![wafer.space - Accessible custom silicon fabrication]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/mosbius-feature/rainbow_narrow2.svg) + +*wafer.space - Accessible custom silicon fabrication* + +MOSbius is part of this run because accessible silicon enables their educational mission. What becomes possible at $7/chip? Whether you're building educational tools, [exploring new architectures](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/openfasoc), or [bringing vintage designs back to life](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/tholin-feature) - this is your opportunity. + +We're rapidly approaching the final milestones for this shuttle run, and now is the time to secure your spot: + +- **November 28, 2025** - Last day to purchase a slot / [Crowd Supply campaign](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1) closes + +- **December 3, 2025** - [Final GDS submission deadline](https://wafer.space/how) + +If you’ve been thinking about getting your own silicon made — whether it’s your first chip or your fiftieth — this is your moment. The tools are ready, the ecosystem is growing, and we’re here to help you every step of the way. + +[Reserve your slot](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1), finish your design, and join us in shaping the future of accessible custom silicon. + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/mosbius).* diff --git a/_posts/2025-11-22-tiny-tapeout.md b/_posts/2025-11-22-tiny-tapeout.md new file mode 100644 index 00000000..1042464f --- /dev/null +++ b/_posts/2025-11-22-tiny-tapeout.md @@ -0,0 +1,131 @@ +--- +layout: posts/post-boxed +title: "Tiny Tapeout Collaboration" +date: 2025-11-22 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/tiny-tapeout" +post_image: "/assets/images/news/gf180mcu-run-1/tiny-tapeout/previous-tt-version.jpeg" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/tiny-tapeout" +--- + +## Tiny Tapeout + +![Tiny Tapeout - Democratizing chip design]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tiny-tapeout/tinytapeout-logo.png) + +*Tiny Tapeout - Democratizing chip design* + +[wafer.space](https://wafer.space/) is excited to collaborate with [Tiny Tapeout](https://tinytapeout.com/) to port their infrastructure to GF180MCU. Founded by [Matt Venn](https://zerotoasiccourse.com/), Tiny Tapeout has become a cornerstone of the open-silicon movement, empowering students, hobbyists, and even industry professionals to design and fabricate their own ASICs through approachable tools and collaborative workflows. Our collaboration provides an easy and affordable pathway from initial ideas and prototyping to building real products. + +![With Tiny Tapeout, you get a ready-to-go development board]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tiny-tapeout/previous-tt-version.jpeg) + +*With Tiny Tapeout, you get a ready-to-go development board* + + +Tiny Tapeout has already proven that accessible chip design works. By dramatically lowering the barrier to entry, they've enabled thousands of participants to bring their digital and analog designs to life. Now, our collaboration aims to take that further, helping designs move from prototype to product. The track record speaks for itself: + + + + + + + + + + + + + + + +
GDS renders from Tiny Tapeout shuttles [TT03](https://tinytapeout.com/chips/tt03/), [TT05](https://tinytapeout.com/chips/tt05/), [TT06](https://tinytapeout.com/chips/tt06/), [TT07](https://tinytapeout.com/chips/tt07/), [TT09](https://tinytapeout.com/chips/tt09/), [IHP 0.1](https://app.tinytapeout.com/shuttles/ttihp0p1), [Sky130 25a](https://tinytapeout.com/chips/ttsky25a/), and [Sky130 25b](https://tinytapeout.com/chips/ttsky25b/)
+ +Building on this experience, **Tiny Tapeout** now joins wafer.space to bring GF180MCU into the mix. Our collaboration has enabled Tiny Tapeout to get exactly what they need from the [standard wafer.space padframe](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/chip-on-board), ensuring full compatibility, consistent manufacturability, and reliable integration with COB-based packaging workflows. + +## What's Being Built on [GF0p2](https://app.tinytapeout.com/shuttles/ttgf0p2) + +Both Tiny Tapeout and wafer.space have been thrilled by the community response. The [GF0p2 shuttle](https://app.tinytapeout.com/shuttles/ttgf0p2) already has dozens of projects submitted, and more are coming in every day. Here are just a few of the designs being built: + +### Modern Free and Open Source Silicon Clone of Zilog's Z80 + +[Rejunity](https://github.com/rejunity) is recreating [Zilog's Z80](https://app.tinytapeout.com/projects/3434) with the goal to develop a drop-in replacement for 8-bit home computers such as the ZX Spectrum and recent DIY computer kits such as the [RC2014](https://rc2014.co.uk/). + + +### Tiny-QV: A RISC-V SoC for Tiny Tapeout + +[Tiny-QV](https://github.com/MichaelBell/tinyQV/) is a 4-bit-at-a-time RV32 processor, optimized for use on Tiny Tapeout with QSPI RAM and Flash. The aim is to make a small microcontroller that is as fast as practical given the Tiny Tapeout constraints. + +### Zedulo Test Chip + +[Zedulo TestChip1](https://github.com/ZeduloTech/ttgf-zed_tc1) is a UART-to-SPI bridge built using two IP blocks from the [OpenTitan](https://opentitan.org/) project (an open-source Root of Trust). By porting these OpenTitan components to GF180MCU, Zedulo demonstrates that verified, trustworthy hardware IP can be reused across different processes and platforms. + +### And Many More + +| Project | Description / Notes | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | +| **[2x2 MAC Systolic array with DFT](https://app.tinytapeout.com/projects/3441)** | ASIC design for a 2x2 systolic matrix multiplier supporting multiply and accumulate operations on int8 data. | +| **[WaferSpace VGA Screensaver](https://github.com/TinyTapeout/tt-waferspace-vga-screensaver)** | A classic animated VGA demo that prominently features the **wafer.space** logo — great for verifying display output and timing. | +| **[Asicle v2 (2×2 tiles)](https://app.tinytapeout.com/projects/3248)** | A compact, tile-based modular layout design that explores reconfigurable logic or array instantiation. | +| **[ROM / Memory Block (1×1)](https://app.tinytapeout.com/projects/3119)** | A read-only memory block intended for basic data storage — ideal for boot code or test vectors. | +| **[Ring Oscillator (5-inverter, 1×1)](https://app.tinytapeout.com/projects/3125)** | A simple analog / digital hybrid circuit that toggles signal through five inverters to create a ring oscillator. | +| **[Simon Says Logic Game](https://app.tinytapeout.com/projects/3121)** | Implements the classic “Simon Says” memory game in hardware logic — the chip will reproduce user-input sequences. | +| **[Sound Generator (TBB143)](https://app.tinytapeout.com/projects/3430)** | A programmable sound generator that uses a ring oscillator to generate tones or effects. | + +The project tiles are filling up fast: + +![Project tiles already allocated on the GF0p2 run]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tiny-tapeout/current-run.png) + +*Project tiles already allocated on the GF0p2 run* + +## Join Us! + +We're thrilled to have **Tiny Tapeout** and **Matt Venn** on board for our first wafer.space shuttle, but the most exciting part is having **you** join us too! Whether you're a complete beginner or an experienced designer, now is the perfect time to get started. + +Explore the [Tiny Tapeout website](https://tinytapeout.com/) for project ideas and tutorials, and watch the [YouTube channel](https://www.youtube.com/@ZeroToASICcourse) for walkthroughs and interviews. If you need something more structured, Matt's excellent [Zero to ASIC course](https://zerotoasiccourse.com/) will give you the knowledge and confidence to bring your ideas to silicon. + +Even if you haven't done a tapeout yet, join the community and start learning! Connect with us on the [wafer.space Discord](https://discord.gg/43y2t53jpE) and join the **#tinytapeout** channel, or the [Tiny Tapeout Discord](https://discord.gg/rPK2nSjxy8) and join the **#ttgf0p2-tapeout** channel. (You can also find us on [Matrix at #gf180mcu](https://matrix.to/#/#gf180mcu:fossi-chat.org).) + +With Tiny Tapeout, anyone can get started with just a web browser and a few hours. [Why not give it a try?](https://tinytapeout.com/) + +--- + +## Don't Miss Your Chance to Join the First Shuttle + +![wafer.space bringing open accessible custom silicon fabrication]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/tiny-tapeout/waferspace-rainbow-open.png) + +*wafer.space bringing open accessible custom silicon fabrication* + +We’re rapidly approaching the final milestones for this shuttle run, and now is the time to secure your spot: + +- **November 28, 2025** - Last day to purchase a slot (Crowd Supply campaign closes) + +- **December 3, 2025** - Final GDS submission deadline. Your design must be submitted to wafer.space by this date to be included in the run. + +If you've been thinking about getting your own silicon made, whether it's your first chip or your fiftieth, this is your moment. The tools are ready, the ecosystem is growing, and we’re here to help you every step of the way. + +Reserve your slot, finish your design, and join us in shaping the future of accessible custom silicon. + +--- + +### Special Thanks + + + + + + + + + +
Sponsored by [Tillitis](https://www.tillitis.se/) and [WIT.com](https://wit.com/)
+ +[Tillitis](https://www.tillitis.se/) and [WIT.com](https://wit.com/) generously sponsored the work to bring Tiny Tapeout to GF180MCU, its third process technology. This funding is enabling the [improved multiplexer](https://www.youtube.com/watch?v=30emLKLpq50), [power gating, analog support](https://www.youtube.com/watch?v=_m_jK7twymM), and [more](https://www.youtube.com/watch?v=cCbTyfewaCw) (designed by [Sylvain "tnt" Munaut](https://github.com/smunaut)) to be ported to GF180MCU. Thank you for making this happen! + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/tiny-tapeout).* diff --git a/_posts/2025-11-27-final-reminder.md b/_posts/2025-11-27-final-reminder.md new file mode 100644 index 00000000..931161db --- /dev/null +++ b/_posts/2025-11-27-final-reminder.md @@ -0,0 +1,37 @@ +--- +layout: posts/post-boxed +title: "Less than 48 hours to go!" +date: 2025-11-27 12:00:00 +0000 +categories: [news] +tags: [crowdsupply, gf180mcu, campaign] +author: "Tim 'mithro' Ansell" +badge_color: "bg-info" +slider_post: false +trending: false +sidebar: true +permalink: "/news/final-reminder" +post_image: "/assets/images/news/gf180mcu-run-1/final-reminder/waferspace-rainbow-open.png" +crowdsupply_url: "https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/less-than-48-hours" +--- + +Less than 48 hours remain in the first shuttle campaign! If you hope to be on this shuttle, place your order now. If you're facing purchasing obstacles, please don't hesitate to [get in touch](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/ask-question). + +**The Deadline: 28th November 2025 @ 11:59 PM [AoE](https://en.wikipedia.org/wiki/Anywhere_on_Earth)** ([see in your timezone](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251128T2359&p1=3399)) — After this deadline you'll be waiting until next year for the next shuttle run. + +## After You Purchase + +Once you've purchased your slot, you have until **3rd December 2025 @ 11:59 PM [AoE](https://en.wikipedia.org/wiki/Anywhere_on_Earth)** ([see in your timezone](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251203T2359&p1=3399)) to submit your GDS files. + +Run [gf180mcu-precheck](https://github.com/wafer-space/gf180mcu-precheck) locally to verify your design before submitting. The precheck has been and will continue to be updated, so join the [Discord](https://discord.gg/43y2t53jpE) to get notified of changes. This is the same DRC check that [platform.wafer.space](https://platform.wafer.space/) will run, so catching issues locally saves time. + +**Submit early!** The DRC queue will get busy as the deadline approaches. If you find problems at the last minute, you may not have time to fix them. + +If you run into issues, join the [wafer.space Discord](https://discord.gg/43y2t53jpE). Many people are putting the finishing touches on their designs right now, and problems you encounter have likely been solved by others who can offer guidance. + +![wafer.space bringing open accessible custom silicon fabrication]({{ site.baseurl }}/assets/images/news/gf180mcu-run-1/final-reminder/waferspace-rainbow-open.png) + +*wafer.space bringing open accessible custom silicon fabrication* + +--- + +*This update was originally published on [Crowd Supply](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/updates/less-than-48-hours).* diff --git a/assets/css/custom.css b/assets/css/custom.css index f830d1b7..d2781c86 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -73,3 +73,22 @@ .box.bg-white.shadow.mb-30[id] { scroll-margin-top: 100px; } + +/* Make images in blog posts responsive */ +/* Images from markdown don't have Bootstrap's img-fluid class, so we add the same behavior */ +.post-content img { + max-width: 100%; + height: auto; +} + +/* Ensure tables in posts don't overflow */ +.post-content table { + width: 100%; + table-layout: fixed; +} + +/* Make images inside table cells scale properly */ +.post-content table img { + max-width: 100%; + height: auto; +} diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-breakouts.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-breakouts.png new file mode 100644 index 00000000..5c6f16f7 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-breakouts.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-castellated.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-castellated.png new file mode 100644 index 00000000..a6f96431 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-castellated.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-70pin-mezzanine-symbol.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-70pin-mezzanine-symbol.png new file mode 100644 index 00000000..7af0a3f8 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-70pin-mezzanine-symbol.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-74pad-wirebond-symbol.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-74pad-wirebond-symbol.png new file mode 100644 index 00000000..9829b0ee Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-default-74pad-wirebond-symbol.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-die-padring.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-die-padring.png new file mode 100644 index 00000000..0692ca82 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-die-padring.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip.png new file mode 100644 index 00000000..21de41a9 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip1.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip1.png new file mode 100644 index 00000000..51bf228a Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-dip1.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-lga-cob.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-lga-cob.png new file mode 100644 index 00000000..2747ab37 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-lga-cob.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-back.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-back.png new file mode 100644 index 00000000..128d2624 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-back.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-front.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-front.png new file mode 100644 index 00000000..dbaefa37 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-front.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-front.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-front.png new file mode 100644 index 00000000..9ec1d8c6 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-front.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-rear.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-rear.png new file mode 100644 index 00000000..cf2d10e2 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mezzanine-panel-rear.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mosbius.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mosbius.png new file mode 100644 index 00000000..176db16f Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-mosbius.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tinytapeout-kicad-symbols.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tinytapeout-kicad-symbols.png new file mode 100644 index 00000000..f79ceaf5 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tinytapeout-kicad-symbols.png differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-cob.jpg b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-cob.jpg new file mode 100644 index 00000000..91822b93 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-cob.jpg differ diff --git a/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-youtube.png b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-youtube.png new file mode 100644 index 00000000..27dc3789 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/chip-on-board/padframes-cob-tt-youtube.png differ diff --git a/assets/images/news/gf180mcu-run-1/final-reminder/waferspace-rainbow-open.png b/assets/images/news/gf180mcu-run-1/final-reminder/waferspace-rainbow-open.png new file mode 100644 index 00000000..55757f34 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/final-reminder/waferspace-rainbow-open.png differ diff --git a/assets/images/news/gf180mcu-run-1/getting-help/chipflow-logo-std-rounded.png b/assets/images/news/gf180mcu-run-1/getting-help/chipflow-logo-std-rounded.png new file mode 100644 index 00000000..eb73c7de Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/getting-help/chipflow-logo-std-rounded.png differ diff --git a/assets/images/news/gf180mcu-run-1/getting-help/mabrains-logo-std-rounded.png b/assets/images/news/gf180mcu-run-1/getting-help/mabrains-logo-std-rounded.png new file mode 100644 index 00000000..fc4bc201 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/getting-help/mabrains-logo-std-rounded.png differ diff --git a/assets/images/news/gf180mcu-run-1/getting-help/precision-logo-std-rounded.png b/assets/images/news/gf180mcu-run-1/getting-help/precision-logo-std-rounded.png new file mode 100644 index 00000000..e2c315e0 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/getting-help/precision-logo-std-rounded.png differ diff --git a/assets/images/news/gf180mcu-run-1/getting-help/slice-logo-std-rounded.png b/assets/images/news/gf180mcu-run-1/getting-help/slice-logo-std-rounded.png new file mode 100644 index 00000000..d4ed8094 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/getting-help/slice-logo-std-rounded.png differ diff --git a/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-fullservice.svg b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-fullservice.svg new file mode 100644 index 00000000..6d876c5e --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-fullservice.svg @@ -0,0 +1,17 @@ + + + + + + + Full-Service + They do the work + + • Complete design + • Verification + • GDS delivery + • Guarantees + + Cost: Full budget + Fastest, lowest risk + diff --git a/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-hybrid.svg b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-hybrid.svg new file mode 100644 index 00000000..041fd095 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-hybrid.svg @@ -0,0 +1,17 @@ + + + + + + + Hybrid + You lead, get help + + • Design review + • Troubleshooting + • Consultation + • Critical path + + Cost: Partial + Balance of control and speed + diff --git a/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-independent.svg b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-independent.svg new file mode 100644 index 00000000..fae3ba5d --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/getting-help/support-spectrum-independent.svg @@ -0,0 +1,17 @@ + + + + + + + Independent + You do the work + + • Open-source tools + • Documentation + • Community examples + • Discord/Matrix + + Cost: Your time + Fully viable + diff --git a/assets/images/news/gf180mcu-run-1/getting-help/timeline.svg b/assets/images/news/gf180mcu-run-1/getting-help/timeline.svg new file mode 100644 index 00000000..bd7a00ce --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/getting-help/timeline.svg @@ -0,0 +1,36 @@ + + + + + + GF180MCU Run 1 Timeline + + + + + + + + Today + + + + + + November 28 + Purchase Deadline + + + + + + December 3 + GDS Submission + + + + + + March 15 + Dies Delivered + diff --git a/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step1-design.svg b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step1-design.svg new file mode 100644 index 00000000..0408f8d8 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step1-design.svg @@ -0,0 +1,18 @@ + + + + + + + + + Step 1 + Your Design + + + + module counter( + input clk, + input rst, + output [7:0] count); + diff --git a/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step2-config.svg b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step2-config.svg new file mode 100644 index 00000000..c3d9b8d2 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step2-config.svg @@ -0,0 +1,18 @@ + + + + + + + + + Step 2 + config.yaml + + + + DESIGN_NAME: + counter + CLOCK_PERIOD: + 10 # ns + diff --git a/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step3-run.svg b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step3-run.svg new file mode 100644 index 00000000..cc29fb66 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step3-run.svg @@ -0,0 +1,17 @@ + + + + + + + + + Step 3 + Run Flow + + + + $ + librelane + config.yaml + diff --git a/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step4-gds.svg b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step4-gds.svg new file mode 100644 index 00000000..1acc8089 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-step4-gds.svg @@ -0,0 +1,70 @@ + + + + + + + + + Step 4 + Ready to Fab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDS File + diff --git a/assets/images/news/gf180mcu-run-1/librelane-template/librelane-workflow-hero.svg b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-workflow-hero.svg new file mode 100644 index 00000000..f1616980 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/librelane-template/librelane-workflow-hero.svg @@ -0,0 +1,119 @@ + + + + + + + + Step 1 + Your Design + + module counter( + input clk, + input rst, + output [7:0] cnt); + + + + + + + + + + + + Step 2 + config.yaml + + DESIGN_NAME: + counter + CLOCK_PERIOD: + 10 # ns + + + + + + + + + + + + Step 3 + Run Flow + + $ + librelane + config.yaml + + + + + + + + + + + + Step 4 + Ready to Fab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDS File + + + + LibreLane Workflow: Design → Configure → Run → Fabricate + diff --git a/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_3d.png b/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_3d.png new file mode 100644 index 00000000..176db16f Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_3d.png differ diff --git a/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_pcb.png b/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_pcb.png new file mode 100644 index 00000000..db352723 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/mosbius-feature/mos_pcb.png differ diff --git a/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_flow.png b/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_flow.png new file mode 100644 index 00000000..bd594cd0 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_flow.png differ diff --git a/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_interview.png b/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_interview.png new file mode 100644 index 00000000..5cd7846c Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/mosbius-feature/mosbius_interview.png differ diff --git a/assets/images/news/gf180mcu-run-1/mosbius-feature/rainbow_narrow2.svg b/assets/images/news/gf180mcu-run-1/mosbius-feature/rainbow_narrow2.svg new file mode 100644 index 00000000..dc3f6158 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/mosbius-feature/rainbow_narrow2.svg @@ -0,0 +1,144 @@ + + + +wafer.space diff --git a/assets/images/news/gf180mcu-run-1/openfasoc-sensors/analog_flow.png b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/analog_flow.png new file mode 100644 index 00000000..0a186c6f Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/analog_flow.png differ diff --git a/assets/images/news/gf180mcu-run-1/openfasoc-sensors/annotated_shot.png b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/annotated_shot.png new file mode 100644 index 00000000..4d3eedce Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/annotated_shot.png differ diff --git a/assets/images/news/gf180mcu-run-1/openfasoc-sensors/test_setup.png b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/test_setup.png new file mode 100644 index 00000000..fb7c559a Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/test_setup.png differ diff --git a/assets/images/news/gf180mcu-run-1/openfasoc-sensors/testing.png b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/testing.png new file mode 100644 index 00000000..2fc7c0a9 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/openfasoc-sensors/testing.png differ diff --git a/assets/images/news/gf180mcu-run-1/recent-publicity/shiny_sticker.svg b/assets/images/news/gf180mcu-run-1/recent-publicity/shiny_sticker.svg new file mode 100644 index 00000000..5af97b74 --- /dev/null +++ b/assets/images/news/gf180mcu-run-1/recent-publicity/shiny_sticker.svg @@ -0,0 +1,156 @@ + + + +Custom Silicon. Manufactured.wafer.space diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/3d_view.png b/assets/images/news/gf180mcu-run-1/tholin-feature/3d_view.png new file mode 100644 index 00000000..bcddd063 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/3d_view.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/as2650.png b/assets/images/news/gf180mcu-run-1/tholin-feature/as2650.png new file mode 100644 index 00000000..3aefe4cf Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/as2650.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/dip40.png b/assets/images/news/gf180mcu-run-1/tholin-feature/dip40.png new file mode 100644 index 00000000..658c15e9 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/dip40.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/dip40_wirebond.png b/assets/images/news/gf180mcu-run-1/tholin-feature/dip40_wirebond.png new file mode 100644 index 00000000..21de41a9 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/dip40_wirebond.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/ic1.png b/assets/images/news/gf180mcu-run-1/tholin-feature/ic1.png new file mode 100644 index 00000000..67599881 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/ic1.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/logo_bw.png b/assets/images/news/gf180mcu-run-1/tholin-feature/logo_bw.png new file mode 100644 index 00000000..e6bde964 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/logo_bw.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/multidie.png b/assets/images/news/gf180mcu-run-1/tholin-feature/multidie.png new file mode 100644 index 00000000..d460e228 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/multidie.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/multilayout.png b/assets/images/news/gf180mcu-run-1/tholin-feature/multilayout.png new file mode 100644 index 00000000..f5fed32b Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/multilayout.png differ diff --git a/assets/images/news/gf180mcu-run-1/tholin-feature/padout.png b/assets/images/news/gf180mcu-run-1/tholin-feature/padout.png new file mode 100644 index 00000000..fa57a49f Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tholin-feature/padout.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/current-run.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/current-run.png new file mode 100644 index 00000000..70c7acd6 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/current-run.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/previous-tt-version.jpeg b/assets/images/news/gf180mcu-run-1/tiny-tapeout/previous-tt-version.jpeg new file mode 100644 index 00000000..964280f2 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/previous-tt-version.jpeg differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tillitis-logo-std.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tillitis-logo-std.png new file mode 100644 index 00000000..05a7f5fd Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tillitis-logo-std.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tinytapeout-logo.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tinytapeout-logo.png new file mode 100644 index 00000000..a241495a Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tinytapeout-logo.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt03-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt03-gds.png new file mode 100644 index 00000000..e408a6f4 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt03-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt05-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt05-gds.png new file mode 100644 index 00000000..1694098d Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt05-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt06-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt06-gds.png new file mode 100644 index 00000000..e441f617 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt06-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt07-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt07-gds.png new file mode 100644 index 00000000..0aab26d4 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt07-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt09-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt09-gds.png new file mode 100644 index 00000000..5b9be2ed Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/tt09-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttihp0p1-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttihp0p1-gds.png new file mode 100644 index 00000000..5a35ec27 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttihp0p1-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25a-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25a-gds.png new file mode 100644 index 00000000..f198e71f Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25a-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25b-gds.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25b-gds.png new file mode 100644 index 00000000..6dd9c2f9 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/ttsky25b-gds.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/waferspace-rainbow-open.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/waferspace-rainbow-open.png new file mode 100644 index 00000000..55757f34 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/waferspace-rainbow-open.png differ diff --git a/assets/images/news/gf180mcu-run-1/tiny-tapeout/witcom-logo-std.png b/assets/images/news/gf180mcu-run-1/tiny-tapeout/witcom-logo-std.png new file mode 100644 index 00000000..5a200750 Binary files /dev/null and b/assets/images/news/gf180mcu-run-1/tiny-tapeout/witcom-logo-std.png differ