The Python based verification framework for digital designs
In this tutorial, we look at cocotb, an upcoming popular verification framework that let's you control signals directly from python! (more…)
Read more »Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to single-figure summaries of quality, whether it’s lines of code, cyclomatic complexity, or the Pylint score. Personally, I think using these are … Read more