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

Method __init__

dsp/scripts/instance_generator.py:83–86  ·  view source on GitHub ↗
(self, spec_file, api_name, param_file, param_name)

Source from the content-addressed store, hash-verified

81
82class inst_generator:
83 def __init__(self, spec_file, api_name, param_file, param_name):
84 self.spec_file = spec_file
85 self.spec_data = get_api_spec(spec_file, api_name)
86 self.params = get_params(param_file, param_name)
87
88 def valid_all_params(self):
89 #lifecycle_status

Callers

nothing calls this directly

Calls 2

get_api_specFunction · 0.70
get_paramsFunction · 0.70

Tested by

no test coverage detected