Skip to content

Cannot load gtkwave tcl script using ghdl.gtkwave_script.gui #563

@elhasab

Description

@elhasab

My run.py includes the following line:
tc.set_sim_option("ghdl.gtkwave_script.gui", join(test_path, "gtkwave.tcl"))

which produces the following error message:
GTKWAVE | couldn't read file ""/home/docker/DDR3/src/test/gtkwave.tcl"": no such file or directory

Removing the extra quotes below solves the problem:

cmd += ["--script", "\"{}\"".format(abspath(init_file))]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions