| Line 34... | Line 34... | 
      
        | //
 | //
 | 
      
        | // *Author(s):
 | // *Author(s):
 | 
      
        | //              - Olivier Girard,    olgirard@gmail.com
 | //              - Olivier Girard,    olgirard@gmail.com
 | 
      
        | //
 | //
 | 
      
        | //----------------------------------------------------------------------------
 | //----------------------------------------------------------------------------
 | 
      
        | // $Rev: 192 $
 | // $Rev: 202 $
 | 
      
        | // $LastChangedBy: olivier.girard $
 | // $LastChangedBy: olivier.girard $
 | 
      
        | // $LastChangedDate: 2013-12-17 21:15:28 +0100 (Tue, 17 Dec 2013) $
 | // $LastChangedDate: 2015-07-01 23:13:32 +0200 (Wed, 01 Jul 2015) $
 | 
      
        | //----------------------------------------------------------------------------
 | //----------------------------------------------------------------------------
 | 
      
        | `ifdef OMSP_NO_INCLUDE
 | `ifdef OMSP_NO_INCLUDE
 | 
      
        | `else
 | `else
 | 
      
        | `include "openMSP430_defines.v"
 | `include "openMSP430_defines.v"
 | 
      
        | `endif
 | `endif
 | 
      
        | Line 248... | Line 248... | 
      
        |                       inst_alu[`ALU_XOR]    ? {V_xor,N,Z,~Z}           : {V,N,Z,C};
 |                       inst_alu[`ALU_XOR]    ? {V_xor,N,Z,~Z}           : {V,N,Z,C};
 | 
      
        |  
 |  
 | 
      
        | assign  alu_stat_wr = (inst_alu[`ALU_STAT_F] & exec_cycle) ? 4'b1111 : 4'b0000;
 | assign  alu_stat_wr = (inst_alu[`ALU_STAT_F] & exec_cycle) ? 4'b1111 : 4'b0000;
 | 
      
        |  
 |  
 | 
      
        |  
 |  
 | 
      
        |   | // LINT cleanup
 | 
      
        |   | wire    UNUSED_inst_so_rra  = inst_so[`RRA];
 | 
      
        |   | wire    UNUSED_inst_so_push = inst_so[`PUSH];
 | 
      
        |   | wire    UNUSED_inst_so_call = inst_so[`CALL];
 | 
      
        |   | wire    UNUSED_inst_so_reti = inst_so[`RETI];
 | 
      
        |   | wire    UNUSED_inst_jmp     = inst_jmp[`JMP];
 | 
      
        |   | wire    UNUSED_inst_alu     = inst_alu[`EXEC_NO_WR];
 | 
      
        |   |  
 | 
      
        | endmodule // omsp_alu
 | endmodule // omsp_alu
 | 
      
        |  
 |  
 | 
      
        | `ifdef OMSP_NO_INCLUDE
 | `ifdef OMSP_NO_INCLUDE
 | 
      
        | `else
 | `else
 | 
      
        | `include "openMSP430_undefines.v"
 | `include "openMSP430_undefines.v"
 |