Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/preview-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ jobs:
--exclude=".*hawaii\.edu.*" \
--exclude=".*timeanddate\.com.*" \
--exclude=".*mabrains\.com.*" \
--exclude=".*reddit\.com.*" \
--exclude=".*electronics-lab\.com.*" \
--exclude=".*docs\.google\.com.*" \
--exclude=".*matrix\.to.*" \
--exclude=".*tinytapeout\.com/chips/silicon-proven.*" \
--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" \
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-10-27-getting-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PDK development, analog & digital design, physical design & layout, desi

<img src="{{ "/assets/images/news/getting-help/precision-logo-std-rounded.png" | relative_url }}" alt="precision-logo-std-rounded" class="img-fluid rounded">

#### [Precision Innovations](https://wafer.space/design-help.html#precision-innovations) · *USA*
#### [Precision Innovations](https://wafer.space/design-help.html#precision) · *USA*

Primary developers of OpenROAD, offering commercial support, custom development, training &amp; education, and rapid turnaround design flows. If you're using OpenROAD and need expert tool support, these are the people who built it.

Expand All @@ -96,7 +96,7 @@ Primary developers of OpenROAD, offering commercial support, custom development,

<img src="{{ "/assets/images/news/getting-help/slice-logo-std-rounded.png" | relative_url }}" alt="slice-logo-std-rounded" class="img-fluid rounded">

#### [SLICE Semiconductor](https://wafer.space/design-help.html#slice-semiconductor) · *Ireland*
#### [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.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-11-11-chip-on-board-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ An alternate version is also available that organizes pins by signal type. This

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/2024/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.
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.

Expand Down
Loading