Skip to content

Commit cf8d6a4

Browse files
committed
Add an explanatory comment to hps_accel/linker.ld
1 parent a1300c6 commit cf8d6a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proj/hps_accel/linker.ld

Lines changed: 2 additions & 0 deletions
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)