tools: add json schema for idf_size

This commit is contained in:
simon.chupin
2021-10-14 16:22:27 +02:00
parent 6ef6c2a2c7
commit cd5e830445
5 changed files with 6021 additions and 386 deletions
-1
View File
@@ -569,7 +569,6 @@ class StructureForSummary(object):
r = StructureForSummary()
diram_filter = filter(in_diram, segments)
# TODO: We assume all DIRAM region are covered by both I/D segments. If not, the total size cannot be calculated accurately. Add check for this.
r.diram_total = int(get_size(diram_filter) / 2)
dram_filter = filter(in_dram, segments)