|
1 | 1 |    |
2 | 2 |
|
3 | | -# STATUS: Working on a DIP40 version for [GF180MCU](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/). The chips from the second tapeout were delivered in summer 2025 and are currently being [tested](https://github.com/rejunity/test-z80-open-silicon/)! |
| 3 | +# WIP: DIP40 version for [GF180MCU](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/). |
| 4 | +# STATUS: The chips from the first two tapeouts were delivered in 2025, are [functional](https://github.com/rejunity/test-z80-open-silicon/) and are currently being [tested](https://github.com/hardesk/zxx-pcb)! |
4 | 5 | Watch FOSSi Z80 made with [Tiny Tapeout](https://tinytapeout.com) waking up and sending greetings: https://github.com/rejunity/test-z80-open-silicon/ |
5 | 6 |
|
6 | 7 | ## Tapeouts |
7 | | -- [x] **FUNCTIONAL!** The **first** silicon tapeout - 130 nm **SKY130** process via [Tiny Tapeout 7](https://tinytapeout.com/runs/tt07/tt_um_rejunity_z80) |
| 8 | +- [x] **FUNCTIONAL!** The **first** silicon tapeout - 130 nm **SKY130** node via [Tiny Tapeout 7](https://tinytapeout.com/runs/tt07/tt_um_rejunity_z80) |
8 | 9 | - [x] **DELIVERED/TESTING!** **All** 40 pin exposed, QFN64 package, 130 nm **SKY130** process via eFabless [CI2406 shuttle](https://github.com/rejunity/ci2406-rej-pommedeterrible-tholin) |
9 | | -- [ ] Multiplexed 24 pin, 130nm **SG13g2** process via IHP experimental [2024 shuttle](https://tinytapeout.com/runs/ttihp0p2/tt_um_rejunity_z80) |
10 | | -- [x] **DELIVERED!** Multiplexed 24 pin, 130nm **SG13g2** process via IHP [2025a shuttle](https://tinytapeout.com/runs/ttihp25a/tt_um_rejunity_z80) |
11 | | -- [ ] **WIP!!!** 40 pin COB "Chip on Board" DIP40 PCB, 180nm **GF180MCU** process via Wafer.Space [GF180MCU Run 1](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/) |
12 | | - |
| 10 | +- [ ] Multiplexed 24 pin, 130nm **SG13g2** node via IHP experimental [2024 shuttle](https://tinytapeout.com/runs/ttihp0p2/tt_um_rejunity_z80) |
| 11 | +- [x] **DELIVERED!** Multiplexed 24 pin, 130nm **SG13g2** node via IHP [2025a shuttle](https://tinytapeout.com/runs/ttihp25a/tt_um_rejunity_z80) |
| 12 | +- [ ] **WIP!!!** Classic DIP40 form factor with COB (Chip on Board), 180nm **GF180MCU** node via Wafer.Space [GF180MCU Run 1](https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/) |
13 | 13 |
|
14 | 14 | <p align="center" width="100%"> |
15 | 15 | <img width="610" height="802" alt="image" src="https://github.com/user-attachments/assets/f6fcc7f3-2906-4b2c-b2c7-284fb174358d" /> |
@@ -50,11 +50,11 @@ Below is the image of [GDSII](https://en.wikipedia.org/wiki/GDSII) integrated ci |
50 | 50 | - [x] Tapeout with the three different Open Source PDKs: |
51 | 51 | - [x] SKY130 [SkyWater Technology Foundry's 130nm node](https://github.com/google/skywater-pdk) |
52 | 52 | - [x] SG13 [IHP Foundry's BiCMOS 130nm node](https://github.com/IHP-GmbH/IHP-Open-PDK) |
53 | | - - [ ] **WIP** [Global Foundry's 180nm node](https://github.com/google/gf180mcu-pdk) |
| 53 | + - [ ] **WIP** GF180 [Global Foundry's 180nm node](https://github.com/google/gf180mcu-pdk) |
54 | 54 | - [x] Run [thorough tests](https://github.com/rejunity/test-z80-open-silicon) on a chip, summary: |
55 | | - - [x] Z80 works in general and communicates with RP2040 / RP2350 that serves as a RAM |
56 | | - - [x] **Fixed** 1 test [ZEXALL](https://mdfs.net/Software/Z80/Exerciser/) failing in general. |
57 | | - - [ ] 2 tests [ZEXALL](https://mdfs.net/Software/Z80/Exerciser/) failing on undocumented flags |
| 55 | + - [x] Z80 functions well and communicates with RP2040 / RP2350 serving as a RAM |
| 56 | + - [x] **Fixed** bug in DAA instruction, caugth by [ZEXDOC/ZEXALL](https://mdfs.net/Software/Z80/Exerciser/) test suitd |
| 57 | + - [ ] 2 tests [ZEXALL](https://mdfs.net/Software/Z80/Exerciser/) failing on undocumented flags. |
58 | 58 | - [x] Create a PCB adapter from QFN64 to DIP40 [https://github.com/hardesk/zxx-pcb] |
59 | 59 | - [ ] **WIP** Produce COB (Chip-on-Board) DIP40 PCB [https://github.com/rejunity/ws0-z80-open-silicon-gf180mcu] |
60 | 60 | - [ ] Thorough timing test of the input/output signals in compariston to original Z80 |
|
0 commit comments