Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefix problem #23

Closed
veripoolbot opened this issue Jul 20, 2008 · 4 comments
Closed

prefix problem #23

veripoolbot opened this issue Jul 20, 2008 · 4 comments
Labels
resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: cy wang
Original Redmine Issue: 23 from https://www.veripool.org
Original Date: 2008-07-20


./configure --prefix=/XX/local;make;make install
the following files are installed.
-->
/XX/local/bin/verilator
/XX/local/bin/verilator_bin
/XX/local/share/verilator/include
/XX/local/share/verilator/src

setenv VERILATOR_ROOT /XX/local/share/verilator
or
setenv VERILATOR_ROOT /XX/local

verilator -cc xx.v

all have problems

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: cy wang
Original Date: 2008-07-20T11:53:13Z


./configure --prefix=/XX/local;make;make install
the following files are installed.
--> 
/XX/local/bin/verilator 
/XX/local/bin/verilator_bin 
/XX/local/share/verilator/include 
/XX/local/share/verilator/src

setenv VERILATOR_ROOT /XX/local/share/verilator 
or 
setenv VERILATOR_ROOT /XX/local

verilator -cc xx.v

all have problems

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-07-21T15:12:25Z


What sort of problems? What's the error message?

Do you see the files in the installed locations?

Also try it without setting VERILATOR_ROOT, that shouldn't be needed if installing.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: cy wang
Original Date: 2008-07-22T16:20:18Z


Wilson Snyder wrote:

What sort of problems? What's the error message?

Do you see the files in the installed locations?

Also try it without setting VERILATOR_ROOT, that shouldn't be needed if installing.

I got this problem in version 3.665.
However, git version work well. Setting VERILATOR_ROOT is not needed. Thank you.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-07-22T18:29:41Z


Thanks for following up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

1 participant