Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scale-lab/PVTsensors
Designs for Process-Voltage-Temperature (PVT) Sensors with MCU
https://github.com/scale-lab/PVTsensors
electronics-resurgence-initiative microcontroller pvt sensor-designs
Last synced: 3 months ago
JSON representation
Designs for Process-Voltage-Temperature (PVT) Sensors with MCU
- Host: GitHub
- URL: https://github.com/scale-lab/PVTsensors
- Owner: scale-lab
- License: apache-2.0
- Created: 2019-01-14T18:28:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T19:16:15.000Z (over 4 years ago)
- Last Synced: 2024-07-31T19:17:55.966Z (6 months ago)
- Topics: electronics-resurgence-initiative, microcontroller, pvt, sensor-designs
- Language: C
- Homepage:
- Size: 3.71 MB
- Stars: 20
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PVTsensors
This repository contains a collection of open-source circuits and software tools for PVT monitoring in custom ICs. This work was supported by the DARPA POSH open-source hardware program, under the umbrella of the Electronics Resurgence Initiative.## Hardware Sensor Designs
The Sensors folder contains CMOS circuit designs for (1) an area- and power-efficient temperature sensor, (2) an area- and power-efficient CMOS supply voltage monitor, and (3) a critical path monitor.## Digital Infrastructure
The PVT system contains both the sensor designs and an embedded lightweight RISC-V core based on the PULPino. The Microcontroller/FPGA folder contains a tutorial on how to implement this microcontroller on a Xilinx development board.## System Software
The Microcontroller/Interface folder contains a preliminary proposed specification for an external interface to the PVT system.## Acknowledgements
This work was supported by the DARPA POSH open-source hardware program, under the umbrella of the Electronics Resurgence Initiative. Contributors include:- Sherief Reda (PI) (http://scale.engin.brown.edu/)
- Jacob Rosenstein (Co-PI) (http://rosenstein.engin.brown.edu)
- Shanshan Dai (PhD student)
- Sofiane Chetoui (PhD student)
- Steven Lian (PhD student)
- Caleb Tulloss (summer research assistant)