###################################################################### # Basic, golden image. Does not do much, but allows access to clock # generators, retimers, etc. ###################################################################### # User/project sources. src constants_golden.vhd src dth_tcds_user_main.vhd src -c boards/common dth_tcds_user_leds.vhd # User/project constraints. src --cd ../xdc bitstream_golden.xdc src -c boards/common --cd ../xdc unused_tcds_backplane.xdc src -c boards/common --cd ../xdc unused_tcds_frontpanel.xdc src -c boards/common --cd ../xdc unused_tcds_daq_fpga.xdc # Address tables. addrtab -t -c boards/common dth_tcds_top.xml addrtab -t dth_tcds_user_main.xml # Address decoders. src -c boards/common ipbus_decode_dth_tcds_top.vhd src ipbus_decode_dth_tcds_user_main.vhd ######################################################################