Ignore:
Timestamp:
Jan 20, 2015, 4:06:49 PM (9 years ago)
Author:
cfuguet
Message:

reconf: add external ROM in platform

  • The external ROM, which can be accessed through both IO Bridges, contains the bootloader program and some other utility functions which are used once the reconfiguration is performed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.desc

    r769 r926  
    4040                  cell_size = vci_cell_size_ext),
    4141
    42             # ROM
    43             Uses('caba:vci_simple_rom',
    44                   cell_size   = vci_cell_size_ext),
    45 
    4642            # Frame Buffer
    4743            Uses('caba:vci_framebuffer',
     
    7268                  cell_size = vci_cell_size_ext),
    7369
     70            # ROM
     71            Uses('caba:vci_simple_rom',
     72                  cell_size = vci_cell_size_ext),
     73
    7474            Uses('common:elf_file_loader'),
    7575            Uses('common:plain_file_loader'),
Note: See TracChangeset for help on using the changeset viewer.