Last change
on this file since 577 was
158,
checked in by alain, 13 years ago
|
Introducing the three sub-directories in the softs directory:
- giet_tsar
- soft_filter_giet
- soft_transpose_giet
|
File size:
400 bytes
|
Line | |
---|
1 | #ifndef GCD_REGS_H |
---|
2 | #define GCD_REGS_H |
---|
3 | |
---|
4 | enum SoclibLcdRegisters { |
---|
5 | GCD_OPA = 0, |
---|
6 | GCD_OPB = 1, |
---|
7 | GCD_START = 2, |
---|
8 | GCD_STATUS = 3, |
---|
9 | /**/ |
---|
10 | GCD_SPAN = 4, |
---|
11 | }; |
---|
12 | |
---|
13 | #endif |
---|
14 | |
---|
15 | // Local Variables: |
---|
16 | // tab-width: 4; |
---|
17 | // c-basic-offset: 4; |
---|
18 | // c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
19 | // indent-tabs-mode: nil; |
---|
20 | // End: |
---|
21 | // |
---|
22 | // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.