Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firmware
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-tdaq-felix
firmware
Merge requests
!277
Added support for non-engineering samples for FLX128 and FLX180 by using the TCL variable:
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added support for non-engineering samples for FLX128 and FLX180 by using the TCL variable:
phase2/FLX-1644_NonEngineeringSampleSupport
into
phase2/master
Overview
0
Commits
1
Pipelines
2
Changes
4
Merged
Frans Schreuder
requested to merge
phase2/FLX-1644_NonEngineeringSampleSupport
into
phase2/master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
set ENGINEERING_SAMPLE false
Closes
FLX-1644
👍
0
👎
0
Merge request reports
Compare
phase2/master
phase2/master (base)
and
latest version
latest version
e506546d
1 commit,
3 years ago
4 files
+
16
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
scripts/FELIX_top/FLX128_FELIX_import_vivado.tcl
+
3
−
0
Options
@@ -9,6 +9,9 @@ set PROJECT_NAME FLX128_FELIX
set BOARD_TYPE 128
set TOPLEVEL felix_top
#Set to true to use the -es1 device
#set ENGINEERING_SAMPLE true
#Import blocks for different filesets
source ../filesets/fullmode_toplevel_fileset.tcl
source ../filesets/crToHost_fileset.tcl
Loading