It turns out that I was building the same image over and over again.
uhd_image_builder.py doesn't work out of the box for the e310 because
of the directory name change at top from e300 to e31x. I'd modified a
line:
build_dir = {
:
# 'e310':'e300',
'e310':'e31x',
:
This caused
uhd_image_builder.py window fft -d e310 -t E310_RFNOC -m 5
to generate a new rfnoc_ce_auto_inst_e310.v with every invocation but
then proceed to call the same old rfnoc_ce_auto_inst_e31x.v. that was
left over from some previous run.
I made link from the file that python generates to the one that the
Vivado build script wants and now images made from noc_block_*.v build
and enumerate to show correct modules.
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com