Top 6 Apps Similar to DVCon India 2015

SvQuestions 1.2
Sonar
This app provides the systemveriloginterviewquestions. It has three question levels. Formorequestions anddetail explanation of answer download paidapp.
Conexión UVM 3.0.7
Moofwd
Universidad del Valle de Mexico
VerilogCourseTeam 1.1
Verilog Course Team offers servicesandsolutions in VLSI,Matlab and Embedded.Download this app toaccessIEEE paper offline.Download IEEE papers in VLSI and Matlab.First timedownloadoccupies approximately 20MB of space.Access all latest IEEEpapersoffline.We develop IEEE paper concept using VerilogHDL/Matlab andcustomize as per requirement.You can see some of our project demo in YouTube,http://www.youtube.com/verilogcourseteamWe keep updating our repositories so please do checkthe"Notification"tab in the app.
VHDL and verilog 5
hellotape
App is a free programming reference application for VHDL andVerilog
& logics 4.20
Hexastyle
& logics is a logic circuit simulatorwithan integrated scheme editor and a waveform browser.Currently available schematic components:Transistors: NMOS, PMOSLogic gates: buffer, inverter, and, nand, or, nor, exor,exnor,tri-state buffer and inverterFlip flops: D latch, edge triggered D, JK flipflops,monostableMultiplexers: 2 to 1, 4 to 1, 8 to 1.Demultiplexers: 1 to 2, 1 to 4, 1 to 8Indicators: LED, oscilloscope probeDisplays: decimal, hexadecimalSwitches: toggle button, push buttonConstants: high and low.Scheme editor features: custom subcircuit (black box),contextsensitive menu, autorouter, 7 steps undo/redo, labels forfarconnections, automatic enlarge on selection, cloning,rotating,locked and unlocked move, vertical and horizontalalignment, moveto center.The digital circuit simulator works with three logic levelsandthree impedance values. They are low, undefined and high.Wires optionally can display logic levels.Switch level modelling, gate level modelling and complexdevicelevel modelling can be mixed in a circuit.The simulator detects run time errors and puts error messages ontheschematic.Detected errors are:Temporary short circuit conditions. When connected outputshavedifferent or undefined levels and have low orundefinedimpedance.Spike detection. When an input receives an impulse shorter thantheconfigured value.Flip flop setup, hold, recovery, resume time violations. Flipflopsmay enter a metastable state in these cases.The waveform browser is a virtual digital oscilloscope. Thecurrentfeatures are: start, stop time, buffer length setting, timeshiftand zoom, display of logical low, high, and undefinedstates.The 3.x releases contain HDL extension. It is possible to describeacircuit in a box using a very small subset of Verilog. Thegates.sdemo loads the following module from simple.v file:module smpl_circuit (A,B,AND,NAND,OR,NOR,XOR,XNOR,BUF,NOT);input A,B;output AND,NAND,OR,NOR,XOR,XNOR,BUF,NOT;and #10 g0(AND,A,B);nand #10 g1(NAND,A,B);or #10 g2(OR,A,B);nor #10 g3(NOR,A,B);xor #10 g4(XOR,A,B);xnor #10 g5(XNOR,A,B);buf #10 g6(BUF,A);not #10 (NOT,A);endmoduleand the test1.v file:module circuit(A,B,C,y);input A,B;output y;wire e;and #30 g1(e,A,B);or #30 g2(y,e,C);endmoduleThere is no runtime error detection inside the boxes.Only the first compile time error is displayed.The program comes with built in demo circuits. They help you togetstarted quickly.See http://www.hexastyle.com/home/andlogics/first-3-stepsfordetails.You can easily simulate, analyse and modify operation and timingofthe examples.Built in examples:74160, 74163 synchronous counter74180 parity generator checker74181 4 bit ALU74147, 74148 priority encodertransistor level modelling of CMOS gatesMore examples e.g. binary adder, Johnson counter can bedownloadedfrom here:http://www.hexastyle.com/home/andlogics/download-examples
VLSI Design Basics 1.0
VLSI Basics
VLSI Basics app is developed forVLSIaspirants.It covers VLSI basics and Interview questions.StaticTiming AnalysisInterview Questions. Physical DesignInterviewQuestions.PD flowOverview. PD Basics