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

Subversion Repositories versatile_counter

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /versatile_counter/trunk/rtl/verilog
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

/versatile_counter.v
5,7 → 5,7
module `CNT_MODULE_NAME
(
`ifdef CNT_TYPE_GRAY
output reg [`CNT_LENGTH:1] q,
output reg [`CNT_LENGTH:1] q,
`ifdef CNT_Q_BIN
output [`CNT_LENGTH:1] q_bin,
`endif
40,9 → 40,15
);
`ifdef CNT_SET
`ifndef CNT_SET_VALUE
`define CNT_SET_VALUE 0
`endif
parameter set_value = `CNT_SET_VALUE;
`endif
`ifdef CNT_WRAP
`ifndef CNT_WRAP_VALUE
`define CNT_WRAP_VALUE 0
`endif
parameter wrap_value = `CNT_WRAP_VALUE;
`endif
 

powered by: WebSVN 2.1.0

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