| 
                Last change
                  on this file since 88 was
                  88,
                  checked in by rosiere, 17 years ago
           | 
        
        
          | 
               
Almost complete design 
with Test and test platform 
 
           | 
        
        
          
            
              - 
                  Property svn:keywords set to
                  
Id
               
             
           | 
        
        | 
            File size:
            396 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | #include "Behavioural/include/SPR_access_mode.h" | 
|---|
| 2 |  | 
|---|
| 3 | namespace morpheo { | 
|---|
| 4 | namespace behavioural { | 
|---|
| 5 |  | 
|---|
| 6 |   void SPR_access_mode::invalid_register (uint32_t num_group, uint32_t num_reg) | 
|---|
| 7 |   { | 
|---|
| 8 |     if (valid(num_group, num_reg)) | 
|---|
| 9 |       change_mode (num_group, num_reg, spr_access_mode_t(SPR_ACCESS_MODE_NONE,SPR_ACCESS_MODE_NONE)); | 
|---|
| 10 |   } | 
|---|
| 11 |  | 
|---|
| 12 | }; // end namespace behavioural | 
|---|
| 13 | }; // end namespace morpheo               | 
|---|
| 14 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.