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

Test issue #2

Closed
eine opened this issue Sep 16, 2019 · 1 comment
Closed

Test issue #2

eine opened this issue Sep 16, 2019 · 1 comment

Comments

@eine
Copy link
Owner

eine commented Sep 16, 2019

Body of the test issue.

#!/usr/bin/env sh
python3 run.py -v

#:image: ghdl/vunit:mcode
from os.path import join, dirname
from vunit import VUnit
vu = VUnit.from_argv()
vu.add_library("lib").add_source_files(join(dirname(__file__), "*.vhd"))
vu.main()

#:file: run.py
library vunit_lib;
context vunit_lib.vunit_context;

entity tb_repro is
  generic ( runner_cfg : string );
end entity;

architecture tb of tb_repro is
begin
  main: process
  begin
    test_runner_setup(runner, runner_cfg);
    info("Hello world!");
    test_runner_cleanup(runner);
    wait;
  end process;
end architecture;

--:file: tb_repro.vhd

tb_mwe.vhd.txt

@github-actions
Copy link

Welcome message!

eine pushed a commit that referenced this issue Nov 14, 2019
Rename actions.yml to action.yml
@eine eine closed this as completed Jan 19, 2022
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

1 participant