Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
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
RTSD
HDL
Commits
3a77878f
Commit
3a77878f
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Added copy command to copy the .mif file
parent
141cf170
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!64
Resolve L2SDP-189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/ta2/bsp/hardware/ta2_unb2b_bsp/scripts/pre_flow_pr.tcl
+9
-3
9 additions, 3 deletions
...ns/ta2/bsp/hardware/ta2_unb2b_bsp/scripts/pre_flow_pr.tcl
with
9 additions
and
3 deletions
applications/ta2/bsp/hardware/ta2_unb2b_bsp/scripts/pre_flow_pr.tcl
+
9
−
3
View file @
3a77878f
...
...
@@ -108,7 +108,7 @@ if {[file exists "$::env(RADIOHDL_BUILD_DIR)/unb2b/quartus/$board_name/$board_na
exit 2
}
# Copy memory initialization file
# Copy memory initialization file
s
if
{[
file exists
"
$::env
(RADIOHDL_BUILD_DIR)/unb2b/quartus/
$board
_name/onchip_memory2_0.hex"
]
== 1
}
{
file copy -force $::env
(
RADIOHDL_BUILD_DIR
)
/unb2b/quartus/$board_name/onchip_memory2_0.hex onchip_memory2_0.hex
}
else
{
...
...
@@ -116,9 +116,15 @@ if {[file exists "$::env(RADIOHDL_BUILD_DIR)/unb2b/quartus/$board_name/onchip_me
post_message -type error
"quartus_config unb2b; run_qsys unb2b
$board
_name board.qsys"
post_message -type error
"Terminating pre-flow script"
exit 2
}
if
{[
file exists
"
$::env
(RADIOHDL_BUILD_DIR)/unb2b/quartus/
$board
_name/
$board
_name.mif"
]
== 1
}
{
file copy -force $::env
(
RADIOHDL_BUILD_DIR
)
/unb2b/quartus/$board_name/$board_name.mif $board_name.mif
}
else
{
post_message -type error
"It seems that the BSP has not been initialized yet, please execute the following commands and try again:"
post_message -type error
"quartus_config unb2b; run_qsys unb2b
$board
_name board.qsys"
post_message -type error
"Terminating pre-flow script"
exit 2
}
post_message
"Compiling
$revision
_name revision: generating and archiving board.qsys"
post_message
" qsys-generate -syn --family=
\"
Arria 10
\"
--part=
$device
_name board.qsys"
qexec
"qsys-generate -syn --family=
\"
Arria 10
\"
--part=
$device
_name board.qsys"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment