-
Notifications
You must be signed in to change notification settings - Fork 61
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
Makefile expects Cadence even though BSG_PLATFORM is set to verilator #650
Comments
Neither cadence nor Synopsys tools are required for Verilator, so you can comment out the offending checks |
You may also be able to set For example, bsg_manycore/software/mk/Makefile.verilog Line 20 in 841b543
|
Not really working (under
I didn't edit the Makefiles, though. |
I tried commenting out the include in makefile, but I cannot get
|
Are you using the Verilator included or your own version? There is a “no timescale” parameter to add, but I’m not sure why the issue would be popping up in your build and not ours |
I have verilator 4.038 installed on my machine, so I think this is the one used. I don't see verilator installed by BSG tools, though. |
Oh yeah that's fairly old. We've tagged 4.220 as a golden release for bsg_manycore. In general, would recommend you start with the bladerunner meta-repo at: https://github.com/bespoke-silicon-group/bsg_bladerunner, but at the least I would try upgrading Verilator |
I was not aware of the repo. I will try updating verilator first. Perhaps you can update the README and website for it? I had #649 applied so I will need to figure out what to do first, though. |
As title. I am unable to do
make machine
even with the variable set. It looks like BSG is still expecting the Cadence tools. Are they required?The text was updated successfully, but these errors were encountered: