Post Go back to editing

FPGA reference code for AD9213-10GEBZ-B and the ADS8-V1EBZ

Category: Hardware
Product Number: AD9213, AD9213-10GEBZ-B, ADS8-V1EBZ

I have purchased the AD9213 development kit, the AD9213-10GEBZ-B and the ADS8-V1EBZ. Is it possible to share the FPGA reference code for this design. Thanks in advance.

Parents
  • I received the FPGA package, but it seems 1 directory is missing, "embedded_src/microblaze_crt/" 

    This directory should have the following files to build the elf:

    ASSEM_SRCS += embedded_src/microblaze_crt/crt0.S
    ASSEM_SRCS += embedded_src/microblaze_crt/crtinit.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_exception_handler.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_program_clean.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_program_init.S

    OBJ_SRCS += embedded_src/microblaze_crt/crti.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtbegin.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtend.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtn.o

Reply
  • I received the FPGA package, but it seems 1 directory is missing, "embedded_src/microblaze_crt/" 

    This directory should have the following files to build the elf:

    ASSEM_SRCS += embedded_src/microblaze_crt/crt0.S
    ASSEM_SRCS += embedded_src/microblaze_crt/crtinit.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_exception_handler.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_program_clean.S
    ASSEM_SRCS += embedded_src/microblaze_crt/_program_init.S

    OBJ_SRCS += embedded_src/microblaze_crt/crti.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtbegin.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtend.o
    OBJ_SRCS += embedded_src/microblaze_crt/crtn.o

Children
No Data