Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.56 KB

Multi Project Harness

This is a proposal for handling multiple projects in the user project area of the Caravel harness

clone with --recursive to get the demo project seven segment seconds

You will also need cocotb and iverilog installed.

install iverilog from source git://github.com/steveicarus/iverilog.git
pip3 install cocotb

multi project harness diagram

multi project gds

Process of adding a new design

Context 1: add to multi-project-harness

  • add design as a submodule
  • add sources to includes.v
  • add sources to Makefile for cocotb test
  • add a test to the test_harness.py
  • add blackbox module definition to blackbox.v

Context 2: Caravel

Context 3: OpenLane

Each design is hardened (turned into a GDS2 layout) and then aggrated into the top module. See here for more info

Simulation / Verification

run a simulation of activating one design and then the next:

make sim
make gtkwave

run a formal proof that the mux is correct

make formal