/********************************************** _ _ Cook Darwin __

_ descript: author : Cook.Darwin Version: VERA.0.0 created: 2021-05-30 12:21:54 +0800 madified: ***********************************************/ `timescale 1ns/1ps

module test_top (

input             sys_clock,
output logic[3:0] odata

);

//========================================================================== //——– define ———————————————————-

//========================================================================== //——– instance ——————————————————–

//========================================================================== //——– expression ——————————————————

endmodule