eine
eine
@eschmidscs, this PR was just rebased and brought up to date. Please, check it out, and run the compliance tests with your simulators, and/or use your usual designs/tests. Report any...
It seems that there is a single `set_sim_option` which does not accept overwrite: https://github.com/VUnit/vunit/search?q=%22def+set_sim_option%22 I'd say that moving https://github.com/VUnit/vunit/blob/c35d3dc392ef7557db1dcbba61d86753c912c635/vunit/configuration.py#L224-L227 to https://github.com/VUnit/vunit/blob/c35d3dc392ef7557db1dcbba61d86753c912c635/vunit/configuration.py#L122-L127 would be the easiest fix. Moreover, it might be...
Hi @o-haddad! I'm not aware of VUnit having being tested on cygwin before. On windows, there seems to be multiple different possibilities to get python (https://www.python.org/downloads/, cygwin, msys2/mingw, WSL, docker...),...
Where is `VUNIT_RIVIERAPRO_PATH` pointing to?
FTR, [April 28, 2021 4:16 PM](https://gitter.im/VUnit/vunit?at=60896e4c2c5b9d392f39fe06): > the mistery is in https://github.com/VUnit/vunit/blob/master/vunit/ui/common.py#L60-L65. All the functions in the API are documented as receiving a single argument (https://github.com/VUnit/vunit/blob/859819f49a97b7096dd169088f9b5f72d133aac7/vunit/ui/library.py#L172) but when they call...
IIRC, the `--export-json` was added mainly for Sigasi (#347). I assume it is used in that context for running simulation/synthesis tools, rather than providing access to the sources. Otherwise, some...
What is the context? That is: - What does `$ make compile` do? - Which terminal are you executing the command on? - What are the versions of Python and...
> Nice! Once I get my ECP5 eval board, I can try synthesizing Microwatt and placing it onto there. :) Ty for your help! AFAIK, microwatt is synthesisable with ghdl...
@jeremyd2019 if I don't get it wrong, the feature your are requesting is implemented already, but disabled by default. See https://github.com/msys2/setup-msys2/commit/434d91ba7b60de97cd851824772741e4d55b9223, #61 and #50.
@jeremyd2019, I see. I was confused because we do have tool-cache as a dependency (https://github.com/msys2/setup-msys2/blob/master/package.json#L33), but we use it for downloading the tarball/installer only. I think the solution would to...