Skip to content
Snippets Groups Projects

Resolve FLX-2479 "Phase2/ match fifo depth calculation"

Merged Frans Schreuder requested to merge phase2/FLX-2479_match_fifo_depth_calculation into phase2/master
7 files
+ 71
12
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 39
0
 
 
# This file is part of the FELIX firmware distribution (https://gitlab.cern.ch/atlas-tdaq-felix/firmware/).
 
# Copyright (C) 2001-2021 CERN for the benefit of the ATLAS collaboration.
 
# Authors:
 
# Nayib Boukadida
 
#
 
# Licensed under the Apache License, Version 2.0 (the "License");
 
# you may not use this file except in compliance with the License.
 
# You may obtain a copy of the License at
 
#
 
# http://www.apache.org/licenses/LICENSE-2.0
 
#
 
# Unless required by applicable law or agreed to in writing, software
 
# distributed under the License is distributed on an "AS IS" BASIS,
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
# See the License for the specific language governing permissions and
 
# limitations under the License.
 
 
#
 
# File import script for the FELIX hdl Vivado project
 
# Board: VCU128
 
#
 
 
source ../helper/clear_filesets.tcl
 
 
set PROJECT_NAME FLX155_WUPPER
 
set BOARD_TYPE 155
 
set TOPLEVEL wupper_oc_top
 
 
#Import blocks for different filesets
 
 
source ../filesets/wupper_fileset.tcl
 
source ../filesets/wupper_oc_fileset.tcl
 
source ../filesets/housekeeping_fileset.tcl
 
 
#Actually execute all the filesets
 
source ../helper/vivado_import_generic.tcl
 
 
puts "INFO: Done!"
Loading