• 1

    ..

  • 2

    ...

  • 3

    ...

Wednesday 25 July 2012

TANNER EDA SELF LEARNING TUTORIAL- PART I

Why Tanner?
  • Low total cost of ownership :It is a software platform that is cost-effective and easy to use
  • Technological innovation: It's design tools are significantly less expensive.
  • Flexible PC-based solutions.

Tanner EDA is a suite of tools for the design of integrated circuits. Tanner EDA is mainly used to analyze circuits at switch level & gate level. These are tool used to
  •  enter schematics
  •  perform SPICE simulations
  •  do physical design (i.e., chip layout)
  •  perform design rule checks (DRC) and layout versus schematic (LVS) checks.

Tanner EDA Design Tools:
  • S-edit       - a schematic capture tool
  • T-SPICE    - the SPICE simulation engine integrated with S-edit
  • L-edit       - physical design tool
  • W-edit     - waveform formatting
 
Improve simulation accuracy with advanced modeling features
                T-Spice provides extensive support of behavioral models using Verilog-A, expression controlled sources, and table-mode simulation. Behavioral models give you the flexibility to create customized models of virtually any device. T-Spice also supports the latest industry models, including the transistor model recently selected as the next standard for simulating future CMOS transistors manufactured at 65 nanometers and below—the Penn State Philips (PSP) model. PSP will simplify the exchange of chip design information and support more accurate digital, analog, and mixed-signal circuit behavior analysis.
  • Enables easy creation of syntax-correct SPICE through a command wizard.
  • Highlights SPICE Syntax through a text editor.
  • Provides Fast, Accurate, and Precise options to enable optimal balance of accuracy and performance.
  • Enables you to link from syntax errors to the SPICE deck by double clicking.
  • Supports Verilog-A for analog behavioral modeling, allowing designers to prove system level designs before doing full device level design.
  • Provides “.alter” command for easy what-if simulations with netlist changes. Perform sophisticated analysis

Sophisticated Analysis
      T-Spice uses superior numerical techniques to achieve convergence for circuits that are often impossible to simulate with other SPICE programs. The types of circuit analysis it performs include:
  • DC analysis (DC Operating Point Analysis & DC Transfer Analysis.)
  • AC analysis               
  • Transient analysis with Gear or trapezoidal integration.
  • Noise analysis.
  • Monte Carlo analysis over unlimited variables and trials.
  • Virtual measurements with functions for timing, error, and statistical analysis.
  • Parameter sweeping using linear, log, discrete value, or external file data sweeps.
  • Transient Analysis, Power-up Mode.



READERS COMMENTS ARE ENCOURAGED.
IT HELPS US TO DO MUCH MORE BETTER.
THANK YOU!!!

Monday 16 July 2012

ME-TNCA 2012 COUNSELLING FORM ISSUE DATE

 ME-TNCA 2012 COUNSELLING FORM ISSUE DATE


ANNA UNIVERSITY CHENNAI -ME TANCA COUNSELLING FORM ISSUE START FROM TODAY

16-7-2012


FEE DETAIL:

RS.500 for OC/BC
and 

RS.300 for SC/ST

TN MBA/MCA RANK LIST 2012



TN MBA/MCA COUNSELLING 2012
Venue: Govt College Of Technology, Coimbatore-641013

THE OFFICIAL WEBSITE FOR MBA/MCA RANK LIST AND SCHEDULE

CLICK HERE TO



TN MBA/MCA RANK LIST 2012

   TN MBA/MCA COUNSELLING 2012

                             Venue: Govt College Of Technology, Coimbatore-641013

THE OFFICIAL WEBSITE FOR MBA/MCA RANK LIST AND SCHEDULE

 

 

 

Thursday 12 July 2012

Sending Integer & Float numbers through Serial Communication AVR ATmega- UART Header


FOR TRANSMITTING INTEGER & FLOAT VALUES THORUGH AVR ATMEGA8 SERIAL PORT. This is additional codecs for USART.H of the previous tutorial (Serial Comm Tutorial Part 1)
This header includes functions for transmitting integer & float type variables. Also it features getting input as integer numbers through serial port.

DOWNLOAD HEADER FILE
               UART2_H

CODE:

/*------------------------------------------------------------------------------------SOURCE OF ELECDUDE.COM---------------------------------------------------------------------------------------------------------FOR TRANSMITTING INTEGER & FLOAT VALUES----------------------------------------------------------------------------*/                           //this is additional codecs for USART.H#ifndef USART2_H#define USART2_H /*-----------------------------------------------------------------------------------HEADER FILES to be included-------------------------------------------------------------------------------------*/#include <avr/io.h>#include <avr/interrupt.h>#include <avr/pgmspace.h>#include "USART.h"/*---------------------------------------------------------------------------------------constants and macros----------------------------------------------------------------------------------------*/#define BIT(x)                  (1 << (x))                      //Set a particular bit mask#define CHECKBIT(x,b)   (x&b)                   //Checks bit status#define SETBIT(x,b)     x|=b;                   //Sets the particular bit#define CLEARBIT(x,b)   x&=~b;          //Sets the particular bit#define TOGGLEBIT(x,b)  x^=b;           //Toggles the particular bit /*************************************************************************Function: uart_putint()Purpose:  transmit integer(0-999 only) to UARTInput:    integer/number (0-999 only)Returns:  none**************************************************************************/extern void uart_putint(unsigned int i){        unsigned char h,t,o;        o= (i%10) | 0x30;//ones        i/=10;        t= (i%10) | 0x30;//tens        i=i%100;        h=(i/10) | 0x30;//hundreds        uart_putc(h);        uart_putc(t);        uart_putc(o);} /*************************************************************************Function: uart_putfloat()Purpose:  transmit float value(xxx.xx only) to UARTInput:    float value(xxx.xx only)Returns:  none**************************************************************************/extern void uart_putfloat(const float f){        unsigned int v,p;        long int num;        num=f*1000;        p=num%1000;        num=num/1000;        v=num;        uart_putint(v);        uart_putc('.');        uart_putint(p);} /*************************************************************************Function: uart_getint()Purpose:  receive integer(0-999 only) from UARTOutput:   integer/number (0-999 only)Returns:  none Function: void int2char(unsigned int i,unsigned char *s)Purpose:  to convert intger number to charOutput:   charactersReturns:  none **************************************************************************/ Note: use the header file downloaded, instead of copy pasting from this page. all the functions coding's are not included in this page

Viewers  comments are encouraged. 
This helps us to much more.
Thank you!!!

Wednesday 11 July 2012

PROGRAMMING IN C AND APPLICATIONS

PROGRAMMING IN C AND C++

PROGRAMMING IN C AND C++
 Download  link

Tuesday 10 July 2012

GradMener Technology Pvt. Ltd.

Company:

GradMener Technology Pvt. Ltd.

Position:
Software Test Analyst
Job location:
Pune
Note: Locations are subject to change.
Event date:
12 Jul 2012
Last date
10 Jul 2012
Salary Offered:
Rs.300000/-
Experience Required:
Fresher
Additional Details:


About the company:

Gradmener is an IT company based in Pune and its “Cloud Work Force” enables customers to meet their highly fluctuating demands in today's volatile business environment.

Its current portfolio of offerings enables companies to ship out bug free software and achieve quick ramp ups and ramp downs.

Its workforce is significantly superior to a typical IT services organization and hence they spent considerable amout of time to recruit the very best !


* Number of Positions: 50

* Apply ONLY if you can join around 30th July



Eligibility:

- High pH test score in quant and problem solving
- Good academic track record

1) 2012 batch

- BE/BTech/MCA in CS, IT, EC, EEE
- Other branches who are highly conversant with software programming (any language) are also eligible

2) 2011 batch

- BE/BTech/MCA
- Atleast 6 months of experience in any industry and be highly conversant with software programming or testing (can be self learnt or undergone rigorous training)



Job Profile:

- Support functional, integration and user acceptance testing for applications across BFSI
- Understand business requirements and prepare test models
- Plan, prepare and execute tests, track and monitor defects to closure and produce test metrics / reports
- Automate regression packs using industry leading tools


Note: There is a 1 year service agreement



Company url:
 
ref.. www.elitmus.com 

Likemyworld

Company:

Likemyworld

Position:
Social Media Developer
Job location:
Bangalore
Note: Locations are subject to change.
Event date:
13 Jul 2012
Last date
10 Jul 2012
Salary Offered:
Rs.250000/-
Experience Required:
Fresher
Additional Details:
About the company:

Love playing Facebook games, using apps, have more ideas.. Why not build one? Here is your chance to do what you dreamt off!


Viralocity Interactive Solutions (VIS) Private Limited was formed in 2011 with an objective to bring new technology in the area of Social Media and Mobility. Viralocity as the name stands means Viral + Velocity focuses on building solutions that are highly interactive and viral by nature.  To begin with the company is focusing on Social Media Space with its flagship product named "LikeMyWorld".

LikeMyWorld is a single window for an organization's entire Social Media Sales and Marketing initiatives.

VIS is based out of Bangalore and its Founders have worked in industry for more than 25 years of experience delivering high quality IT solutions in the global market.


Job Description:

- As a Social Media Developer, you would be expected to deliver on Facebook applications that are highly interactive & viral. It would include developing from games, mini sites, fun contest and the list goes on.
- These applications will used by various brands in variety of industry segments.


Eligibility:

- BE/BTech from 2012 Batch
- Good pH Score


Desired Skills:

- Knowledge of PHP, MySQL, javascript.
- Projects in JSON, XML and Jquery will be an added advantage.


Salary:

There will be an additional annual bonus included in the salary.


Company url:
 
reference www.elitmus.com 

Logica

Company:

Logica

Position:
IT Consultant
Job location:
Bangalore,Chennai
Note: Locations are subject to change.
Event date:
14 Jul 2012
Last date
10 Jul 2012
Salary Offered:
Rs.270000/-
Experience Required:
Fresher
Additional Details:

About Logica:

- Imagine building technology which processes over $ 200 billion worth of salaries (more than annual salary of all individuals in many of countries).
- Imagine building technology platforms which carry over half the world's SMS traffic.
- Imagine  developing the descent and landing software for all of Europe's missions to land on other planets and moons.

Logica (www.logica.com), an European company provides business consulting, systems integration and outsourcing to above clients worldwide and many of Europe's largest businesses.

With annual revenues of USD 5.86 billion, it is one of the largest business and technology service companies in the world and they do it with just 41,000 people (less than 50% of any of the top 3 Indian IT companies)


--------------------------------------------------------------------

Note: If you have applied earlier, you should NOT apply again. The ones submitting DUPLICATE applications will be DISQUALIFIED

--------------------------------------------------------------------

Eligibility:

- BE/BTech (CS/IT/E&C/Instrumentation/EEE) from 2012 batch
- A minimum of 70% in 10th, 12th and Degree


Job Description:

You would be trained on various technologies (Java, .NET, Oracle, Testing etc). Post training you would be utilized on projects within Logica.
There is a 18 month service bond at the time of joining

 
 
Company url:

Telibees Technologies

Company:

Telibees Technologies

Position:
Software Engineer
Job location:
Durgapur
Note: Locations are subject to change.
Event date:
15 Jul 2012
Last date
10 Jul 2012
Salary Offered:
Rs.225000/-
Experience Required:
Fresher
Additional Details:

About the company:

We are a software product development company in the field of developing products around animations that can run on mobile phones and tablets. We are a pure R&D company working in cutting edge technologies like HTML5, NodeJS, Android, iPhone.


Eligiblity:

- 2012 batch BE/BTech (Preferably CS or IT) or MCA
- pH score
- Preference to candidates from East India (should be willing to relocate to Durgapur - which is the job location)


Salary:
- 2 Lakhs per annum + Performance Bonus of 25K to be paid at the end of completion of 1 year
- Service Agreement of 2 years
- Joining date will be around end of July itself.


Job Details:

You will be doing programming in Java and Javascript. Following are job roles that we are hiring for along with the corresponding job details

Animation Software Engineers:
As we are working in the domain of computer animation the work will involve doing programming involving lot of mathematics like matrix operations, trigonometry and polynomial equations for drawing curves and transforming them.


Server Software Engineers: Here the work involved is about developing Server Side software using NodeJS which is a new and upcoming server side framework,
The Server side has features like UserManagement, LogManagement, PaymentSystem, DataPersistence and Restoration etc.

Android Software Engineer: The job is about developing our Android Application involving animations, UI, data transfer and business logic
Company url:
www.speedgreet.com   

reference www.elitmus.com
 

Teritree Technologies Pvt Ltd 2012

Company:

Teritree Technologies Pvt Ltd

Position:
Software Engineer
Job location:
Bangalore
Note: Locations are subject to change.
Event date:
16 Jul 2012
Last date
12 Jul 2012
Salary Offered:
Rs.420000/-
Experience Required:
Fresher
Additional Details:
About the company:

Teritree is a product company focussed on consumer to business relationships working on latest technologies. It is set to redefine the way consumers fulfill their needs and businesses engage with them.

Teritree is powered by an innovative platform that leverages advances in social media and mobile internet technologies and is creating a compelling value network based on new paradigms in C2C and C2B commerce.

Specialties:

Distributed Computing, Analytics, Next Generation CRM, Location based services, Mobile Applications


Job Profile:

- As a software engineeer in Teritree you will be working on latest technologies in Web applications, Mobile Applications and Big Data ( Hadoop ).


Eligibility:

- BE/BTech from 2012 Batch (preferably CS/IT/IS)
- Good pH Score
- Good academic record



Important:

- Complete your profile under PROFILE section of eLitmus account
- Ensure that you upload your UPDATED RESUME while applying for this job (resume should cover projects, technologies and platforms you worked on in college)

Company url:


reference www.elitmus.com

Search Here...