15 lines
314 B
C
15 lines
314 B
C
|
/* soc.c - system/hardware module for nsim */
|
||
|
|
||
|
/*
|
||
|
* Copyright (c) 2016 Synopsys, Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* This module provides routines to initialize and support board-level hardware
|
||
|
* for the ARC EM Starter kit board.
|
||
|
*
|
||
|
* Nothing to be done for now.
|
||
|
*/
|