Skip to content
Snippets Groups Projects
Commit a5de4f75 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Transform] remove default clk_ns from CreateStitchedIP

parent 781217d3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class CreateStitchedIP(Transformation):
The packaged block design IP can be found under the ip subdirectory.
"""
def __init__(self, fpgapart, clk_ns=10.0, ip_name="finn_design", vitis=False):
def __init__(self, fpgapart, clk_ns, ip_name="finn_design", vitis=False):
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