Energy Harvesting SoC

Overview

As part of the 18-725 Advanced Digital Integrated Circuit Design class and with a group of 2 other students, we successfully brainstormed, designed, ran through the flow, and taped out a mixed signal chip on TSMC 28nm. The chip features a custom RISC-V core with the ability to halt and transparently resume execution in the case of low power, a custom synthesizable 10 bit ADC designed, laid out, and pushed through flow by myself as a Digital-on-Top setup, and logic to store ADC values to offboard FRAM during low power states while the core is disabled.


Features

  • TSMC 28nm Process
  • Full tapeout on team of 3, with custom design
  • 32bit RISC-V core w/ F and M extensions
    • 1KiB instruction cache
    • 1KiB data cache
    • 100MHz core clock
    • Power loss resilient: non-volatile RAM, stores CPU state (PC, registers, etc)
    • Clock gated for shutoff in low power scenarios
    • SPI I/O
  • Custom synthesizable 10-bit ADC
    • 1kHz sampling rate
    • 2069um^2 area
    • 7uW avg power usage
    • 3.32bit INL, 4.25bit DNL
  • 6.591mW core on power usage, 3.67mW core off power usage

Operation

The chip is designed to be used in areas of low-energy availability, where the only energy source is harvested energy such as from solar panels, that gets stored in a supercapacitor or battery. The advantage of this setup is that these devices, which are frequently used to log data and inform decisions, don't need complicated infrastructure to be setup, and can run for years. The challenges with this setup is the reliability of energy, requiring that any chips use low power and are ready to shutoff to conserve power. Our chip has a programmable RISC-V CPU core that allows arbitrary workloads and edge computing to be done, but this core is only enabled when a signal to the core indicates that there is enough energy available. If there is not, then the entire state of the CPU is saved so that on next power on, the CPU can resume transparently and without needing to know that it was ever shutoff. When the core is turned off, our ADCs connect directly to offchip non-volatile memory so that data can still be collected and transmitted once enough energy is available, ensuring that there is no data loss. Our custom synthesizable ADCs have the advantage of using very little energy, as low as 7uW, with acceptable accuracy. Given the applications of sensing the environment, the low sampling rate is an acceptable tradeoff for this performance. This mixed signal ADC was modeled in Verilog-AMS, laid out with some hand layout together with synthesized digital logic for controlling the SAR ADC, and all validated with spectre.

Address


United States of America