Skip to content
Snippets Groups Projects
  • 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 \
]