Line 1... |
Line 1... |
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//// ////
|
//// ////
|
//// 8051 alu carry select module ////
|
//// 8051 alu carry select module ////
|
//// ////
|
//// ////
|
//// This file is part of the 8051 cores project ////
|
//// This file is part of the 8051 cores project ////
|
//// http://www.opencores.org/cores/8051/ ////
|
//// http://www.opencores.org/cores/turb08051/ ////
|
//// ////
|
//// ////
|
//// Description ////
|
//// Description ////
|
//// Multiplexer wiht whitch we select carry in alu ////
|
//// Multiplexer wiht whitch we select carry in alu ////
|
//// ////
|
//// ////
|
//// To Do: ////
|
//// To Do: ////
|
//// nothing ////
|
//// nothing ////
|
//// ////
|
//// ////
|
//// Author(s): ////
|
//// Author(s): ////
|
//// - Simon Teran, simont@opencores.org ////
|
//// - Simon Teran, simont@opencores.org ////
|
|
//// - Dinesh Annayya, dinesha@opencores.org ////
|
//// ////
|
//// ////
|
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//// ////
|
//// ////
|
//// Copyright (C) 2000 Authors and OPENCORES.ORG ////
|
//// Copyright (C) 2000 Authors and OPENCORES.ORG ////
|
//// ////
|
//// ////
|
Line 50... |
Line 51... |
// Revision 1.2 2002/09/30 17:33:59 simont
|
// Revision 1.2 2002/09/30 17:33:59 simont
|
// prepared header
|
// prepared header
|
//
|
//
|
//
|
//
|
|
|
// synopsys translate_off
|
|
`include "oc8051_timescale.v"
|
|
// synopsys translate_on
|
|
|
|
`include "oc8051_defines.v"
|
`include "top_defines.v"
|
|
|
|
|
module oc8051_cy_select (cy_sel, cy_in, data_in, data_out);
|
module oc8051_cy_select (cy_sel, cy_in, data_in, data_out);
|
//
|
//
|
// cy_sel (in) carry select, from decoder (see defines.v) [oc8051_decoder.cy_sel -r]
|
// cy_sel (in) carry select, from decoder (see defines.v) [oc8051_decoder.cy_sel -r]
|