Skip wrap memory

START tool usage, BFL flow, BII flow, memory grouping, advanced application
Post Reply
iSTART
Posts: 898
Joined: 08 Dec 2020, 15:53

Skip wrap memory

Post by iSTART »

In some applications, designer will wrap several memories. And this wrap will be treated as a memory. In BFL flow, for avoiding identifying the wrap as memory, designer can use parameter “skip_wrap_mem” to ignore this wrap module. And these wrap module will not list in the generated *.meminfo file.
If it has several wrap modules need to be ignore, Designer can also use vertical bar ”|” to separate these skip_wrap_mem modules.

For example:
A) “set skip_wrap_mem = xxx_wrap”
In this setting, the name of modules involves “xxx_wrap” will be ignored.
B) “set skip_wrap_mem = _wrap”
In this setting, the name of modules involves “_wrap” will be ignored.
start.jpg
start.jpg (95.37 KiB) Viewed 4522 times
start.jpg
start.jpg (95.37 KiB) Viewed 4522 times
Post Reply