AMS Designer Migration, Usability, and Performance Improvements

Total Page:16

File Type:pdf, Size:1020Kb

AMS Designer Migration, Usability, and Performance Improvements AMS Designer Migration, Usability, and Performance Improvements Cadence Design Systems Indu Jain, Tina Najibi, Lei Song, Junwei Hou, Vijay Setia, Poonam Singhal Presented at AMS Designer from SpectreVerilog: Migration and Usability Improvements Indu Jain Tina Najibi Lei Song Junwei Hou Vijay Setia Poonam Singhal which is becoming critical as more and more ABSTRACT digital IP adheres to that standard. Furthermore, whereas in the 90s almost all mixed-signal design was created by Analog designers in the Virtuoso ® AMS Designer (AMSD) contains a Virtuoso ® Analog Design Environment (ADE), wide breadth of state of the art features today an increasing number of digital designers exceeding those of other solutions such as and verification engineers are required to run SpectreVerilog. In spite of this, many customers mixed-signal full chip simulations on the continue to use SpectreVerilog, as the migration command line. This is an area where path from SpectreVerilog to AMSD contains a SpectreVerilog is rarely, if ever, used and in fact number of barriers and ease of use issues. This was not created to meet this need. paper will discuss the solutions to barriers such as PDK conversion, design modifications and AMS Designer (AMSD), on the other hand, was verilog text usage. Additionally, this session will created to meet the demands of full chip present performance gains as well as usability simulations on the command line as well as the and debugability improvements. The demands of Analog designers in ADE. AMSD is introduction of a new netlister in the AMSD flow a feature and language rich simulator, built on (the OSS netlister) and a new simulator flow the NC technology using the latest language makes these solutions possible. Additionally standards. there have been key performance improvements in the AMSD simulator itself. The final section So why are some customers still using of the paper will walk the participants through SpectreVerilog and not the acknowledged better the greatly simplified migration process and will solution, AMSD? There are a number of present the specific performance improvements migration barriers that makes it difficult for a compared to SpectreVerilog. This new designer to migrate to AMSD. This paper will methodology will enable customers to quickly walk through the issues and solutions. The paper move to the feature and language rich AMSD will also discuss another important topic – with minimal effort, thereby greatly increasing usability and debugability and how these issues designer productivity. Depending on a number of are solved. In the final section an example will factors, defined in the paper, the migration to be presented using SpectreVerilog and then AMSD can be cut down from a month to less AMSD, demonstrating the greatly simplified than a day. Designer productivity is further path to using AMSD. bolstered by the improvements in usability, debugability and performance. All of these will be presented in the paper along with a PDK ISSUES performance comparison. The first task a new AMSD user faces is PDK conversion. AMSD’s cell based netlister INTRODUCTION (amsdirect) requires that specific AMSD information (ams simInfos and ams specific SpectreVerilog has been widely used since the netlist procedures) be created in the PDK. A early 1990s and for the most part, it performs the conversion toolbox is available to convert the tasks an Analog designer needs. However, spectre views in a PDK to ams simInfos. For the SpectreVerilog is starting to run out of steam. most part this tool works fine, although there SpectreVerilog does not support the new could be cases that require manual intervention. languages such as Verilog-AMS and VHDL- All spectre-specific netlist procedures need to be AMS and does not support key functionality manually rewritten for AMSD. This can take such as bi-directional ports. Verilog-XL does time, especially if the original author of the not support the latest Verilog 2001 standard, spectre netlist procedures is no longer available. Debugging the ams simInfos and netlist SpectreVerilog config will not work for AMSD procedures can also be time consuming, with the cell based netlister. This issue is solved especially if the issue is not discovered until the with OSS, as the same SpectreVerilog config elaborator or simulator either fails or gets works for AMSD without requiring any changes. incorrect results. Once the ams simInfos and netlist procedures have been added and A second difference is in the netlisted line itself. debugged, the designer is ready to use AMSD. The Spectre netlister ignores the CDF parameter However, the amount of time to complete the type. Regardless of whether a parameter type is PDK conversion can often take days to rarely string or float, it is printed as a number without months depending on a number of factors quotes. The AMSD cell based netlister prints ranging from the number of custom netlist the values according to the CDF parameter type. procedures that need to be written to something Floats are printed without quotes and strings are as simple as lack of write access to the PDK. printed with quotes. This presents another The PDK conversion step can therefore be a migration issue as many CDF parameter types migration barrier for some customers. are strings, which works for Spectre, but then fails for AMS, as the cell based netlister prints To address this issue, an OSS netlister for these numbers in quotes. This problem has two AMSD was created. The OSS netlister uses the issues. The first issue is the fact that there may standard spectre views and netlist procedures and be no warning when this happens. The AMSD is the same netlister used for Virtuoso ® Spectre simulator can take the value of the quoted string ® Circuit Simulator, Virtuoso ® UltraSim Full- to be the parameter value. For example, chip Simulator or SpectreVerilog.. If the PDK depending on how it is used, a quoted zero (“0”) works for Spectre or SpectreVerilog, it will work has the value of 560. So the AMSD simulator for AMS. The OSS netlister completely could use the value of 560 when the designer eliminates the PDK conversion step thereby intended the value to be 0. Depending on where eliminating much of the initial setup and debug that value is used, this can result in hard to time. debug, incorrect results. The second issue is the task of correcting all the parameter types once LIBRARY SETUP ISSUES the problem is discovered. This problem is fixed with the OSS netlister, in that it will not place The AMSD cell based netlister creates the netlist quotes around numbers, ignoring the CDF for each cell within the 5X library structure. parameter type, as does the Spectre netlister. Often, the library is read only and the designer can not write into it. This can be resolved by The goal of the OSS netlister is to ensure that the using temporary (explicit TMP, AllLibs, implicit same PDK, cds.lib, config, CDF and design that TMP) directories. Using explicit TMP or works for Spectre or SpectreVerilog will work AllLibs requires modification of the cds.lib file for AMS without any design or library changes. and is another step needed for AMS that is not needed for SpectreVerilog. INCLUDING VERILOG The OSS netlister does not write into the library, Including Verilog text libraries or directories is instead the netlist is written as one file in the another area that makes it difficult to migrate to netlist directory, and therefore does not need AMSD. Verilog is included in the TMP directories of any kind. This results in one SpectreVerilog flow using the library file (-v) less minor setup step. and library directory (-y) options. This works fine with Verilog-XL, but does not work NETLISTING DIFFERENCES efficiently with the ncvlog, ncelab and ncsim (3- step) flow. There are several ways in which text In addition to PDK conversion and minor can be included in the 3-step flow, but these changes to the cds.lib to account for TMP differ with how text is included in the directories, there are a few netlisting differences SpectreVerilog flow. that the designer may need to resolve when using the cell based netlister for AMSD. The first This problem is solved with the integration of the difference is the config itself. A designer needs NC-Verilog ® Simulator (1 step) that works with to create a new config for AMSD, as the the OSS netlister. Ncverilog uses the –y/-v options as does SpectreVerilog. First, there is a concentrated effort within the AMSD simulator itself to improve error DEBUGGING messages to more clearly explain the issue and what can be done to fix it. Second, ADE now When everything works, it usually does not contains an ‘Error Explanation’ GUI. This GUI matter where the files are located or what format will provide additional information for most they are in. It doesn’t matter if there is one netlist error mnemonics. For a group of mnemonics file or hundreds of netlist files. However, when more information for an ADE designer is there is an problem, and the designer feels he presented followed by the ‘nchelp’ output. For needs to look at the netlist file to debug that other mnemonics, the ‘nchelp’ output is problem, these factors all become important. provided. Along the same lines, another benefit of the OSS netlister is the fact that since it is the With the cell based netlister, the actual netlists same netlister that is used for SpectreVerilog, the (one netlist per cell) (vams files) are created messages that it prints should be familiar. within the lib/cell/view structure itself. If something goes wrong, there is no ‘one place’ to PERFORMANCE check the netlist file. This is somewhat made IMPROVEMENTS easier in ADE with the fact that all these separate netlist files are concatenated into one file – AMSD uses Verilog-AMS connect modules for however, this is not the file that is actually more flexible and accurate analog-digital simulated and it may contain name clashes interface modeling.
Recommended publications
  • SPICE2 – a Spatial Parallel Architecture for Accelerating the SPICE Circuit Simulator
    SPICE2 { A Spatial Parallel Architecture for Accelerating the SPICE Circuit Simulator Thesis by Nachiket Kapre In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy California Institute of Technology Pasadena, California 2010 (Submitted October 26, 2010) c 2010 Nachiket Kapre All Rights Reserved ii Abstract Spatial processing of sparse, irregular floating-point computation using a single FPGA enables up to an order of magnitude speedup (mean 2.8× speedup) over a conven- tional microprocessor for the SPICE circuit simulator. We deliver this speedup us- ing a hybrid parallel architecture that spatially implements the heterogeneous forms of parallelism available in SPICE. We decompose SPICE into its three constituent phases: Model-Evaluation, Sparse Matrix-Solve, and Iteration Control and parallelize each phase independently. We exploit data-parallel device evaluations in the Model- Evaluation phase, sparse dataflow parallelism in the Sparse Matrix-Solve phase and compose the complete design in streaming fashion. We name our parallel architec- ture SPICE2: Spatial Processors Interconnected for Concurrent Execution for ac- celerating the SPICE circuit simulator. We program the parallel architecture with a high-level, domain-specific framework that identifies, exposes and exploits parallelism available in the SPICE circuit simulator. Our design is optimized with an auto-tuner that can scale the design to use larger FPGA capacities without expert intervention and can even target other parallel architectures with the assistance of automated code-generation. This FPGA architecture is able to outperform conventional proces- sors due to a combination of factors including high utilization of statically-scheduled resources, low-overhead dataflow scheduling of fine-grained tasks, and overlapped processing of the control algorithms.
    [Show full text]
  • Client-To-Site VPN
    Barracuda CloudGen Firewall Client-to-Site VPN https://campus.barracuda.com/doc/41116193/ With client-to-site VPNs, mobile workers can remotely access corporate information resources. VPNs provide access without the bandwidth, scalability, and manageability limitations of RAS implementations. With the Barracuda NG Firewall, you can set up the following types of client-to-site VPNs: Barracuda TINA TINA is a Barracuda Networks proprietary VPN protocol. It offers a secure end-to-end solution that does not require additional third-party software or input. Every Barracuda NG Firewall includes a root- level Certificate Authority (CA), letting you create, delete, and renew X.509 certificates for strong authentication. TINA offers substantial improvement over the IPsec protocol. It provides the following: High level of security. For supported encryption standards, see Authentication, Encryption, and Transport. A full-featured Certificate Authority (CA) for TINA VPNs on every Barracuda NG Firewall, for use of self-signed certificates. X.509 certificate-based VPN authentication with password request. Immunity to NAT or proxy (HTTPS, SOCKS) traversal. Supported VPN Clients The following VPN clients are supported for use with Barracuda VPNs: Barracuda VPN Client (Windows) Barracuda VPN Client for macOS Barracuda VPN Client for Linux Setting Up a Barracuda Client-to-Site VPN For instructions on how to set up a Barracuda VPN, see the following articles: How to Configure a Client-to-Site Barracuda VPN (TINA) How to Configure a Client-to-Site TINA VPN with Client Certificate Authentication Getting Started with the Barracuda VPN and Network Access Client Client-to-Site VPN 1 / 5 Barracuda CloudGen Firewall IPsec IPsec is the most widely used secure cross-platform VPN protocol.
    [Show full text]
  • COMPATIBILITY GUIDE En Tina 4.6.6
    TIME NAVIGATOR Compatibility Guide for Tina 2020 October 2020 N ° 1 E U R O P E A N S O F T W A R E V E N D O R F O R D A T A P R O T E C T I O N A T E M P O . C O M TABLE OF CONTENTS General information about Tina 2020 Compatibility guide ................................... 2 Agent for Office 365 email & OneDrive ............................................................. 11 Co-residence with other Atempo products ............................................................. 2 HyperVision Agent for Microsoft Exchange .................................................... 12 Automated Library Management Please consult the Atempo-Hardware Time Navigator for Microsoft Exchange (classic agent) ................................. 12 Compatibility Guide for library & drive support. ..................................................... 2 Time Navigator for Microsoft SharePoint Server ............................................. 12 Support Lifecycle ........................................................................................................ 3 Time Navigator for Microsoft SQL Server ......................................................... 13 Time Navigator Operating System compatibility ................................................... 4 Time Navigator for SAP ERP (ECC) on Oracle (using BACKINT) ................ 13 HyperVision Agent for VMware ................................................................................ 6 Time Navigator for SAP HANA (using BACKINT) ........................................... 13 HSS & HVDS Compatibility
    [Show full text]
  • Advanced Remote Access for Barracuda Cloudgen Firewall
    SOLUTION BRIEF Advanced Remote Access for Barracuda CloudGen Firewall With today’s mobile and remote workforce, the focus is on employee productivity rather than location. Work is being done anytime and anywhere—at home, in the coffee shop, on a train. Giving workers the freedom to do their work outside the office, without fixed hours, from their BYOD is a growing trend. At the same time the IT department needs to roll out these connectivity options across multiple platforms, prevent unauthorized access, enforce access policies, provide multi-factor authentication and ensure always on availability with fewer resources, but on a global level. The Advanced Remote Access subscription for Barracuda CloudGen Firewall extends the basic VPN connectivity provided with every device to enable all the above—at a fraction of the price point of dedicated solutions - in the most flexible and convenient way, for the end user and the administrator. Every Barracuda CloudGen Firewall supports an unlimited The app is available for Windows, macOS, iOS, and Android number of VPN clients at no extra cost. Barracuda’s Network and is available for download from the respective app stores. Access VPN client provides a sophisticated VPN client for End users can install the app without elevated privileges on the Windows, macOS, and Linux that provides richer performance device. CudaLaunch looks and feels the same on every platform and functionality than standard IPsec client software. and provides fast, Java-independent access to commonly used applications in the company network – regardless if hosted on- Benefits include quick restoration of VPN tunnels, “Always On” premises or in the cloud.
    [Show full text]
  • HDL Model Verification Based on Visualization and Simulation
    Proceedings of the World Congress on Engineering 2012 Vol II WCE 2012, July 4 - 6, 2012, London, U.K. HDL Model Verification Based on Visualization and Simulation Dominik Macko, and Katarína Jelemenská, Member, IAENG Abstract— The role of hardware description languages inexperienced designers find it hard-to-read and difficult to (HDLs) in a current digital systems development process is reveal the potential errors. essential. Their great contribution is undeniable, but they also These problems could be addressed by a tool that can bring about several disadvantages. The textual form of HDL models is less illustrative for a novice designer than a display the simulation results directly in the schematic schematic representation of the model structure. Next, the representation of an HDL model, and at the same time simulation of such models is most commonly displayed in a provides the possibility to move among the levels of the waveform representation, even though sufficient for hierarchy. If the designer could observe the data flow verification, but hard-to-identify design errors. In this paper, through the individual components of the design, the model we present our progress in developing a visualization verification would be simple and more effective. environment, which is able to display the simulation results in the structural sphere of the model, allowing the designer to The comparative analysis of several currently available switch between individual hierarchic levels of the structure related tools is summarized in Table I. The simple and watching the signal changes directly in a verified controllability was evaluated based on the intuitiveness of component. the environment.
    [Show full text]
  • Analog Circuit Simulation with TINA-TI ECE 480 Application Note Kyle Christian Team #7 November 4Th, 2013
    Analog Circuit Simulation with TINA-TI ECE 480 Application Note Kyle Christian Team #7 November 4th, 2013 1 | P a g e Kyle Christian Team #7 Abstract TINA-TI is a SPICE based analog circuit simulation program designed by TEXAS INSTRUMENTS in cooperation with DesignSoft. TINA-TI is ideal for designing, testing, and troubleshooting a broad variety of basic and advanced circuits, including complex architectures, without any node or number of device limitations. In this note you will be walked through the basic steps of the program that will teach you how to utilize TINA-TI in the most efficient way. Key Words TINATM, TINA-TI, Texas Instruments, DesignSoft, Circuit Simulation, Analog Simulation Tool, Circuit Analysis Introduction TINATM is a powerful yet affordable SPICE based circuit simulation and PCB design software package for analyzing, designing, and real time testing of analog, digital, VHDL, MCU, and mixed electronic circuits and their PCB layouts. This software was created by DesignSoft. TINA-TI is a spinoff software program that was designed by Texas Instruments (TI) in cooperation with DesignSoft which incorporates a library of pre-made TI components to for the user to utilize in their designs. These circuit simulation tools are compatible with the Windows Operating Systems: XP, 7, and 8. TINATM is highly reviewed and widely applied among electrical engineers around the world, particularly application engineers and analog circuit design engineers. This note is intended to help new TINA-TI users start creating circuit simulations
    [Show full text]
  • Science in the Cloud: Lessons from Three Years of Research
    Science in the Cloud: Lessons from Three Years of Research Projects on Microsoft Azure Dennis Gannon*, Dan Fay, Daron Green, Wenming Ye, Kenji Takeda Microsoft Research One Microsoft Way, Redmond WA 98004 *corresponding author [email protected] ABSTRACT best practices of building applications on the Windows Microsoft Research is now in its fourth year of awarding Azure cloud. The training consists on one and two-day Windows Azure cloud resources to the academic events that are mostly held at university facilities around community. As of April 2014, over 200 research projects the world. To date, over 500 researchers have attended have started. In this paper we review the results of this these sessions. So far we have held 18 of these training effort to date. We also characterize the computational events in 10 countries. A partial list of the current projects paradigms that work well in public cloud environments and is available at the project website [1] along with those that are usually disappointing. We also discuss information on how to apply for one of the grants or the many of the barriers to successfully using commercial training program. cloud platforms in research and ways these problems can In this paper we describe the design patterns that have been be overcome. most effective for applications on Windows Azure and illustrate these with examples from actual projects. The Categories and Subject Descriptors patters we discuss are [Cloud Computing, Applied Computing]: cloud architecture, distributed systems and applications, parallelism, scalable 1. Ensemble computations as map-reduce. systems, bioinformatics, geoscience, data analytics, 2.
    [Show full text]
  • Windows® 8 for Dummies‰ DELL POCKET EDITION
    Dell and Microsoft: Partners in innovation. For more than 30 years, Dell and Microsoft have brought you ground-breaking technologies that are easy to manage and integrate into existing IT environments. Individuals and companies have benefitted from our joint solutions that combine best-in-class software, hardware, and services, while enabling IT efficiency and organizational effectiveness. This tradition of innovation continues with the Windows 8 operating system on Dell devices. With the ability to synchronize data with a single swipe, you can easily update and access your information across multiple applications and devices with the added confidence of enhanced embedded security. You can rely on the Dell and Microsoft partnership to deliver technology that fits your needs today, while preparing you for tomorrow. Learn more about the Dell and Microsoft partnership at www.dell.com/win8partner. Windows® 8 FOR DUMmIES‰ DELL POCKET EDITION by Andy Rathbone These materials are the copyright of John Wiley & Sons, Inc. and any dissemination, distribution, or unauthorized use is strictly prohibited. Windows® 8 For Dummies®, Dell Pocket Edition Published by John Wiley & Sons, Inc. 111 River Street Hoboken, NJ 07030-5774 www.wiley.com Copyright © 2013 by John Wiley & Sons, Inc., Hoboken, New Jersey No part of this publication may be reproduced, stored in a retrieval system or trans- mitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600.
    [Show full text]
  • CHAPTER 4 © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT Forsharing SALE OR DISTRIBUTION Files NOT for SALE OR DISTRIBUTION
    © Jones & Bartlett Learning,© Jones LLC & Bartlett Learning LLC, an Ascend Learning© Jones Company. & NOT Bartlett FOR SALE Learning, OR DISTRIBUTION. LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC © Digital_Art/ShutterstockNOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION CHAPTER 4 © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FORSharing SALE OR DISTRIBUTION Files NOT FOR SALE OR DISTRIBUTION © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION ▸ About This Chapter In this chapter, we work with the mechanisms provided by operating systems like Unix and Windows to protect files and folders. We also take a technical look at the fifth phase© of Jones the security & Bartlettprocess: monitoring Learning, the system. LLC The chapter focuses on © Jones & Bartlett Learning, LLC these topics:NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION ■ Tailoring the security policy to grant special access to individuals or groups ■ Permission flags in Unix-like systems ■ Access control lists in Macintosh and Windows systems ■ © Jones &Monitoring Bartlett system Learning, events through LLC logging © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION ▸ 4.1 Controlled Sharing What happens if Bob needs to share files with one or two other users but not with the rest of the suite? © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTIONBob hired a clerk to do data entry for his newNOT client, FOR a big SALE surveying OR com- DISTRIBUTION pany.
    [Show full text]
  • ATN 4.6.2 Compatibility Guide
    TIME NAVIGATOR Compatibility Guide for Time Navigator – Version 4.6.2 February 2019 N ° 1 E U R O P E A N S O F T W A R E V E N D O R F O R D A T A P R O T E C T I O N A T E M P O . C O M TABLE OF CONTENTS General information about the ATN 4.6.2 Compatibility guide ............................ 3 HyperVision Agent for Microsoft Exchange .................................................... 14 Co-residence with other Atempo products ............................................................. 3 Time Navigator for Microsoft Exchange (classic agent) ................................. 14 Automated Library Management Please consult the Atempo-Hardware Time Navigator for Microsoft SharePoint Server ............................................. 14 Compatibility Guide for library & drive support. ..................................................... 4 Time Navigator for Microsoft SQL Server ......................................................... 15 Support Lifecycle ........................................................................................................ 5 Time Navigator for SAP ERP (ECC) on Oracle (using BACKINT) ................ 15 Time Navigator Operating System compatibility ................................................... 6 Time Navigator for MaxDB (using BACKINT) .................................................. 16 HyperVision Agent for VMware ................................................................................ 8 HyperStream Server ...............................................................................................
    [Show full text]
  • Tina-V12-Manual.Pdf
    Contents V12 The Complete Electronics Lab for Windows USERS MANUAL www.designsoftware.com 1 Contents COPYRIGHTS © Copyright 1990-2020 DesignSoft, Inc. All rights reserved. All programs and Documentation of TINA, and any modification or copies thereof are proprietary and protected by copyright and/or trade secret law. LIMITED LIABILITY TINA, together with all accompanying materials, is provided on an “as is” basis, without warranty of any kind. DesignSoft, Inc., its distributors, and dealers make no warranty, either expressed, implied, or statutory, including but not limited to any implied warranties of merchantability or fitness for any purpose. In no event will DesignSoft Inc., its distributor or dealer be liable to anyone for direct, indirect, incidental or consequential damages or losses arising from the purchase of TINA or from use or inability to use TINA. TRADEMARKS Windows is a registered trademark of Microsoft Corporation. PSpice is a registered trademark of Cadence Design Systems, Inc. CorelDRAW is a registered trademark of Corel Inc. TINA is a registered trademark of DesignSoft, Inc. * English version Last updated: 30. December 2020. 2 Contents TABLE OF CONTENTS 1. INTRODUCTION 9 1.1 What is TINA and TINA Design Suite? ............................ 9 1.2 Available Program Versions ............................................ 18 1.3 Optional supplementary hardware .................................. 20 1.3.1 TINALab II High Speed Multifunction PC Instrument ...................................... 20 1.3.2 LabXplorer Multifunction Instrument for Education and Training with Local and Remote Measurement capabilities......................................... 21 2. NEW FEATURES IN TINA 23 2.1 List of new features in TINA v12 ..................................... 23 2.2 List of new features in TINA v11 ..................................... 25 2.3 List of new features in TINA v10 ....................................
    [Show full text]
  • Tina 12 Contents.P65
    www.allice.de Allice Messtechnik GmbH Contents V12 The Complete Electronics Lab for Windows USERS MANUAL www.designsoftware.com 1 www.allice.de Allice Messtechnik GmbH Contents COPYRIGHTS © Copyright 1990-2019 DesignSoft, Inc. All rights reserved. All programs and Documentation of TINA, and any modification or copies thereof are proprietary and protected by copyright and/or trade secret law. LIMITED LIABILITY TINA, together with all accompanying materials, is provided on an “as is” basis, without warranty of any kind. DesignSoft, Inc., its distributors, and dealers make no warranty, either expressed, implied, or statutory, including but not limited to any implied warranties of merchantability or fitness for any purpose. In no event will DesignSoft Inc., its distributor or dealer be liable to anyone for direct, indirect, incidental or consequential damages or losses arising from the purchase of TINA or from use or inability to use TINA. TRADEMARKS Windows is a registered trademark of Microsoft Corporation. PSpice is a registered trademark of Cadence Design Systems, Inc. CorelDRAW is a registered trademark of Corel Inc. TINA is a registered trademark of DesignSoft, Inc. * English version 2 www.allice.de Allice Messtechnik GmbH Contents TABLE OF CONTENTS 1. INTRODUCTION 9 1.1 What is TINA and TINA Design Suite? ............................ 9 1.2 Available Program Versions ............................................ 18 1.3 Optional supplementary hardware .................................. 20 1.3.1 TINALab II High Speed Multifunction PC Instrument ...................................... 20 1.3.2 LabXplorer Multifunction Instrument for Education and Training with Local and Remote Measurement capabilities ...................................... 21 2. NEW FEATURES IN TINA 23 2.1 List of new features in TINA v12 ....................................
    [Show full text]