Zylin ZPU: 32 bit CPU with GCC toolchain
github.com
Zylin ZPU: 32 bit CPU with GCC toolchain
1–10 of 22 posts
Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#2Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#3Sadly it is mostly abandoned. But not only was it the smallest CPU with a gnu toolchain, there was also a port of linux no-mmu unto it!
Guessing a lot of toolchain / software rot?
Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#4Sadly it is mostly abandoned. But not only was it the smallest CPU with a gnu toolchain, there was also a port of linux no-mmu unto it!
Hi, what are the differences in this case between "abandoned" and "finished"? Guessing a lot of toolchain / software rot?
Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#5Sadly it is mostly abandoned. But not only was it the smallest CPU with a gnu toolchain, there was also a port of linux no-mmu unto it!
Also wasn't the original purpose of the project to create CPU with low-power consumption? And yet it was capable of 200mhz on 32 bit instructions if I'm not mistaken. Packs a punch , especially if it was designed for battery powered devices. What led it to get abandoned?
Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#6Sadly it is mostly abandoned. But not only was it the smallest CPU with a gnu toolchain, there was also a port of linux no-mmu unto it!
Truly sad. Open source project that is highly customizable, with users able to select the instruction set and data path that best suits their application, and the best part , developers can write programs for the ZPU using standard C (GNU Compiler Collection toolchain). Also wasn't the original purpose of the project to create CPU with low-power consumption? And yet it was capable of 200mhz on 32 bit instructions if…
Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#7Re: Zylin ZPU: 32 bit CPU with GCC toolchain
#8I've written Risc-V RV32I cores that are about the same size as this, or possibly smaller depending on how you count what the "core" is.