/dvbt/trunk/release/rtl/lib_rtl/vconst_lib.v
Verilog | 11 lines | 5 code | 3 blank | 3 comment | 0 complexity | 915de0614291f57e63bc6f7b8dcaee01 MD5 | raw file
1//`include "vconst.v" 2 3`timescale 1 ns / 100 ps 4// ????????? ???? 5`define WIDTH 8 // ??????????? ?????? 6 7// for wrapper 8`define DELAY 8 9`define IN_WIDTH 8 10`define OUT_WIDTH 8 11