commit | 53bee22af8a612b16be4339e2039b56d752278b9 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Sun Oct 11 14:52:01 2020 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Sun Oct 11 14:52:01 2020 -0400 |
tree | f827e9686bb80664fa0e425f1e121ef33c31002e | |
parent | 514dfd83c9d8143c6fb3a0cddff9b9abee15d09e [diff] |
Made a change to all of the testbench Makefiles to define PDK_PATH as the root of the PDK, and pass this to iverilog with the -I option. This lets the PDK location be passed to "make" when the testbench is run, and lets the top-level verilog not contain absolute paths to the PDK. Also: replaced the s8iom0s8.v with sky130_fd_io.v, which is currently just a hack since the pad names have not changed; I have just copied my I/O library file to the new location and file name.
A template SoC for Google SKY130 free shuttles. It is still WIP. The current SoC architecture is given below.
The managment SoC runs firmware taht can be used to:
The memory map of the management SoC is given below
This is the user space. It has limitted silicon area (???) as well as a fixed number of I/O pads (???). The repoo contains a sample mega project that contains a binary 32-bit up counter.
The firmware running on the Management Area SoC, configures the I/O pads used by the counter and uses the logic probes to observe/control the counter. Three firmware examples are provided: