Rodrigo A. Melo

Results 46 comments of Rodrigo A. Melo

I did not found this sentence in IEEE Std 1076-1993 or IEEE Std 1364-2001. In the last one, the string support is depicted in section 2.6, page 10.

Great! Thanks. I will try and let you know.

Hi @powARman news about this PR? I am using Xcelium at work and I want to introduce Vunit to perform TDD. I am new at Vunit, and I will try...

I am interested on that :-D any news? Or Verilator?

Which one @cmarqu ? both of them? (I have no access to incisive).

I broke something. In master, `pytest tests/unit` is ok, but in my branch, there are a lot of complaints about: ``` > raise ArgumentError(action, message % conflict_string) E argparse.ArgumentError: argument...

To be able to launch a test, I removed Incisive from my local copy. I have complaints about `vunit/tests/acceptance/artificial_out/xunit.xml` (and effectively, `artificial_out` is not created).

@cmarqu taking into account that Xcelium is the newest, and Incisive could be deprecated sometime in the future, I defined the CLI arguments for both at xcelium.py. I put a...

> > Which one @cmarqu ? both of them? (I have no access to incisive). > > Ah, the GitHub GUI is not really good here; I commented specifically on...

I applied two fixes in VHDL packages (based on https://github.com/VUnit/vunit/issues/325#issuecomment-907752061 and from #684) and now when I run under `examples/vhdl/user_guide`, I get: ``` /vunit/examples/vhdl/user_guide$ python3 run.py WARNING - //vunit/examples/vhdl/user_guide/tb_example_many.vhd: failed...