Open
Conversation
|
The original error is gone, but now I get the following lines: C:\msys64\ucrt64\bin\ghdl.exe:error: unknown command option '-o'
C:\msys64\ucrt64\bin\ghdl.exe:error: if the option is a simulation option, place it after toplevel unitI'm testing with ghdl/ghdl@bababe6 installed via |
2aa8ba8 to
c563d62
Compare
Collaborator
Author
|
@creiter64 Have another try! Are you using the coverage feature? |
|
I tried again, from the debug output I got the following (redacted): C:\msys64\ucrt64\bin\ghdl --elab-run --std=08 --work=tb
--workdir=C:\<snip>\sim-vunit\vunit_out\ghdl\libraries\tb
-PC:\<snip>\sim-vunit\vunit_out\ghdl\libraries\vunit_lib
-PC:\<snip>\sim-vunit\vunit_out\ghdl\libraries\evk
-PC:\<snip>\sim-vunit\vunit_out\ghdl\libraries\vunit_test_runner_lib
-PC:\<snip>\sim-vunit\vunit_out\ghdl\libraries\tb
-o C:\<snip>\sim-vunit\vunit_out\test_output\cb4bd712ab6af2784bff0830ba5bca8a6adfc752\ghdl\ebv_frame_dropper_tb-sim ebv_frame_dropper_tb
sim
--max-stack-alloc=512
--ieee-asserts=disable
-gdrop_pattern=drop_all
-ginput_file=C:/<snip>/testbench/test_data/frame_at_once_in.ebv
-greference_file=C:/<snip>/testbench/test_data/frame_at_once_drop_all_ref.ebv
-grunner_cfg=active python runner : true,
enabled_test_cases : drop_test,
output path : C::/<snip>/build/evk__ebv-frame-dropper_0.0.1/sim-vunit/vunit_out/test_output/71d1d62c082b797a97e253099bdeea9bfcdb85aa/,
seed : 0d9a2cd9fe313761,
tb path : C::/<snip>/build/evk__ebv-frame-dropper_0.0.1/sim-vunit/src/evk__ebv-frame-dropper_0.0.1/testbench/,
use_color : true --assert-level=error -gdrop_pattern=drop_firstSo the I guess it comes from this this line I think the $ ghdl help elab-run
elab-run [OPTS] UNIT [ARCH] [RUNOPTS]
Elaborate and run design UNIT
aliases: --elab-run, -r, run
Main options (try --options-help for details):
--std=XX
Use XX as VHDL standard (87,93c,93,00,02 or 08)
--work=NAME
Set the name of the WORK library
-PDIR
Add DIR in the library search path
--workdir=DIR
Specify the directory of the WORK library
-fsynopsys
Allow to use synopsys packages in ieee library
-frelaxed
Relax semantic rules
-fexplicit
Gives priority to explicit operator redefinitions
--debug Run with debugger
--expect-failure Expect analysis/elaboration failure
--time-resolution=UNIT Set the resolution of type time
UNIT can be fs, ps, ns, us, ms, sec or auto
$ ghdl help-options
Main options:
--work=LIB use LIB as work library
--workdir=DIR use DIR for the file library
-PPATH add PATH in the library path list
--std=87/93/00/02/08 select vhdl 87/93/00/02/08 standard
--std=93c select vhdl 93 standard and allow 87 syntax
--[no-]vital-checks do [not] check VITAL restrictions
-Wx or --warn-x enable a warning (see help-warnings
-Wall enables all warnings.
-Werror turns warnings into errors
Extensions:
-fexplicit give priority to explicitly declared operator
-frelaxed-rules relax some LRM rules
-C --mb-comments allow multi-bytes chars in a comment
--bootstrap allow --work=std
--syn-binding use synthesis default binding rule
-fpsl parse psl in comments
Compilation list:
-l[sca] after semantics, canon or annotation
--lall -lX options apply to all files
-lv verbose list
-v disp compilation stages
Compilation dump:
-d[psa] dump tree after parse, semantics or annotate
--dall -dX options apply to all files
--dump-drivers dump processes drivers |
|
Line 215 in c563d62 |
Collaborator
Author
|
Did you try my latest update? |
c563d62 to
54bb472
Compare
Collaborator
Author
|
Sorry, never pushed it... Now it should be fixed |
54bb472 to
11a40d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.