dev: Make the ethernet devices use a non-zero clock
Review Request #1586 - Created Dec. 6, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9387:9d75feaa7b50 --------------------------- dev: Make the ethernet devices use a non-zero clock This patch changes the NS gige controller to have a non-clock, and sets the default to 500 MHz. The blocks that could prevoiusly be by-passed with a zero clock are now always present, and the user is left with the option of setting a very high clock frequency to achieve a similar performance.
util/regress all passing (disregarding t1000 and eio)
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| I don't think this is the right answer. If you want to get rid of the zero clock (which disables ... | Nathan Binkert | Dec. 12, 2012, 9:23 a.m. | Open |
Posted (Dec. 12, 2012, 9:23 a.m.)
-
src/dev/ns_gige.cc (Diff revision 1) -
I don't think this is the right answer. If you want to get rid of the zero clock (which disables clocking), add a flag to disable clocking and make it the default.
Ship It!
