Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
23edb2d7
Commit
23edb2d7
authored
Jul 02, 2019
by
Tiago Jorge
Browse files
Spell check on comments.
parent
a605d827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demo_CoRAMBAD_Brave_GR740_GNC/calling/calling.c
View file @
23edb2d7
...
@@ -15,7 +15,7 @@ char p_szGlobalState[] = "modeX";
...
@@ -15,7 +15,7 @@ char p_szGlobalState[] = "modeX";
// This variable will host at any time the current HW status associated with the respective Function Block.
// This variable will host at any time the current HW status associated with the respective Function Block.
// This status shall be updated by the HW reconfiguration manager commanding of the FPGA and FPGA status check,
// This status shall be updated by the HW reconfiguration manager commanding of the FPGA and FPGA status check,
// and can be one of: FPGA_READY, FPGA_RECONFIGURING, FPGA_ERROR, FPGA_DISABLED.
// and can be one of: FPGA_READY, FPGA_RECONFIGURING, FPGA_ERROR, FPGA_DISABLED.
// Status is kept per Function Block and not for the full FPGA, to accomodate for future work on partial reconfiguration of the HW accelerator.
// Status is kept per Function Block and not for the full FPGA, to accom
m
odate for future work on partial reconfiguration of the HW accelerator.
char
globalFpgaStatus_gnc
[
20
]
=
FPGA_READY
;
char
globalFpgaStatus_gnc
[
20
]
=
FPGA_READY
;
// Print any output only at the end of the test run (using sprintf to array), to avoid the usual real time degradation of console prints.
// Print any output only at the end of the test run (using sprintf to array), to avoid the usual real time degradation of console prints.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment