[Libre-soc-dev] Libre-soc Environment Installation

Santhosh Kumar V V . 123040015 at sastra.ac.in
Tue Jun 14 12:43:17 BST 2022


Hi sir, I tried running "nosetests3" there are several errors but all of
them are ModuleNotFoundError: No module named 'vcd'

======================================================================
ERROR: test_xor_unary (tests.test_sim.SimulatorUnitTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/src/nmigen/tests/test_sim.py", line 91, in test_xor_unary
    self.assertStatement(stmt, [C(0b00, 2)], C(0))
  File "/home/src/nmigen/tests/test_sim.py", line 30, in assertStatement
    sim = Simulator(frag)
  File "/home/src/nmigen/nmigen/sim/core.py", line 60, in __init__
    from .pysim import PySimEngine
  File "/home/src/nmigen/nmigen/sim/pysim.py", line 4, in <module>
    from vcd import VCDWriter
ModuleNotFoundError: No module named 'vcd'

I tried installing VCD from pip3 but the error persists still.



-- 
Santhosh Kumar V V,
M.Tech VLSI Design
SASTRA Deemed University,
Thanjavur.


More information about the Libre-soc-dev mailing list