1
0
mirror of synced 2026-01-25 20:06:27 +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
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