Skip to content
Snippets Groups Projects
Commit 7c3c7644 authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Migrate dependencies to new DTC Front End repository

parent e480f727
No related branches found
No related tags found
1 merge request!15Migrate dependencies to new DTC Front End repository
...@@ -31,10 +31,6 @@ sources: ...@@ -31,10 +31,6 @@ sources:
tclink: tclink:
commit: fda0bcf commit: fda0bcf
url: https://gitlab.cern.ch/HPTD/tclink.git url: https://gitlab.cern.ch/HPTD/tclink.git
l1tf:
branch: tschuh
url: https://gitlab.cern.ch/cms-uk-tracktrigger/firmware/l1tf.git
gbt-sc: gbt-sc:
tag: gbt_sc_4_1 tag: gbt_sc_4_1
...@@ -43,6 +39,10 @@ sources: ...@@ -43,6 +39,10 @@ sources:
dtc: dtc:
branch: master branch: master
url: https://gitlab.cern.ch/cms-tracker-phase2-data-processing/BE_firmware/dtc.git url: https://gitlab.cern.ch/cms-tracker-phase2-data-processing/BE_firmware/dtc.git
dtc-stub-processing:
branch: master
url: https://gitlab.cern.ch/cms-tracker-phase2-data-processing/BE_firmware/dtc-stub-processing.git
verilog-ethernet: verilog-ethernet:
tag: v1.0.0 tag: v1.0.0
......
set_property library ieee [get_files fixed_pkg_2008.vhd]
include -c dtc:top/common top.dep setup -f --cd ../cfg settings.tcl
include -c histogram:top histogram.dep
include -c dtc:dtc-fe/2S/5G-FEC12 module.dep
include -c dtc:dtc-fe/2S/5G-FEC12 framer.dep
include -c dtc-stub-processing:common tools.dep
src -c emp-fwk:components/payload ../ucf/emp_simple_payload.tcl
src -c ipbus-firmware:components/ipbus_slaves ipbus_dpram.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_reg_v.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_ctrlreg_v.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_reg_types.vhd
src -c ipbus-firmware:components/ipbus_core ipbus_dc_node.vhd
src -c ipbus-firmware:components/ipbus_core ipbus_dc_fabric_sel.vhd
include -c emp-fwk:boards/serenity/dc_ku15p dc_ku15p_sm1_v1.dep
include -c emp-fwk:components/links/fe_mgt/interface interface_gbt.dep
include -c emp-fwk:components/links/fe_mgt/interface interface_lpgbt.dep
include -c 10gb-ethernet:eth10g emp_eth10g.dep include -c 10gb-ethernet:eth10g emp_eth10g.dep
src emp_project_decl.vhd src emp_project_decl.vhd
...@@ -6,6 +23,7 @@ src emp_payload.vhd ...@@ -6,6 +23,7 @@ src emp_payload.vhd
src link_maps.vhd src link_maps.vhd
src ipbus_decode_emp_payload.vhd src ipbus_decode_emp_payload.vhd
src LinkAggregator.vhd src LinkAggregator.vhd
src fixed_pkg_2008.vhd
src --vhdl2008 TrackReconstructor.vhd src --vhdl2008 TrackReconstructor.vhd
src LinkCombiner.vhd src LinkCombiner.vhd
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment