Skip to content
Snippets Groups Projects
Commit afabc415 authored by Federico Felici's avatar Federico Felici
Browse files

Set Simulation Configuration Options

parent dff346ef
No related branches found
No related tags found
No related merge requests found
...@@ -583,6 +583,7 @@ classdef SCDclass_expcode ...@@ -583,6 +583,7 @@ classdef SCDclass_expcode
end end
function sim(obj) function sim(obj)
SCDconf_setCODEconf('configurationSettingsCODEicc')
sim('tcv') sim('tcv')
end end
...@@ -603,7 +604,7 @@ classdef SCDclass_expcode ...@@ -603,7 +604,7 @@ classdef SCDclass_expcode
function build(obj) function build(obj)
fprintf('\n=== Building %s ===\n',obj.name); fprintf('\n=== Building %s ===\n',obj.name);
% make list of nodes to compile % make list of nodes to build
compileslx_list = cell(0); compileslx_list = cell(0);
for inode=1:8 for inode=1:8
nodeinfo=obj.(sprintf('node%02d',inode)); nodeinfo=obj.(sprintf('node%02d',inode));
......
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