Skip to content

Commit e63851d

Browse files
committed
examples: remove odir specification in diamond (hooks)
1 parent 024a89a commit e63851d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hooks/diamond.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
"""Diamond example hooks."""
1+
"""Diamond hooks examples."""
22

33
from pyfpga.diamond import Diamond
44

5-
prj = Diamond(odir='../build/diamond')
5+
prj = Diamond()
66

77
hooks = {
88
"reports": """

0 commit comments

Comments
 (0)