MCPcopy Create free account
hub / github.com/Xilinx/Vitis_Libraries / gen_tb_instance

Function gen_tb_instance

solver/scripts/instance_generator.py:152–156  ·  view source on GitHub ↗
(out_file_name, script_name, func_name, param_file, param_name)

Source from the content-addressed store, hash-verified

150 return True
151
152def gen_tb_instance(out_file_name, script_name, func_name, param_file, param_name):
153 params = get_params(param_file, param_name)
154 od = run_function(script_name, func_name, params)
155 write_file(out_file_name, od)
156 return True
157
158# ------------------------------------------------------------------------------
159

Callers 1

mainFunction · 0.70

Calls 3

get_paramsFunction · 0.70
run_functionFunction · 0.70
write_fileFunction · 0.70

Tested by

no test coverage detected