Attention
This documentation is a work in progress. Expect to see errors and unfinished things.
fv README
Formal verification
This directory contains rules for formal verification with SymbiYosys:
f_pack_peripheral.v
: rules to verify a peripheral on the picorv32 busf_pack.sby
script to orchestrate verification of several peripheral modules (similar to a Makefile). Run it withsby f_pack.sby
to verify all modules, orsby f_pack.sby sfr_pack
to only verify the sfr_pack module.