resume with the TDC
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
`default_nettype none
|
||||
|
||||
module top(i_clk, o_led, lcol1);
|
||||
module top(i_clk, o_led, o_led_row_0);
|
||||
parameter WIDTH = 24;
|
||||
input wire i_clk;
|
||||
output wire o_led;
|
||||
output wire lcol1;
|
||||
output wire o_led_row_0;
|
||||
|
||||
wire clk_12MHz;
|
||||
|
||||
@@ -20,7 +20,7 @@ module top(i_clk, o_led, lcol1);
|
||||
counter <= counter + 1'b1;
|
||||
|
||||
assign o_led = counter[WIDTH-1];
|
||||
assign lcol1 = 1'b0;
|
||||
assign o_led_row_0 = 1'b0;
|
||||
endmodule
|
||||
|
||||
// Local Variables:
|
||||
|
||||
Reference in New Issue
Block a user