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:
parent
80fcce64da
commit
93fae3c606
7 changed files with 292 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue