Difference between revisions of "Open-Source Verification of Digital ASIC/FPGA Circuits"
m |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
* Speakers: Stefano Minigutti (SyoSil) | * Speakers: Stefano Minigutti (SyoSil) | ||
* email: stefano@syosil.com | * email: stefano@syosil.com | ||
* website: https://www.syosil.com/ | |||
==Downloads== | ==Downloads== | ||
* [[File: | * [[:File:Open-Source_Verification.pdf|Slides]] | ||
* [https://peertube6.f-si.org/w/q79MYhhhTgQE8N63RbxEAs Video recording] | |||
==Abstract== | ==Abstract== | ||
Line 24: | Line 26: | ||
* Open-Source advantages | * Open-Source advantages | ||
* Road ahead | * Road ahead | ||
==Software== | |||
===General information=== | |||
* Repository: [https://github.com/syosil/pyuvm_tb_example TB_example_GitHub] | |||
* White paper: [https://www.syosil.com/images/resources/osv_whitepaper-1.0.3.0.pdf OSV Whitepaper] | |||
<references /> |
Latest revision as of 15:30, 1 August 2024
- Speakers: Stefano Minigutti (SyoSil)
- email: stefano@syosil.com
- website: https://www.syosil.com/
Downloads
Abstract
Even though the methods for designing synchronous semiconductor devices like ASICs and FPGAs fundamentally remain unchanged for more than 25 years, the methods used verification of such designs have evolved rapidly, from writing simple directed tests towards massive coverage driven constrained random verification, as well as formal property checking of assertions (temporal logic).
Initially, these changes were driven by proprietary Closed-Source languages, running on commercial and expensive tooling, only available to exclusive engineering teams. Later such languages converged towards IEEE standardization, allowing interoperability across tools that stayed commercial, but still required massive investments in tooling. Especially ASIC/FPGA development teams have been unable to join this massive push of technology, still forced to write directed tests for verification.
Lately it seems the ASIC/FPGA engineering world finally benefits from the Open-Source revolution known from software development. Languages and libraries shift towards languages known from Open-Source (e.g. Python), and employment methods of these with Open-Source available tooling now finally allows a complete change.
This presentation will focus on:
- Used UVM libraries in python.
- Used Open-source simulation’s tools.
- Implementation of a UVM testbench using python UVM:
- Vertical reuse
- Randomization
- Coverage collection and report
- Reference model
- Differences and limitations compared to SV version
- Open-Source advantages
- Road ahead
Software
General information
- Repository: TB_example_GitHub
- White paper: OSV Whitepaper