Skip to content
Snippets Groups Projects
Unverified Commit 047d9535 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Transform] set default Fclk to 10 ns

parent 56189836
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class CreateStitchedIP(Transformation):
The packaged block design IP can be found under the ip subdirectory.
"""
def __init__(self, fpgapart, clk_ns):
def __init__(self, fpgapart, clk_ns = 10.0):
super().__init__()
self.fpgapart = fpgapart
self.clk_ns = clk_ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment