-
Notifications
You must be signed in to change notification settings - Fork 162
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
Full testbench is not working #1528
Comments
Hello! I have had similar experience in openfpga_flow/tasks/basic_tests/full_testbench/configuration_chain/. Have you found the issue? Please let me know how to resolve this. Thank you, Chaitali |
Hello, I am encountering a similar issue with the openfpga_flow/fpga_verilog/dsp/single_mode_mult_8x8 task. Specifically, the full testbench stalls at a certain point when loading the bitstream, while the formal testbench operates as expected. Interestingly, this stalling also occurs with a full_tb on an architecture that I manually modified. Have you been able to identify the root cause of this problem? |
@Lukemagik @ducminhnguyen123 any luck with this issue? I haven't found the solution yet. |
@chaitalisathe |
@Lukemagik Thank you! I tried configuration frame and it worked. I was able to generate fabric, bitstream and load into FPGA. and now vvp verification is failing. It's not freezing but I am not getting proper output signals from the fabric. |
Hi, @chaitalisathe , which benchmarks are not working? |
@Lukemagik I am running this script - task.config file under configuration_frame folder reads as follows- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =timeout_each_job : FPGA Task script splits fpga flow into multiple jobsEach job execute fpga_flow script on combination of architecture & benchmarktimeout_each_job is timeout for each job= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =[GENERAL] [OpenFPGA_SHELL] [ARCHITECTURES] [BENCHMARKS] [SYNTHESIS_PARAM] |
I have not made any changes in benchmark or architecture .xml files. |
Dear tangxifan,
I have used this folder: openfpga_flow/tasks/basic_tests/k4_series/k4n4_fracff to run openfpga. Preconfigured testbench runs and give expected results. However, within same task I also generate full testbench but it froze at vvp_verification. When I simulated this full testbench on questasim tool, it is broken like this picture below.
What would be my problem? How can I solve this issue?
I also comment 2 line (line 56, line 57) like this picture below but it can not still work
Best regard,
Duc Tiger
The text was updated successfully, but these errors were encountered: