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

metadata.tcl

Blame
    • BRONES Romain's avatar
      6e232755
      Major modifications · 6e232755
      BRONES Romain authored
      * GTHE COMMON must be outside IP (QPLL needed for other interfaces)
      * GTWizard created with TCL
      * GTWizard instantiated directly in top level
      6e232755
      History
      Major modifications
      BRONES Romain authored
      * GTHE COMMON must be outside IP (QPLL needed for other interfaces)
      * GTWizard created with TCL
      * GTWizard instantiated directly in top level
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    metadata.tcl 621 B
    set design "combpm"
    set top top_combpm_electron
    set part "xczu11eg-ffvc1760-2L-e"
    
    set vlnv_vendor "synchrotron-soleil.fr"
    
    set ip_properties [ list \
        vendor ${vlnv_vendor} \
        library "user" \
        name ${design} \
        version "1.0" \
        taxonomy "/Communication_&_Networking/Serial_Interfaces" \
        display_name "BPM Communication Decoder" \
        description "Decode CC protocol (Electron) from a transceiver interface and generate AXIS frames" \
        vendor_display_name "Synchrotron SOLEIL" \
        company_url "http://www.synchrotron-soleil.fr" \
        ]
    
    set family_lifecycle [list \
      zynquplus{${part}} Beta \
    ]