mithro | 5 months ago | on: Wafer.space – $7k USD for 1k custom chips
mithro's comments
mithro | 8 months ago | on: The era of full stack chip designers
There are a huge number of designs from Tiny Tapeout which are all public - see https://tinytapeout.com/runs/
The designs are still more in the MCU size, but you have to start somewhere!
The Google open MPW program also had 10 runs with 40 projects published at http://foss-eda-tools.googlesource.com/third_party/shuttle/ -- All the submissions had to be open source and there were 1000+ of those. I did try pitching to multiple Google Research groups that continuing the open MPW funding would grow the available designs which have been manufactured and that was useful for AI training but didn't get any bites.
The now defunct Efabless also ran a number of challenges in this space which got pretty good results, see https://efabless.com/challenges
mithro | 8 months ago | on: The era of full stack chip designers
Also take a look at the Open Source EDA BOF from the DAC conference - https://open-source-eda-birds-of-a-feather.github.io/
mithro | 2 years ago | on: Signal reflections in electronic circuits
mithro | 3 years ago | on: Tomu – A family of devices which fit inside your USB port
mithro | 3 years ago | on: Tomu – A family of devices which fit inside your USB port
mithro | 3 years ago | on: Tomu – A family of devices which fit inside your USB port
- The Fomu (FPGA Tomu) - https://fomu.im/ and https://workshop.fomu.im/
- The Qomu (ARM+eFPGA Tomu) - https://tomu.im/qomu.html
- The Somu (Secure Tomu) - https://www.crowdsupply.com/solokeys/somu
The Fomu is also a great RISC-V MCU prototyping platform.
mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop
Many configurations of VexRISCV work fine without using the DSP blocks (and has been working for 2+ years), so not sure that is relevant.
mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop
You can generally do quite a bit of parallelism, see the quad-core LiteX+VexRISCV solution at <https://antmicro.com/blog/2020/05/multicore-vex-in-litex/>.
mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop
The best place to see what works is the F4PGA examples documentation at <https://f4pga-examples.readthedocs.io/en/latest/building-exa...>.
If you want to start with fully open source tools on a Xilinx 7 series FPGA the best option is the Digilent Arty A35T board <https://digilent.com/shop/arty-a7-artix-7-fpga-development-b...>.
mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop
mithro | 3 years ago | on: Ask HN: Are there any companies that are doing interesting work in hardware?
The "new" FPGA companies like GowinSemi and RapidSilicon are also creating some pretty cool parts.
mithro | 4 years ago | on: VRoom A high end RISC-V implementation
mithro | 4 years ago | on: FPGA Interchange format to enable interoperable FPGA tooling
mithro | 4 years ago | on: FPGA Interchange format to enable interoperable FPGA tooling
The interchange format includes a computer readable description of the FPGA which tells the tooling what is available inside the FPGA and how they can be connected.
mithro | 4 years ago | on: FPGA Interchange format to enable interoperable FPGA tooling
mithro | 4 years ago | on: Renesas introduces sub 50 cents FPGA family with Yosys-based development tools
mithro | 4 years ago | on: Renesas introduces sub 50 cents FPGA family with Yosys-based development tools
Two examples that I have been loosely involved with; * Google's CFU playground which is all about profiling and adding small number of new OpCodes to build an accelerator for a specific ML model (http://cfu-playground.rtfd.io/). * The Fomu workshop (https://workshop.fomu.im) which walks though treating an FPGA like an embedded MCU where you can then modify the MCU!
mithro | 4 years ago | on: DDR4 memory protections are broken wide open by new Rowhammer technique
mithro | 4 years ago | on: Blacksmith – Rowhammer bit flips on all DRAM devices today despite mitigations
Think of it like OHS Park for silicon!
You provide a 20mm2 design in the open source GF180MCU technology and you get back 1,000 parts. You can used an existing template or build something completely yourself with either open source or proprietary tooling (no required pad ring or management CPU).