Copyright 2023 Google LLC
In the root of the shodan repo:
export ROOTDIR=`pwd` export titan_root=$ROOTDIR/hw/opentitan-upstream export PYTHONPATH=$ROOTDIR/hw/matcha/util:$titan_root/util:$titan_root/util/dvsim:$PYTHONPATH
cd $ROOTDIR/hw/matcha ./util/dvsim_matcha/dvsim.py ./hw/top_matcha/ip/dma/dv/dma_sim_cfg.hjson -i dma_smoke
Run in debug mode with -v d
option
Dump out waveform with -w fsdb
option