Skip to content
Snippets Groups Projects
Select Git revision
  • dd8c8cc3cd8902f0c13b4720840bc06b173d6b40
  • master default protected
  • dev
  • fix
  • feat-merge-filter
  • to_fwk
  • integrate
  • 1.3
  • 1.2.1
  • 1.2
  • 1.1.1
  • 1.1.0
12 results

add_files.tcl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    add_files.tcl 497 B
    # This will add sources files and import IP for the com_bpm bloc
    
    set module_root [file normalize [file dirname [file normalize [info script]]]/../]
    
    
    add_files "$module_root/hdl/combpm_protocol_electron_ctrl.vhd"
    add_files "$module_root/hdl/combpm_protocol_electron.vhd"
    add_files "$module_root/hdl/combpm_gtwrapper.vhd"
    add_files "$module_root/hdl/top_combpm_electron.vhd"
    
    add_files "$module_root/hdl/combpm_gtwrapper_CAENELS4SFP_1L_pkg.vhd"
    import_ip "$module_root/ip_cores/CAENELSSFP_1L.xci"