URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [disp_io/] [sim/] [testbenches/] [verilog/] [tb.ext] - Rev 134
Go to most recent revision | Compare with Previous | Blame | View Log
reg [3:0] R_btn_pad_in;
reg [7:0] R_sw_pad_in;
reg [15:0] R_PosD;
reg [7:0] R_PosL;
assign btn_pad_in = R_btn_pad_in;
assign sw_pad_in = R_sw_pad_in;
assign PosD = R_PosD;
assign PosL = R_PosL;
assign STOP = 1'b0;
assign BAD = 1'b0;
Go to most recent revision | Compare with Previous | Blame | View Log