Black-tie Python: Formal verification with Amaranth: Difference between revisions
Jump to navigation
Jump to search
Psychogenic (talk | contribs) No edit summary |
Psychogenic (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
* Repository: [https://github.com/psychogenic/amaranth_testbench amaranth_testbench] | * 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 09:43, 11 July 2023

- 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
- TBD
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
- Repository: amaranth_testbench
- The software has been used in the following projects: Neptune (TinyTapeout 3 project)
- Slides: blacktiepython.odp (warning, kinda gigantic, because includes videos)