OpenCores
URL https://opencores.org/ocsvn/ion/ion/trunk

Subversion Repositories ion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 231 to Rev 232
    Reverse comparison

Rev 231 → Rev 232

/ion/trunk/tools/build_pkg/build_pkg.py
241,7 → 241,7
target_filename = None
package_params = {
'bram_size': 1024,
'boot_bram_size': 1024,
'xram_size': 0,
'flash_size': 0,
'trigger_address': None,
307,9 → 307,9
for block in blocks:
if block.has_key('bin_filename'):
if block['bin_filename']:
(xcode, _, _, top) = read_bin_file(block['bin_filename']);
(xcode, size, _, top) = read_bin_file(block['bin_filename']);
block['data'] = xcode
block['top'] = top
block['top'] = size
else:
# Named block is empty
block['data'] = []

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.