mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #4058 from povik/fix-py-example
This commit is contained in:
commit
2858c33f68
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from pyosys import libyosys as ys
|
||||
import libyosys as ys
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue