[enco] Introduce MemoryContext class (#1180)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 24 Aug 2018 07:54:13 +0000 (16:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 24 Aug 2018 07:54:13 +0000 (16:54 +0900)
commitd4f1efdfda45daee8133f13f2f9e82a0e8593170
tree28e2ad8c391c5e4d125d921ed84165c6cda1742f
parent01e7bf92d4be8224cb6b6b443d5f02bbc08c9329
[enco] Introduce MemoryContext class (#1180)

This commit introduces MemoryContext class which manages expressions
that denote the base address and size of memory region dedicated to each
Bag.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/CppGen/MemoryContext.cpp [new file with mode: 0644]
contrib/enco/core/src/CppGen/MemoryContext.h [new file with mode: 0644]