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

can't get correct frequency #4

Open
ZhaoBaofu opened this issue Mar 27, 2018 · 3 comments
Open

can't get correct frequency #4

ZhaoBaofu opened this issue Mar 27, 2018 · 3 comments

Comments

@ZhaoBaofu
Copy link

Hi, I run the command "gemx_func_test" in the shell "run_app.sh" from the latest version of gemx, but I can't get the correct frequency , and the INFO information is "INFO: kernel xclbin frequency is MHz", is there anything wrong? I notice that there is no shell but SHELL definition in the Makefile.

@lisaliu1
Copy link

gemx_func_test is for cpu emulation, it doesn't generate RTL code. Hence you don't have frequency.

@ZhaoBaofu
Copy link
Author

Thank you!
BTW, how can I get the resources and timing results of RTL synthesis or implementation when I run "gemm_perf" command in the shell "run_app.sh"?

@lisaliu1
Copy link

run
vim out_hw/_xocc_link_gemx_gemx.dir/_vpl/ipi/imp/imp.runs/impl_1/kernel_util_routed.rpt
to find out resource usage
run
vim out_hw/_xocc_link_gemx_gemx.dir/_vpl/ipi/imp/imp.runs/impl_1/updated_full_design_timing_summary_routed.rpt
to find out timing report.

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

2 participants