docs: write small guide for using pyosys

This commit is contained in:
Mohamed Gaber
2025-10-03 11:54:44 +03:00
parent 80fcce64da
commit 93fae3c606
7 changed files with 292 additions and 1 deletions
+1 -1
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