Skip to content

Commit 45ec30f

Browse files
committed
Add an explanatory comment to hps_accel/linker.ld
Signed-off-by: Jakub Piecuch <[email protected]>
1 parent a1300c6 commit 45ec30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proj/hps_accel/linker.ld

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ SECTIONS
1212
{
1313
_ftext = .;
1414
*(.text.start)
15+
/* Place the ConvPerChannel4x4() and LoadInput() functions sequentially
16+
* to prevent one from evicting the other from the instruction cache. */
1517
*/conv_accel.o(.text.*ConvPerChannel4x4*)
1618
*/blocks.o(.text.*LoadInput*)
1719
*(.text .stub .text.* .gnu.linkonce.t.*)

0 commit comments

Comments
 (0)