head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.01.23.17.15.46; author waqqas.jabbar; state Exp; branches; next ; commitid 3bf479776314567; desc @@ 1.1 log @Initial version @ text @module down_counter(in, out); parameter dw = 8; input [dw-1:0] in; output [dw-1:0] out; assign out = in - 1; endmodule @