-
Notifications
You must be signed in to change notification settings - Fork 47
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
A simple example for checking spinal-sim environment #2
Comments
Bug:Failed to execute simulation and log showed :
Environment:PC1
PC2
DescriptionI installed MSYS2 and Verilator correctly according to the tutorial, but it showed the bug mentioned above when run the simulation on PC1 , but it worked normally on PC2.The steps to install MSYS2 and Verilator were the same for both.The previous JDK for PC1 was 1.13. , which I later changed to 1.8, but the emulation still did not run correctly. |
@AlkaidDoge check the windows environment variable $PATH, make sure it's clean . |
|
[Progress] Simulation workspace in D:\scala project\demo1.\simWorkspace\Sawtooth why "assertion failed: Verilator C++ model compilation failed" would happen |
copy and paste the following code to your project, then make sure this pure simple case work on your env.
The text was updated successfully, but these errors were encountered: