-
Notifications
You must be signed in to change notification settings - Fork 681
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
chipyard.config.WithTileFrequency not working in 1.9.0 #1423
Comments
It doesn't appear to be a config bug, the same behavior exists in |
Reorder the |
For context, the |
FYI those reported frequencies are only used by the fake "clock approximator" divideronlyclockgenerator used for RTL sim/FireSim. They otherwise have no bearing on the physical implementation of the chip, in which you'll need to integrate a PLL or a clock receiver. #1427 resolves this issue, and also provides a demo |
issue fixed by reordering config. |
Background Work
Chipyard Version and Hash
Release: 1.9.0
Hash: 7475bfb
OS Setup
Ex: Output of
uname -a
+lsb_release -a
+printenv
+conda list
uname - a
Linux ece015.ece.local.cmu.edu 3.10.0-1160.83.1.el7.x86_64 #1 SMP Mon Dec 19 10:44:06 UTC 2022 x86_64 GNU/Linux
lsb_release -a
printenv (w/o pdk proprientary info)
conda list
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
skipped FireMarshal install b/c it resulted in a crash (also probably a bug, will file later)
Current Behavior
Config
results in
Expected Behavior
Tile Frequency should be 750MHz, and Input Reference Clock should also be 750MHz.
Other Information
No response
The text was updated successfully, but these errors were encountered: