We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024a89a commit e63851dCopy full SHA for e63851d
examples/hooks/diamond.py
@@ -1,8 +1,8 @@
1
-"""Diamond example hooks."""
+"""Diamond hooks examples."""
2
3
from pyfpga.diamond import Diamond
4
5
-prj = Diamond(odir='../build/diamond')
+prj = Diamond()
6
7
hooks = {
8
"reports": """
0 commit comments