edalize icon indicating copy to clipboard operation
edalize copied to clipboard

EDAM file: toplevel list of string

Open qarlosalberto opened this issue 1 year ago • 1 comments

I see in the EDAM documentation:

image

Is it possible to use it in all the tools? For example for GHDL? I'm having errors with this EDAM file:

{
  "files": [
    {
      "name": "/home/carlos/repo/colibri2/tests/project_manager/tools/edalize/helpers/ghdl/half_adder_tb.vhd",
      "file_type": "vhdlSource-2008",
      "is_include_file": false,
      "include_path": "",
      "logical_name": ""
    },
    {
      "name": "/home/carlos/repo/colibri2/tests/project_manager/tools/edalize/helpers/ghdl/half_adder.vhd",
      "file_type": "vhdlSource-2008",
      "is_include_file": false,
      "include_path": "",
      "logical_name": ""
    }
  ],
  "hooks": {
    "pre_build": [],
    "post_build": [],
    "pre_run": [],
    "post_run": []
  },
  "name": "ghdl-prj",
  "tool_options": {
    "ghdl": {
      "analyze_options": [],
      "run_options": []
    }
  },
  "toplevel": ["half_adder_process_tb", "other_tb"]
}
Error: 'list' object has no attribute 'split'

qarlosalberto avatar Sep 24 '22 15:09 qarlosalberto