Skip to main content

All Questions

Tagged with
1 vote
1 answer
330 views

Multi-input NAND gate or Multiple 2-input NAND gates (VLSI design)

I am unsure which option is best practice from those featured in the title. This is part of some VLSI coursework I am doing in Cadence and so will need to do the layout of this design as well. For ...
pf1821's user avatar
  • 13
0 votes
1 answer
351 views

CADENCE wireless connection

I would like to know if you have a way to call without needing a line of communication at CADENCE? See the example in the PROTEUS software image, at the time I made the connections without needing ...
LUFER's user avatar
  • 371
0 votes
1 answer
169 views

Logic Synthesizer generates bad timings

I have a verilog code that describes a simple RAM. I use Genus synthesis tool to do synthesis, then generate a .sdf file for post-synth simulation. However, The tool generates .sdf file with faulty ...
zeke's user avatar
  • 143
0 votes
2 answers
178 views

What tool produces this type of layout?

I don't under this layout figure (5.c) in pic attached. This is a screenshot from research paper in this link:- https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7573442 Alternate link for the ...
Rohit's user avatar
  • 484
2 votes
2 answers
876 views

Parasitic insensitive switched capacitor circuit

I'm trying to simulate the parasitic insensitive switched capacitor circuit shown here: I am using cadence virtuoso. My input is a sine wave of 1 V amplitude, 0 DC and 1 kHz frequency. I am using ...
Sidharth Thomas's user avatar
3 votes
0 answers
194 views

Reducing the offset voltage of a source follower

I am currently trying to reduce the offset voltage of the circuit attached below to less than +/- 2mV over a 1V to 4V input range. I have a few constraints for this task: I can use ...
Oreoluwa Adesina's user avatar
0 votes
1 answer
2k views

Switching threshold of CMOS inverter [closed]

How to find the switching threshold of CMOS inverter from it's transfer characteristics in Cadence Virtuoso?
Anand's user avatar
  • 43
0 votes
1 answer
5k views

D flip-flop in Cadence

I am designing a D flip-flop. While doing my pre-layout simulations, I wasn't getting the output Q for the inputs, see attachments. But when I tried to take the output from CLKPULSE, I was getting ...
Vinay Reddy's user avatar
1 vote
1 answer
1k views

Why use more than one contact in VLSI layout?

I saw the following layout in one of the standard cell library provided to us by the University. In the layout, the yellow color diffusion layer is connected to blue color horizontal M1 metal layer ...
user3219492's user avatar
-1 votes
1 answer
302 views

Simulating Voltage regulator LM7805 in Cadence Virtuoso

I want to simulate the voltage regulator 7805 in Cadence Virtuoso and for doing so I've downloaded the data sheet for the schematic diagram. As I've intentions to strictly use pmos and nmos from the ...
Kushal Kumar's user avatar
1 vote
1 answer
2k views

NAND gate LVS problems in Cadence Virtuoso

I don't know why my layout won't pass LVS. I am constructing a NAND gate, and it looks like I have all connections in the schematic and layout fine, but I can't get it to say success. What could be ...
user124627's user avatar
1 vote
1 answer
5k views

How to create variable clock frequency source in Cadence Virtuoso?

I am working on Delay Locked loop Project. I want to check the lock range of the dll. I am using vpulse for clock but by giving parameters clock period, clock width, rising time, falling time. It ...
user3244121's user avatar