forked from DigilentInc/vivado-library
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip: Pmods: PmodCOLOR/RTCC minor bugfixes
re-added missing *_ooc.xdc file for PmodCOLOR removed duplicate driver .mdd and .tcl files for PmodRTCC
- Loading branch information
Showing
4 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
################################################################################ | ||
|
||
# This XDC is used only for OOC mode of synthesis, implementation | ||
# This constraints file contains default clock frequencies to be used during | ||
# out-of-context flows such as OOC Synthesis and Hierarchical Designs. | ||
# This constraints file is not used in normal top-down synthesis (default flow | ||
# of Vivado) | ||
################################################################################ | ||
create_clock -name s_axi_aclk -period 10 [get_ports s_axi_aclk] | ||
|
||
################################################################################ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.