Difference between revisions of "Black-tie Python: Formal verification with Amaranth"

From F-Si wiki
Jump to navigation Jump to search
Line 8: Line 8:


==Downloads==
==Downloads==
* TBD
 
* Repository: [https://github.com/psychogenic/amaranth_testbench amaranth_testbench]
* Slides: [https://inductive-kickback.com/downloads/blacktiepython.odp blacktiepython.odp] (warning, kinda gigantic, because includes videos)
 


==Abstract==
==Abstract==
Line 20: Line 23:
==Software==
==Software==
===General information===
===General information===
* Repository: [https://github.com/psychogenic/amaranth_testbench amaranth_testbench]
* The software has been used in the following projects: [https://github.com/psychogenic/neptune Neptune] (TinyTapeout 3 project)
* The software has been used in the following projects: [https://github.com/psychogenic/neptune Neptune] (TinyTapeout 3 project)
* Slides: [https://inductive-kickback.com/downloads/blacktiepython.odp blacktiepython.odp] (warning, kinda gigantic, because includes videos)




==References==
==References==
<references />
<references />

Revision as of 11:44, 11 July 2023

Black-tie Python: Formal Verification with Amaranth
  • Speaker(s): Pat Deegan
  • email: patd.fsic@psychogenic.net
  • other information:

Co-founder at Psychogenic Technologies, public videos on a variety of tech topics are available on youtube @psychogenictechnologies.

Downloads


Abstract

Bugs are bad. Bugs breed in design complexity, the dark corners of murky interactions and unintended consequences. We avoid them with clarity and hunt them down with verification tools.

Python and Amaranth aid intelligibility, sim and cover reveal specific courses through the state space. Bounded model checking illuminates the obscure recesses, highlighting sneaky paths,and induction can actually prove correctness. We'll go over examples of all this and introduce some useful tools and techniques along the way.


Software

General information

  • The software has been used in the following projects: Neptune (TinyTapeout 3 project)


References