flash_add_model(product_no, config, complete_func)
These are the arguments:
flash_create_memory(name, product_no, interleave, bus_width, files = [], queue = None, accept_smaller_reads = 1, accept_smaller_writes = 0, big_endian = 0)
The flash objects will be named, which makes them suitable for use in legacy components. New components should use the function flash_create_memory_anon instead.
Function arguments:
flash_create_memory_anon(product_no, interleave, bus_width, files = [], queue = None, accept_smaller_reads = 1, accept_smaller_writes = 0, big_endian = 0)
The flash objects will be anonymous, which makes them suitable for use in new components. Legacy components should use the function flash_create_memory instead.
Function arguments: