Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDAM file: toplevel list of string #343

Open
qarlosalberto opened this issue Sep 24, 2022 · 1 comment
Open

EDAM file: toplevel list of string #343

qarlosalberto opened this issue Sep 24, 2022 · 1 comment

Comments

@qarlosalberto
Copy link

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'
@olofk
Copy link
Owner

olofk commented Sep 29, 2022

It is supposed to work with all tools, but you're right, it's currently broken in the ghdl backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants