OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [mp3/] [lib/] [xilinx/] [unisims/] [CY4_01.v] - Rev 266

Go to most recent revision | Compare with Previous | Blame | View Log

// $Header: /home/marcus/revision_ctrl_test/oc_cvs/cvs/or1k/mp3/lib/xilinx/unisims/CY4_01.v,v 1.1.1.1 2001-11-04 18:59:46 lampret Exp $
 
/*
 
FUNCTION	: Carry modes functions
 
*/
 
`timescale  100 ps / 10 ps
 
`celldefine
 
module CY4_01 (C0, C1, C2, C3, C4, C5, C6, C7);
 
    parameter cds_action = "ignore";
 
    output C0, C1, C2, C3, C4, C5, C6, C7;
 
	supply1 C7;
	supply0 C6;
	supply1 C5;
	supply1 C4;
	supply1 C3;
	supply0 C2;
	supply1 C1;
	supply0 C0;
 
endmodule
 
`endcelldefine
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.