Created
September 20, 2015 07:57
-
-
Save cr1901/903acd7419adabd3b087 to your computer and use it in GitHub Desktop.
Migen Test Results 87a85319
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
$ python3 -m unittest | |
.........................................E | |
====================================================================== | |
ERROR: test_asic_syntax (test_syntax.SyntaxCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "F:/Projects/migen/migen/test\test_syntax.py", line 62, in test_asic_syntax | |
self.base_test("asic", True, options) | |
File "F:/Projects/migen/migen/test\test_syntax.py", line 45, in base_test | |
stderr=subprocess.DEVNULL, shell=True) | |
File "C:/msys64/mingw32/lib/python3.4\subprocess.py", line 561, in check_call | |
raise CalledProcessError(retcode, cmd) | |
subprocess.CalledProcessError: Command 'verilator --lint-only -Wno-WIDTH test_module_asic.v' returned non-zero exit status 1 | |
---------------------------------------------------------------------- | |
Ran 42 tests in 4.331s | |
FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment