Skip to content

Commit c544adc

Browse files
markfoodyburtonmahmdkamel
authored andcommitted
Add gs_register based smmu500 with aarch64 and hexagon tests
Signed-off-by: Mark Burton <mburton@qti.qualcomm.com>
1 parent 53969ef commit c544adc

16 files changed

Lines changed: 5971 additions & 1 deletion

systemc-components/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ add_subdirectory(biflow_router)
2121
add_subdirectory(exiter)
2222
add_subdirectory(generic_lua_model)
2323
add_subdirectory(container_builder)
24+
add_subdirectory(smmu500)
2425
if(NOT WIN32)
2526
add_subdirectory(macs)
2627
add_subdirectory(component_constructor)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
gs_create_dymod(smmu500)
2+
3+
target_link_libraries(smmu500 PUBLIC
4+
gs_memory
5+
router
6+
reg_router
7+
)

0 commit comments

Comments
 (0)