summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_chip_open_pub.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/oct6100api/oct6100_chip_open_pub.h')
-rw-r--r--software/include/oct6100api/oct6100_chip_open_pub.h22
1 files changed, 20 insertions, 2 deletions
diff --git a/software/include/oct6100api/oct6100_chip_open_pub.h b/software/include/oct6100api/oct6100_chip_open_pub.h
index 2dbe988..1c1ee2e 100644
--- a/software/include/oct6100api/oct6100_chip_open_pub.h
+++ b/software/include/oct6100api/oct6100_chip_open_pub.h
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR43 $
+$Octasic_Release: OCT612xAPI-01.00-PR46 $
-$Octasic_Revision: 48 $
+$Octasic_Revision: 50 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -98,6 +98,7 @@ typedef struct _OCT6100_CHIP_OPEN_
BOOL fEnableChannelRecording;
BOOL fEnableProductionBist;
+ UINT32 ulProductionBistMode;
UINT32 ulNumProductionBistLoops;
} tOCT6100_CHIP_OPEN, *tPOCT6100_CHIP_OPEN;
@@ -165,6 +166,15 @@ typedef struct _OCT6100_API_GET_VERSION_
} tOCT6100_API_GET_VERSION, *tPOCT6100_API_GET_VERSION;
+typedef struct _OCT6100_API_GET_CAPACITY_PINS_
+{
+ UINT32 ulUserChipId;
+ PVOID pProcessContext;
+ UINT32 ulMemoryType; /* SDRAM or DDR type external memory. */
+ BOOL fEnableMemClkOut;
+ UINT32 ulMemClkFreq;
+ UINT32 ulCapacityValue;
+} tOCT6100_API_GET_CAPACITY_PINS, *tPOCT6100_API_GET_CAPACITY_PINS;
/************************** FUNCTION PROTOTYPES *****************************/
@@ -219,4 +229,12 @@ UINT32 Oct6100ProductionBist(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_PRODUCTION_BIST f_pProductionBist );
+UINT32 Oct6100ApiGetCapacityPinsDef(
+ tPOCT6100_API_GET_CAPACITY_PINS f_pGetCapacityPins);
+
+UINT32 Oct6100ApiGetCapacityPins(
+ tPOCT6100_API_GET_CAPACITY_PINS f_pGetCapacityPins );
+
+
#endif /* __OCT6100_CHIP_OPEN_PUB_H__ */
+