Skip to content

Instantly share code, notes, and snippets.

@cr1901
Created September 20, 2015 07:57
Show Gist options
  • Save cr1901/903acd7419adabd3b087 to your computer and use it in GitHub Desktop.
Save cr1901/903acd7419adabd3b087 to your computer and use it in GitHub Desktop.
Migen Test Results 87a85319
$ 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