-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new module, autoreg and eventmanager Migen APIs
Sebastien Bourdeauducq
committed
Mar 10, 2013
1 parent
2059592
commit a9b7235
Showing
21 changed files
with
421 additions
and
568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#ifndef __CSRBASE_H | ||
#define __CSRBASE_H | ||
|
||
#define UART_BASE 0xe0000000 | ||
#define DFII_BASE 0xe0000800 | ||
#define ID_BASE 0xe0001000 | ||
#define TIMER0_BASE 0xe0001800 | ||
#define MINIMAC_BASE 0xe0002000 | ||
#define FB_BASE 0xe0002800 | ||
#define ASMIPROBE_BASE 0xe0003000 | ||
#define UART_BASE 0xe0000000 | ||
#define DFII_BASE 0xe0000800 | ||
#define IDENTIFIER_BASE 0xe0001000 | ||
#define TIMER0_BASE 0xe0001800 | ||
#define MINIMAC_BASE 0xe0002000 | ||
#define FB_BASE 0xe0002800 | ||
#define ASMIPROBE_BASE 0xe0003000 | ||
|
||
#endif /* __CSRBASE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.