diff options
Diffstat (limited to 'src/usr/hwpf/fapi')
-rw-r--r-- | src/usr/hwpf/fapi/fapiTarget.C | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/hwpf/fapi/fapiTarget.C b/src/usr/hwpf/fapi/fapiTarget.C index 9546f3d23..e1b901e61 100644 --- a/src/usr/hwpf/fapi/fapiTarget.C +++ b/src/usr/hwpf/fapi/fapiTarget.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -148,7 +148,8 @@ bool Target::isChiplet() const TARGET_TYPE_MBA_CHIPLET | TARGET_TYPE_MCS_CHIPLET | TARGET_TYPE_XBUS_ENDPOINT | - TARGET_TYPE_ABUS_ENDPOINT)) != 0); + TARGET_TYPE_ABUS_ENDPOINT | + TARGET_TYPE_L4 )) != 0); } //****************************************************************************** |