###################################################################### # Basic, golden image for the DTH P1V2. Does not do much, but allows # access to clock generators, retimers, etc. ###################################################################### # Main project settings. setup settings.xdc # Base board and infrastructure definitions. include -c boards/dth_p1v2 dth_p1v2_top.d3 include -c boards/common dth_tcds_infra.d3 # User/project sources. src constants_board_function_version.vhd include -c functions/golden top_golden.d3 ######################################################################