Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Spectre and matlab co-simulation

Status
Not open for further replies.

ghazal_1976

Newbie level 1
Joined
Aug 13, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Japan
Activity points
1,288
I have problem in matlab when I run this command cds_srr to get the data from spectre
this is my codel
%=================================================
rdir='/home/usr/simulation/ADC /spectre/schematic/psf';
data = cds_srr(rdir,'tran-tran','clk' , 0)
%=======================================
when I run this code I got this error


??? Undefined function or method 'cds_innersrr' for input arguments of type
'char'.

Error in ==> cds_srr at 20
sig = cds_innersrr(dirname, dataset, signame, verbose);

Error in ==> psd_spectre at 18
data = cds_srr(rdir,'tran-tran','clk' , 0)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top