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

changing --> p_system_clock("clk", 10.0, p_system); #244

Open
thala7 opened this issue Aug 16, 2017 · 1 comment
Open

changing --> p_system_clock("clk", 10.0, p_system); #244

thala7 opened this issue Aug 16, 2017 · 1 comment

Comments

@thala7
Copy link

thala7 commented Aug 16, 2017

Hi,
I want to modify the p_system_clock parameter value to reach 50Mhz clock speed.
How can i adjust the correct parameter value to reach 50Mhz clock speed.
Could you suggest me the document or any other guidelines to change the clock speed.
Thank you

// Decide whether LT or AT
gs::gs_param p_system_at("at", false, p_system);
gs::gs_param p_system_ncpu("ncpu", 1, p_system);

gs::gs_param p_system_clock("clk", 10.0, p_system);

gs::gs_param<std::string> p_system_osemu("osemu", "", p_system);
gs::gs_param<std::string> p_system_log("log", "", p_system);

gs::gs_param_array p_report("report", p_conf);
gs::gs_param<bool> p_report_timing("timing", true, p_report);
gs::gs_param<bool> p_report_power("power", true, p_report);

/*

@thala7
Copy link
Author

thala7 commented Aug 21, 2017

I have changed the parameter value to 20, as it has mentioned NS(nanoseconds) in the code.

could anyone suggest me the document to understand the clock characterization in the SoCRocket?

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

1 participant