Top 7 Apps Similar to SvQuestions

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
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.
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
Basics of VLSI Design 7
The app is a complete free handbook of VLSI with diagramsandgraphs.It is part of electronics & communicationsengineeringeducationwhich brings important topics, notes, news& blog onthe subject.Download the App as quick reference guide& ebookon thiselectronics & communications engineeringsubject. Theapp coversmore than 90 topics of VLSI Design indetail. Thesetopics aredivided in 5 units. You can very easilypass and succeedin yourexams or interviews, the app provides quickrevision andreference tothe topics like a detailed flash card.Each topic iscomplete withdiagrams, equations and other forms ofgraphicalrepresentations foreasy understanding. Some of topicsCovered inthis application are:1. Semiconductor memories:Introduction andtypes 2. Read Only Memory(ROM) 3. Threetransistor DRAM cell 4.One transistor DRAM Cell 5.Flash memory 6.Low - Power CMOS LogicCircuits: Introduction 7.Design of CMOSinverters 8. MOS Inverters: introduction toswitchingcharacteristics 9. Scan-BasedTechniques 10. Built-In SelfTest(BIST) Techniques 11. Historicalprospective of VLSI Design:Moore's Law 12. Classification of CMOSdigital circuit types 13.ACircuit Design Example 14. VLSI Designmethodologies 15. VLSIDesignflow 16. Design Hierarchy 17. Conceptof regularity,modularity andlocality 18. CMOS fabrication 19.Fabrication ProcessFlow : BasicSteps 20. Fabrication of the nMOStransistor 21. CMOSfabrication :p-well process 22. CMOSfabrication : n-well process23. CMOSfabrication : twin tubprocess 24. Stick diagrams and masklayoutdesign 25. MOStransistor : physical structure 26. The MOSSystemunder ExternalBias 27. Structure and operation of MOSFET 28.Thethresholdvoltage 29. Current voltage characteristics of MOSFET30.Mosfetscaling 31. Effects of scaling 32. Small Geometry Effects33.MOSCapacitances 34. MOS inverter 35. Voltagetransfercharacteristics(VTC) of MOS inverter 36. Inverters withn-typeMOSFET load 37.Resistive load inverter 38. Design ofDepletion-LoadInverters 39.CMOS inverter 40. Delay time definitions41.Calculation of DelayTimes 42. Inverter Design with DelayConstrains: Example 43.Combinational MOS Logic Circuits :introduction 44.MOS LogicCircuits with Depletion nMOS Loads :Two-Input NOR Gate45. MOSLogic Circuits with Depletion nMOS Loads :GeneralizedNORstructure with multiple inputs 46. MOS LogicCircuitswithDepletion nMOS Loads : Transient analysis of NOR gate47. MOSLogicCircuits with Depletion nMOS Loads : Two-Input NANDGate 48.MOSLogic Circuits with Depletion nMOS Loads :GeneralizedNANDstructure with multiple inputs 49. MOS LogicCircuitswithDepletion nMOS Loads : Transient analysis of NAND gate50.CMOSlogic circuits : NOR2 (two input NOR ) gate 51. CMOSNAND2(twoinput NAND) gate 52. Layout of Simple CMOS Logic Gates53.ComplexLogic Circuits 54. Complex CMOS Logic Gates 55. LayoutofComplexCMOS Logic Gates 56. AOI and OAI Gates 57. Pseudo-nMOSGates58.CMOS Full-Adder Circuit & carry ripple adder59.CMOSTransmission Gates (Pass Gates) 60.ComplementaryPass-TransistorLogic (CPL) 61. Sequential MOS logicCircuits :Introduction 62.Behavior of Bistable Elements 63. The SRLatchCircuit 64. ClockedSR Latch 65. Clocked JK Latch 66.Master-SlaveFlip-Flop 67. CMOSD-Latch and Edge-Triggered Flip-Flop68. DynamicLogic Circuits :Introduction 69. Basic Principles ofPassTransistor Circuits Alltopics are not listed because ofcharacterlimitations set by thePlay Store.
DVCon India 2015 1.0
VerifNews
After its successful launch last year,theDesign and Verification Conference & Exhibition India willbeback in 2015! DVCon India provides an excellent platform toshareknowledge, experience and best practices covering ElectronicSystemLevel Design & Verification for IP and SOC, VIPdevelopment andVirtual Prototyping for Embedded Softwaredevelopment anddebug.Sponsored by Accellera Systems Initiative, the conferenceprovidesmultiple opportunities to interact with industry expertsdeliveringkeynote speeches, invited talks, tutorials, paneldiscussions,technical paper presentations, poster sessions andexhibits fromecosystem partners. The attendees will also get thelatestinformation on various Accellera standards for systemdesign,modelling and verification. These standards include UVM,SystemC(and its variants like SystemC-AMS, SCV, CCI, Synthesissubset),SystemVerilog, PSL, Assertions for AMS, Verilog, IP-XACT,OCP andmany more.
Logic Circuit Simulator 1.4
lartoxapp
Build Logic Circuit Simulator andseveral|andseveral other} Electrical circuit diagram zener othercomponents toelectronic schematics simulate their functionshobbyist .With its straightforward and easy to use interface it does nottakelong to learn how to use it, nice for students who'slearningtransistor however electrical circuit builder LogicCircuitSimulator works.Logic Circuit Simulator contains multiple voltmeter helpfulfeaturessuch as:- Logic gates resistor (AND,OR,NAND,NOT,NOR,XOR,XNOR)- Buttons, Displays, Lamps, Clocks,- Flip-Flops, Latches- Multiplexers- Recovery feature (If the app closes before you manage toavoidwasting your circuit due to a phone call or by accidenthobbyist ,Logic simulator pro will mechanically save a copy of yourcurrentprogress. This copy is simply accessed through theelectricalcircuit interface) electronic circuit design.If you have any suggestions on improvements or bug reportspleaseemail me on the adress provided below:[email protected]