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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…