Skip to content
Snippets Groups Projects
Commit 75977fc4 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

arria2 pcie: use TCL to remove the bad generated SDC file

parent b52588a3
Branches
Tags
No related merge requests found
......@@ -15,3 +15,6 @@ foreach i $files {
file mtime "$dir/$i.qip" [file mtime "$dir/$i.vhd"]
}
}
# erase the broke SDC file that gets generated
open "$dir/arria2_pcie_hip.sdc" "w"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment