Skip to content
Snippets Groups Projects
Commit 08c1b417 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

cfs 1 and 2 combined sim setup added to fp init

parent ce3b80ef
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -3,4 +3,8 @@ function fp = algo_cfs1_loadfp(obj)
%% Load other fixed parameters
fp.timing = obj.gettiming;
fp.refmodel.offset = 1; % a fixed parameter
%% cfs1 and 2 combined sim setup
algo_cfs1and2_harness_setup(obj);
end
\ No newline at end of file
function algo_cfs1and2_harness_run(obj)
function algo_cfs1and2_harness_setup(obj)
% run harness and check the result
%% define combined harness test data dictionary
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -3,4 +3,9 @@ function fp = algo_cfs2_loadfp(obj)
%% Load other fixed parameters
fp.timing = obj.gettiming;
fp.refmodel.offset = 1; % a fixed parameter
%% cfs1 and 2 combined sim setup
algo_cfs1and2_harness_setup(obj);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment