US20060190908A1 - Coding of FPGA and standard cell logic in a tiling structure - Google Patents

Coding of FPGA and standard cell logic in a tiling structure Download PDF

Info

Publication number
US20060190908A1
US20060190908A1 US11/375,891 US37589106A US2006190908A1 US 20060190908 A1 US20060190908 A1 US 20060190908A1 US 37589106 A US37589106 A US 37589106A US 2006190908 A1 US2006190908 A1 US 2006190908A1
Authority
US
United States
Prior art keywords
logic
fpga
standard cell
wire
rtl
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/375,891
Inventor
Stanislav Bajuk
Jack Smith
Sebastian Ventrone
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GlobalFoundries Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/375,891 priority Critical patent/US20060190908A1/en
Publication of US20060190908A1 publication Critical patent/US20060190908A1/en
Assigned to GLOBALFOUNDRIES U.S. 2 LLC reassignment GLOBALFOUNDRIES U.S. 2 LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTERNATIONAL BUSINESS MACHINES CORPORATION
Assigned to GLOBALFOUNDRIES INC. reassignment GLOBALFOUNDRIES INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GLOBALFOUNDRIES U.S. 2 LLC, GLOBALFOUNDRIES U.S. INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/34Circuit design for reconfigurable circuits, e.g. field programmable gate arrays [FPGA] or programmable logic devices [PLD]
    • G06F30/347Physical level, e.g. placement or routing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/398Design verification or optimisation, e.g. using design rule check [DRC], layout versus schematics [LVS] or finite element methods [FEM]

Abstract

A method and system for storing and modifying register transfer language (RTL) described logic types. Upon a declaration of a signal interconnect, a language extension of a register transfer language is defined for the signal interconnect based on the signal interconnect”s type. The language extensions allow different signal interconnect types, such as those used with field programmable gate arrays (FPGA) and standard cells, to be stored in a same file array hierarchy. This storage facilitates changing logic types, thus ultimately resulting in an integrated circuit (IC) that is either smaller (using more standard cells) or more flexible (using more FPGA cells). The transition from one RTL type to another is performed within the physical design cycle, in which wiring, timing and placement of components (information) is performed before masking out the final chip design.

Description

    BACKGROUND OF INVENTION
  • 1. Technical Field
  • The present invention relates in general to a field of logic design, and in particular to the partitioning and synthesis of field programmable gate array (FPGA) and standard cell logic. Still more particularly, the present invention relates to a method and system for dynamically shifting the boundary between FPGA and standard cell logic within a physically placeable block that can simultaneously hold both FPGA and standard cell elements
  • 2. Description of the Related Art
  • Building computer logic takes many steps before the computer logic is physically manufactured. The logic designer typically uses synthesis tools, such as register transfer languages (RTL) such as Verilog® and VHDL (Very-high-speed-integrated-circuit Hardware Descriptor Language) to describe, design and document electronic circuits. A typical RTL file includes a description of the interfaces to the logic and its behavior.
  • Two types of devices that can implement logic are FPGA (Field Programmable Gate Arrays) and Standard Cell. FPGAs use a 2-dimensional array of logic cells that are programmable, such that the FPGA functions as a custom integrated circuit (IC) that is modified by program code. Thus, a same FPGA can be alternately programmed to selectively perform the function of many different logic circuits. Typically, the programming of the FPGA is persistent until re-programmed at a later time. The persistent nature may be permanent (e.g., by blowing fuses in gates) or modifiable (by storing the programming code in a programmable memory). Standard cell, on the other hand, is hard-wired logic that is not modifiable after it is manufactured. Although it does not have the flexibility of a FPGA, standard cells is usually much faster than FPGA. Furthermore, FPGAs typically have many more gates and logic components than standard cells, since only a part of the FPGA circuit is typically used in any selected
  • A tile is a physically placeable block that contains some portion of FPGA (0% to 100%) and another portion of standard cell (0% to 100°%). By having the technology vendor's library offer several variations of tiles, all of which have the same outline size but different portions of FPGA and standard cell, the designer can repartition logic with a tile and replace it during the physical design phase with an alternate tile that represents the new partition. In addition, the library preferably contains tiles of smaller and larger sizes that can be selected to implement the logic in the appropriate amount of area on the IC.
  • The above, as well as additional objectives, features, and advantages of the present invention will become apparent in the following detailed written description.
  • BRIEF DESCRIPTION OF DRAWINGS
  • The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objects and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, where:
  • FIG. 1 a depicts a prior art in which separate register transfer language (RTL) files are created and maintained for FPGA and standard cell portions of a design;
  • FIG. 1 b illustrates a placeable logic tile composed of field programmable gate array (FPGA) logic and standard cell space logic;
  • FIG. 1 c depicts a complex hierarchical application specific integrated circuit (ASIC) design composed of many FPGA and standard cell files;
  • FIG. 2 illustrates a register transfer language (RTL) file that targets portions of a design to FPGA and other portions to standard cells as accomplished through the use of the present invention;
  • FIG. 3 is a table depicting new RTL wire type declarations as taught by the present invention;
  • FIGS. 4 a-c depict how a portion of a design is repartitioned to move from standard cell to FPGA using the wire types described in the present invention, where FIG. 4 a depicts an initial logic partitioning, FIG. 4 b shows a new partitioning requested by a design tool, and FIG. 4 c illustrates a final partition;
  • FIGS. 5 a-b illustrate options for partitioning a standard cell wire and an FPGA wire;
  • FIG. 6 is a flow-chart describing the design flow from initial RTL through synthesis, repartioning the FPGA/Standard Cell boundary to meet design constraints, and updating the RTL to reflect the new boundary; and
  • FIGS. 7 a-b depict a logic repartitioning step to accomplish either greater speed (with smaller size) or greater flexibility.
  • DETAILED DESCRIPTION
  • With reference now to FIG. 1 b, there is depicted a placeable logic tile composed of field programmable gate array (FPGA) 102 logic and standard cell 104 logic, as defined and understood by the teachings of the present invention. Such a placeable logic tile may be highly complex as contemplated by the present invention, as illustrated in FIG. 1 c.
  • With reference now to FIG. 2, there is depicted a single RTL file array 200 containing logic that is targeted to both FPGA and standard cell. FPGA logic 202 and standard cell logic 204 are able to reside in the same RTL file 200 since they have file extensions, described in detail below, defining the interconnects (“wires”) to each type of logic, thus allowing synthesis tools to recognize and handle each portion appropriately.
  • Unlike prior art RTL files in which only a single wire type (“wire”) was defined without regard to whether the design was targeted to FPGA or standard cell technology, the present invention defines multiple wire types, as shown in FIG. 3. RTL files under the present invention have extensions defining one of six different types of wires. A wire is defined as an RTL-specific interconnect type, such as an input node, an output node, or an internal connection node in a logic, that carries a logic signal (i.e., is not a power line).
  • Extension 302 (Swire) describes/defines a standard cell fixed wire, which cannot be modified to become an FPGA wire. Extension 304 (Fwire) describes/defines an FPGA wire, which cannot be modified to become a standard cell wire. Extension 306 (sFwire) describes an intermediate wire type, which, as described in more detail below, is an FPGA wire that can later be modified to become a standard cell wire. Extension 308 (fSwire) describes another intermediate wire type, which, as described below, is a standard cell wire that can later be modified to become an FPGA wire. Extension 310 (Sfwire) describes a standard cell wire, which can be modified to become an FPGA wire. Extension 312 (Fswire) describes an FPGA wire, which can be modified to become a standard cell wire.
  • With reference now to FIG. 4 a, there is depicted a block diagram of an initial logic partitioning having four example logics and their interconnect wires. Logic 3 is an FPGA logic, and as such has only FPGA type input wires, which as shown are two control lines (cntl1 and cntl2) identified and defined as Fswire's 312 a and 312 b. Also input into logic 3 is an 8-bit inbus identified as Fswire 312 c. Note that only Fswire defined wires are able to be input into an FPGA logic. The output of FPGA logic 3 is shown as node1 which is an Sfwire 310 a. That is, the output of the FPGA logic 3 does not have to be an FPGA wire; only the input to an FPGA logic must be an FPGA wire.
  • Sfwire 310 a is input into logic 2 a, which is a standard cell logic. Also input into logic 2 a is a control line (cntl3) identified and described as Sfwire 310 b. Analogous to an FPGA logic, a standard cell logic can take only standard cell inputs. Logic 2 a has an output at node2 identified and described as Fswire 312 f, which is one of the inputs to FPGA logic 4. The other input to FPGA logic 4 a is Fswire 312 g, coming from the node3 output of standard cell logic 1. The output from logic 4 is the outbus identified/described as Sfwire 310 c. Also shown in FIG. 4 a is Verilog®pseudo code describing this initial logic partitioning.
  • As each of the wires shown in FIG. 4 a are adjustable, this indicates that they can be transformed to an FPGA or standard cell wire if the logic to which they are input changes. In a preferred embodiment, however, such a transformation of wires takes two steps, an intermediate step and a final step, in order to allow the logic designer an opportunity to accept or reject the proposed wire changes. Such an intermediate step, along with pseudo code, is illustrated in FIG. 4 b. The only logic to be changed from that shown in FIG. 4 a is logic 2 b, which is now proposed as an FPGA logic cell. Logic 2 b must now have FPGA input wires, which are illustrated as proposed wires fSwire 308 a and fSwire 308 b.
  • FIG. 4 c illustrates the state of the logic shown in FIGS. 2 a-b after moving logic 2 to FPGA. If proposed fSwires 308 a and 308 b are accepted by the logic designer, then they are designated/defined as final wires Fswire 312 d and Fswire 312 e. Incremental synthesis of logic into FPGA is thus permitted as the inputs are now properly defined.
  • The process shown in FIGS. 4 a-c is summarized in FIG. 5 a. Sfwire 310 a was originally an input to a standard cell. A tool driven request is then made to move the standard cell into FPGA, resulting in the input to the new FPGA cell to be temporarily defined as fSwire 308 a. If the logic designer accepts the change, then the fSwire 308 a is redefined as Fswire 312 d, which it will remain (as an FPGA wire) unless another request comes in requesting the change it back into a standard cell wire.
  • FIG. 5 b describes a similar process as shown in FIG. 5 a, except that the process is used to redefine an FPGA wire into a standard wire. Thus, an FPGA Fswire 312, upon a tool driven request to move the logic, to which Fswire 312 is an input, from FPGA to a standard cell, redefines the Fswire 312 to the intermediate definition sFwire 306. If the logic designer accepts the change, then the sFwire 306 is redefined as final standard cell wire Sfwire 310, whose definition will remain unless a new request comes in the change back to FPGA logic.
  • Referring now to FIG. 6, there is illustrated a flow-chart of a process of utilizing the re-designation of wires to achieve an optimal logic chip. Starting at block 602, the initial coding with signal declarations is performed in the RTL file. That is, an original “layout” of the chip using FPGA and standard logic cells is defined in the RTL file. Using a retrieval process, known as “cone trace,” each portion of RTL code, both for FPGA and standard cells, is retrieved (block 604), and the standard cells and FPGA cells are mapped onto the technology (synthesized), whether that be an FPGA cell (defining code used to program the FPGA cell shown in block 608) or a standard cell (defining the layout of hard logic as shown in block 606). A preliminary decision is made (block 609) as to whether the design meets the overall circuitry requirements as defined by the circuit designer. If so, then the process ends. If not, then there is an incremental synthesis/repartitioning of the logic, as described in block 610, by moving at least a portion of the logic from one logic type to another (FPGA to standard cell or standard cell to FPGA) to meet the design requirements. Change suggestions are then made to reconcile the wire inputs to the newly defined logic partition (block 612), preferably using the fSwire or sFwire designations. If the logic designer accepts the changes (decision block 614) then the RTL file is updated with the new wire designation (Fswire or Sfwire), as described in block 616. If the designer does not accept the suggested change, then the designer can manually change the RTL and resynthesizes as needed to meet the design requirements (block 618).
  • The iterative process described above allows the logic designer to dynamically change the structure of the logic without manually having to delete wires and constructs from one RTL file (such as an FPGA file) and then re-building the deleted wires/constructs for the new logic in another RTL file (such as a standard cell file). The process described in FIG. 6 thus allows the logic designer to optimize the logic according to the need for flexibility or speed/size. Thus, as shown in FIG. 7 a, if the designer of logic tile 702 wishes to place more logic in standard cells to have a small die size and a faster chip (but at the expense of flexibility), then logic cells and their wires are moved from FPGA 702-F to standard cell space 702-S, resulting in a smaller FPGA 704-F and a slightly larger standard cell space 704-S, resulting in an overall faster and smaller logic tile 704. Similarly, as shown in FIG. 7 b, if the logic designer wishes to make logic tile 706 more flexible, then logic is moved from standard cell space 706-S to

Claims (3)

1-21. (canceled)
22. An array of placeable logic tiles, said array comprising:
a plurality of placeable logic tiles, each of said plurality of placeable logic tiles having a same outline size by a different amount of field programmable gate array (FPGA) and standard cell logic, wherein a first placeable logic tile from said plurality can replace a second placeable logic tile from said plurality to effectively more a boundary between the FPGA and standard cell logic within the tile.
23. A set of placeable logic tiles comprising:
a plurality of placeable logic tiles, each of said plurality of placeable logic tiles having a different outline size and a different amount of field programmable gate array (FPGA) and standard cell logic, wherein a first placeable logic tile can replace a second placeable logic tile of different outline size.
US11/375,891 2003-06-25 2006-03-15 Coding of FPGA and standard cell logic in a tiling structure Abandoned US20060190908A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/375,891 US20060190908A1 (en) 2003-06-25 2006-03-15 Coding of FPGA and standard cell logic in a tiling structure

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/604,071 US7080344B2 (en) 2003-06-25 2003-06-25 Coding of FPGA and standard cell logic in a tiling structure
US11/375,891 US20060190908A1 (en) 2003-06-25 2006-03-15 Coding of FPGA and standard cell logic in a tiling structure

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/604,071 Division US7080344B2 (en) 2003-06-25 2003-06-25 Coding of FPGA and standard cell logic in a tiling structure

Publications (1)

Publication Number Publication Date
US20060190908A1 true US20060190908A1 (en) 2006-08-24

Family

ID=33539875

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/604,071 Expired - Fee Related US7080344B2 (en) 2003-06-25 2003-06-25 Coding of FPGA and standard cell logic in a tiling structure
US11/375,891 Abandoned US20060190908A1 (en) 2003-06-25 2006-03-15 Coding of FPGA and standard cell logic in a tiling structure

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/604,071 Expired - Fee Related US7080344B2 (en) 2003-06-25 2003-06-25 Coding of FPGA and standard cell logic in a tiling structure

Country Status (1)

Country Link
US (2) US7080344B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100281446A1 (en) * 2009-04-30 2010-11-04 Taiwan Semiconductor Manufacturing Company, Ltd. Integrated Circuit Design using DFM-Enhanced Architecture
US20110072407A1 (en) * 2009-09-18 2011-03-24 International Business Machines Corporation Automatic Positioning of Gate Array Circuits in an Integrated Circuit Design
US9349699B2 (en) 2008-12-11 2016-05-24 Taiwan Semiconductor Manufacturing Company, Ltd. Front side copper post joint structure for temporary bond in TSV application

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7594204B1 (en) * 2003-10-06 2009-09-22 Altera Corporation Method and apparatus for performing layout-driven optimizations on field programmable gate arrays
US7376739B2 (en) * 2004-02-11 2008-05-20 International Business Machines Corporation Persistence of inter-application communication patterns and behavior under user control
US7373615B2 (en) * 2004-02-17 2008-05-13 International Business Machines Corporation Method for optimization of logic circuits for routability
US7178117B1 (en) * 2004-04-08 2007-02-13 Altera Corporation Apparatus and method for RTL based full chip modeling of a programmable logic device
US7373631B1 (en) * 2004-08-11 2008-05-13 Altera Corporation Methods of producing application-specific integrated circuit equivalents of programmable logic
US7386708B2 (en) * 2005-01-13 2008-06-10 Lenovo (Singapore) Pte Ltd. Secure hardware personalization service
US7774332B2 (en) * 2005-04-12 2010-08-10 International Business Machines Corporation Enabling interactive integration of network-accessible applications in a content aggregation framework
US20060289983A1 (en) * 2005-06-22 2006-12-28 Silent Solutions Llc System, method and device for reducing electromagnetic emissions and susceptibility from electrical and electronic devices
CN100451553C (en) * 2006-07-28 2009-01-14 武汉科技大学 Wide-voltage range signal shunt based on FPGA
US20090045839A1 (en) * 2007-08-15 2009-02-19 International Business Machines Corporation Asic logic library of flexible logic blocks and method to enable engineering change
US20090045836A1 (en) * 2007-08-15 2009-02-19 Herzl Robert D Asic logic library of flexible logic blocks and method to enable engineering change
US8584062B2 (en) 2011-10-27 2013-11-12 Apple Inc. Tool suite for RTL-level reconfiguration and repartitioning
US9293450B2 (en) * 2014-07-22 2016-03-22 Freescale Semiconductor, Inc. Synthesis of complex cells
US20200293707A1 (en) * 2020-06-01 2020-09-17 Intel Corporation Programmable integrated circuit underlay

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5594363A (en) * 1995-04-07 1997-01-14 Zycad Corporation Logic cell and routing architecture in a field programmable gate array

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5995730A (en) * 1997-05-23 1999-11-30 Lsi Logic Corporation Method for generating format-independent electronic circuit representations
US6178541B1 (en) * 1998-03-30 2001-01-23 Lsi Logic Corporation PLD/ASIC hybrid integrated circuit
US6519754B1 (en) * 1999-05-17 2003-02-11 Synplicity, Inc. Methods and apparatuses for designing integrated circuits
US6614267B2 (en) * 2000-12-01 2003-09-02 Kabushiki Kaisha Toshiba Electronic circuit device and hybrid integrated circuit with an ASIC and an FPGA
US6779158B2 (en) * 2001-06-15 2004-08-17 Science & Technology Corporation @ Unm Digital logic optimization using selection operators

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5594363A (en) * 1995-04-07 1997-01-14 Zycad Corporation Logic cell and routing architecture in a field programmable gate array

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9349699B2 (en) 2008-12-11 2016-05-24 Taiwan Semiconductor Manufacturing Company, Ltd. Front side copper post joint structure for temporary bond in TSV application
US20100281446A1 (en) * 2009-04-30 2010-11-04 Taiwan Semiconductor Manufacturing Company, Ltd. Integrated Circuit Design using DFM-Enhanced Architecture
US8631366B2 (en) * 2009-04-30 2014-01-14 Taiwan Semiconductor Manufacturing Company, Ltd. Integrated circuit design using DFM-enhanced architecture
US20110072407A1 (en) * 2009-09-18 2011-03-24 International Business Machines Corporation Automatic Positioning of Gate Array Circuits in an Integrated Circuit Design
US8276105B2 (en) 2009-09-18 2012-09-25 International Business Machines Corporation Automatic positioning of gate array circuits in an integrated circuit design

Also Published As

Publication number Publication date
US20040268288A1 (en) 2004-12-30
US7080344B2 (en) 2006-07-18

Similar Documents

Publication Publication Date Title
US20060190908A1 (en) Coding of FPGA and standard cell logic in a tiling structure
EP0910027B1 (en) Mapping heterogeneous logic elements in a programmable logic device
US10268797B2 (en) Architectural physical synthesis
US5838583A (en) Optimized placement and routing of datapaths
US8966415B2 (en) Architectural physical synthesis
US6370677B1 (en) Method and system for maintaining hierarchy throughout the integrated circuit design process
US8001509B2 (en) Method for programming a mask-programmable logic device and device so programmed
US6470486B1 (en) Method for delay-optimizing technology mapping of digital logic
US6993738B2 (en) Method for allocating spare cells in auto-place-route blocks
EP0701713A1 (en) Field programmable logic device with dynamic interconnections to a dynamic logic core
US20050268269A1 (en) Methods and systems for cross-probing in integrated circuit design
US5790882A (en) Programmable logic device placement method utilizing weighting function to facilitate pin locking
KR20030016210A (en) Method for implementing a physical design for a dynamically reconfigurable logic circuit
US20050268268A1 (en) Methods and systems for structured ASIC electronic design automation
US6091892A (en) Method for mapping product terms in a complex programmable logic device
US20010034593A1 (en) Adaptable circuit blocks for use in multi-block chip design
US5625567A (en) Electronic circuit design system and method with programmable addition and manipulation of logic elements surrounding terminals
JP2001357090A (en) Method and device for synthesizing logic
JP2001188817A (en) Logic synthesizer, logic synthesis method, computer readable recording medium having logic synthesis program and stored therein method for manufacturing circuit
US6018622A (en) Method for reducing circuit area by grouping compatible storage devices
US7757193B2 (en) Structure cluster and method in programmable logic circuit
JPH11242695A (en) Method for mapping different kind of logic element in programmable logic device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE

AS Assignment

Owner name: GLOBALFOUNDRIES U.S. 2 LLC, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:036550/0001

Effective date: 20150629

AS Assignment

Owner name: GLOBALFOUNDRIES INC., CAYMAN ISLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GLOBALFOUNDRIES U.S. 2 LLC;GLOBALFOUNDRIES U.S. INC.;REEL/FRAME:036779/0001

Effective date: 20150910