jeanthom / gram

DDR3 controller for nMigen (WIP)
Other
14 stars 1 forks source link

Limit the amount of exposed symbols in libgram #2

Closed jeanthom closed 4 years ago

jeanthom commented 4 years ago

This is the output of nm for libgram.a:

init.o:
         U dfii_initseq
         U dfii_setsw
00000000 T gram_init

memtest.o:
00000000 T gram_memtest

dfii.o:
00000000 t cdelay
00000044 T dfii_initseq
00000010 T dfii_setsw
00000000 t .L2
00000024 t .L7

We currently only need to expose gram_init and gram_memtest.