3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

docs: write small guide for using pyosys

This commit is contained in:
Mohamed Gaber 2025-09-30 10:30:11 +03:00
parent 80fcce64da
commit 93fae3c606
No known key found for this signature in database
7 changed files with 292 additions and 1 deletions

View file

@ -29,7 +29,7 @@ class CellStatsPass(ys.Pass):
plt.xticks(range(len(cell_stats)), list(cell_stats.keys()))
plt.show()
def py_clear_flags(self):
def clear_flags(self):
ys.log("Clear Flags - CellStatsPass\n")
p = CellStatsPass() # register