Search:
Type: Posts; User: pancho_hideboo
Search: Search took 0.03 seconds.
-
4th December 2019, 14:47
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
You can not understand anything regarding unidirectional and bidirectional at all.
And you must not use formulation based on s-parameter, since you can not understand s-parameter.
Still you can... -
4th December 2019, 12:10
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
Simply cascade them.
Consider block diagram not verilog-A.
That’s all.
BTW, can you surely understand unidirectional model and bidirectional model ? -
4th December 2019, 10:25
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
Verilog-A has no relation at all.
Simply you are very lack of knowledge of very basic linear circuit theory.
Circuit which is substituted by nport has no direct relation to any of z,y, s.
It... -
29th November 2019, 17:09
- Replies
- 11
- Views
- 536
[SOLVED]Closed: Re: ADEXL simulation problem in cadence
Confirm whether model file surely include statistical descriptions.
-
29th November 2019, 10:23
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
Surely understand nport.
nport can work as any of Z,Y,H,F,S matrix even if file of nport is S-parameter.
Surely learn very basic linear circuit theory before EDA Tool Play. -
29th November 2019, 08:54
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
No.
Surely learn a definition of S-parameters.
You have to calculate a1,a2,b1,b2 from s11,s12,s21,s22.
That’s all.
It seems you can not understand S-parameter at all as same as many people in... -
29th November 2019, 05:44
Thread: Question about RF power meter
by pancho_hideboo- Replies
- 15
- Views
- 1,190
Closed: Re: Question about RF power meter
No.
Frequency bands can be defined for them, although they are not practical values. -
29th November 2019, 05:32
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
Simply you can not understand S-parameter at all.
You ignore current. It results in ignorering impedance.
Can you understand energy conservative model and signal flow model ? -
28th November 2019, 15:05
Thread: nport primitive and VerilogA
by pancho_hideboo- Replies
- 13
- Views
- 508
Closed: Re: nport primitive and VerilogA
No.
Simply you have mistakes in Verilog-A code or/and Netlist.
Show me both Verilog-A code and Netlist.
Show me header of your *.s2p. -
25th November 2019, 17:07
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
Correction.
`include "constants.vams"
`include "disciplines.vams"
module my_freq(out);
output out;
voltage out;
electrical gnd; -
22nd November 2019, 10:17
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
`include "constants.vams"
`include "disciplines.vams"
module my_freq(out);
output out;
voltage out;
electrical gnd;
ground gnd; -
21st November 2019, 12:11
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
Compare CDF parameter and spectre -h nport.
Or simply use gnd node in Verilog-A.
Ground node declaration. -
21st November 2019, 11:32
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
If you insist on Verilog-A, instantiate spectre’s primitive nport in Verilog-A.
https://designers-guide.org/forum/YaBB.pl?num=1574240440#2
Other possibility is “deriv(ac_stim(1))/(M_TWO_PI)”.
... -
21st November 2019, 01:04
- Replies
- 2
- Views
- 272
Closed: Re: SystemVerilog Behavioral Simulation in Cadence Virtuoso/AMS/Incisive/Spectre
https://designers-guide.org/forum/YaBB.pl?num=1574282166
Use file name of “*.sv”.
Surely understand basic things correctly before EDA Tool Play.
This is very true for all your previous posts. -
20th November 2019, 10:24
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
Use spectre primitive, nport.
If you use Keysight ADSsim, use DAC(Data Access Component).
https://www.edaboard.com/showthread.php?364412/page2#23 -
20th November 2019, 00:59
- Replies
- 12
- Views
- 723
Closed: Re: $freq while using AC analysis to access lookup table
If you mean Verilog-A, $freq is not available in Verilog-A.
https://www.edaboard.com/showthread.php?373837#6 -
18th November 2019, 10:21
- Replies
- 1
- Views
- 205
Closed: Re: Spectre RF Envelope Simulation for Wireless Transmitter with Switched-Cap Baseban
Simply do one tone(LO) envelope analysis.
fs and DAC output are treated as baseband signal.
That’s all. -
16th November 2019, 04:00
- Replies
- 2
- Views
- 244
Closed: Re: Is it possible to eliminate harmonics when operated in compression
Use resonator tank, if your PA is for narrowband application.
Otherwise, use low pass filter.
Surely learn very basic things before EDA Tool Play. -
15th November 2019, 14:30
- Replies
- 2
- Views
- 311
Closed: Re: Plotting QAM 16 constellation in Cadence
See followings.
https://designers-guide.org/forum/YaBB.pl?num=1260978648
https://designers-guide.org/forum/YaBB.pl?num=1264511244/3#3
https://designers-guide.org/forum/YaBB.pl?num=1270105534/1#1 -
15th November 2019, 01:31
- Replies
- 2
- Views
- 311
Closed: Re: Plotting QAM 16 constellation in Cadence
Use skill function in Cadence ViVA.
Simply x-y plot with sampling at appropriate time points.
Regarding EVM, calculate rms error value between output signal and reference signal. -
11th November 2019, 17:39
- Replies
- 1
- Views
- 246
[SOLVED]Closed: Re: How to extract Voltage of a schematic net in ADS ?
Simply add label to net.
-
8th November 2019, 00:45
- Replies
- 3
- Views
- 378
Closed: Re: Reflections when conjugately matched
Voltage wave is reflected.
Surely read and learn Power wave in Pozar’s Book, before EDA Tool Play.
See the followings.
https://www.edaboard.com/showthread.php?378353#5... -
2nd November 2019, 19:15
- Replies
- 3
- Views
- 274
Closed: Re: Noise calculation in static-dynamic circuit
Yes........
-
1st November 2019, 04:49
- Replies
- 7
- Views
- 662
Closed: Re: Output Impedance Of a Triple cascode
Negative real part is due to Y12.
You don’t care about feedback path of each MOSFET at all.
Surely learn very basic things before EDA Tool Play which you like. -
1st November 2019, 01:21
- Replies
- 6
- Views
- 464
Closed: Re: Running different type of simulation in one environment
Actually it is not at same time, if you use Cadence-ADE-XL(GXL).
It is multiple launchs of simulation.
Synopsys HSPICE and Keysight ADSsim have optimizer in simulator.
However Cadence Spectre...
Results 1 to 25 of 500