antmicro / cocotb-verilator-build

25 stars 4 forks source link

Quick Start Guide issues #2

Closed oj-amazing closed 5 years ago

oj-amazing commented 5 years ago

Hitting some bumps when setting up my environment.

  1. env/bin/verilator does not exist. Is this expected? I had to install Verilator using sudo apt-get install verilator instead.

  2. make env/bin/cocotb-config run to completion, but running ./cocotb-config results in an error message: cocotb-config: command not found. Even doing pip install cocotb results in the same issue. Am I missing a package or dependency?

ZvonimirBandic commented 5 years ago

Can you move the discussion to https://github.com/chipsalliance/tools-cocotb-verilator-build? THANKS! Zvonimir

On Fri, Jul 12, 2019 at 8:45 AM oj-amazing notifications@github.com wrote:

Hitting some bumps when setting up my environment.

1.

env/bin/verilator does not exist. Is this expected? I had to install Verilator using sudo apt-get install verilator instead. 2.

make env/bin/cocotb-config run to completion, but running ./cocotb-config results in an error message: cocotb-config: command not found. Even doing pip install cocotb results in the same issue. Am I missing a package or dependency?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/antmicro/cocotb-verilator-build/issues/2?email_source=notifications&email_token=AAI5KIYBAOKTZJDTODVSHWTP7CRILA5CNFSM4ICMLBE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G65G2PQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI5KI6GO34CV45ENP4DKLTP7CRILANCNFSM4ICMLBEQ .

oj-amazing commented 5 years ago

Done!