###################################################################### # Project for use with DTH P1V1 in a node slot, as back-end emulator # for backplane link development. ###################################################################### # Main project settings. setup settings.xdc # Base board and infrastructure definitions. include -c boards/dth_p1v1 dth_p1v1_top.d3 include -c boards/common dth_tcds_infra.d3 # User/project sources. src constants_board_function_version.vhd include -c functions/nodeemu top_nodeemu_5g.d3 ######################################################################