URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [mp3_stable/] [mp3/] [lib/] [xilinx/] [unisims/] [PULLUP.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/PULLUP.v,v 1.1.1.1 2001-11-04 18:59:50 lampret Exp $ /* FUNCTION : pullup cell */ `timescale 100 ps / 10 ps `celldefine module PULLUP (O); parameter cds_action = "ignore"; output O; pullup (A); buf (weak0,weak1) #(1,1) (O,A); endmodule `endcelldefine
Go to most recent revision | Compare with Previous | Blame | View Log