Formal verification with yosys
  • Coq 86%
  • Verilog 13.4%
  • Makefile 0.6%
Find a file
2026-06-28 21:42:52 +03:00
gen feat: add files 2026-06-28 21:42:52 +03:00
lec feat: add files 2026-06-28 21:42:52 +03:00
rtl feat: add files 2026-06-28 21:42:52 +03:00
syn feat: add files 2026-06-28 21:42:52 +03:00
tech/osu035 feat: add files 2026-06-28 21:42:52 +03:00
.gitignore feat: add files 2026-06-28 21:42:52 +03:00
Makefile feat: add files 2026-06-28 21:42:52 +03:00
README.md feat: add files 2026-06-28 21:42:52 +03:00

Yosys formal verification guide

This project contains a cookbook for formal verification methods

App 1: Logic equivalence check

  • Synthesize and map a simple design under test (DUT) into the OSU 350nm technology
  • Run Yosys Logic Equivalence check (LEC) to prove functional equivalence of both circuits

Resources

Usage

  • Running synthesis: make dosyn
  • Running LEC: make dolec