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

How to run testbench in widows #1

Open
hee12343 opened this issue Feb 23, 2022 · 2 comments
Open

How to run testbench in widows #1

hee12343 opened this issue Feb 23, 2022 · 2 comments

Comments

@hee12343
Copy link

Hi, I'm going to tune and use your project.
However, I don't understand the behavior of some signals, so I want to run the simulation.
Several problems arise here.

First, the biggest problem is the OS.
I am developing in a window environment, and I don't have a PC or virtual machine in the Linux system.
Accordingly, the make command could not be used. I succeeded in opening the make file and constructing the project using the editor.
Simulation also opened the make file and confirmed that only test20 was activated, and test20 was compiled by vivado to proceed with the test.
However, in NVMeWrite.vhd, the "buffers" signal encountered a "multiple driving net" error.
It seems to me that the problem was caused by the initial value-giving part of the buffer signal, so after deactivating this part, simulation was attempted again, but the error did not disappear.
I wonder if other additional actions are needed, not just adding a test bench to turn the simulation.

The second question is...I'm curious about the usage of the .sav file in \pl-intermediate-master\sim\testbench.

Finally, some of the testbench use AXIl, a library that does not exist in compressed files.
In addition, the port of NvmE Storage is different.
It looks like a testbench made in the previous version, but there is a testbench that I want to do a double test.
I'm curious about the method.

PS. Can I get the entire project file by any chance....?

@ademgolcuk
Copy link

ademgolcuk commented Nov 21, 2022

Hi,

I'm going to use the environment here. Any progress in your work?
I'm going to work it on windows machine. Did you run the test env. without any problems?
Are there any known bugs of the IP?
I plan to contribute by working on the items described under the heading "Ideas for Future Work" in the design document.

Best Regards,
Adem

@xujiangyu0619
Copy link

This code cannot compile completely. I don't know why.

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

No branches or pull requests

3 participants