Skip to content
Snippets Groups Projects
Commit ed669c2b authored by ks6n19's avatar ks6n19
Browse files

Update de1_soc_wrapper_stim.sv

parent 14e00f12
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,12 @@ timeprecision 100ps;
wire [6:0] HEX3;
wire [2:0] KEY;
logic [7:0] VGA_R,VGA_G,VGA_B,
logic VGA_HS,VGA_VS, VGA_CLK, VGA_BLANK_N
assign KEY={nReset,~Buttons[1:0]}; // DE1-SoC keys are active low
de1_soc_wrapper dut(.CLOCK_50, .LEDR, .SW, .KEY, .HEX0, .HEX1, .HEX2, .HEX3);
de1_soc_wrapper dut(.CLOCK_50, .LEDR, .SW, .KEY, .HEX0, .HEX1, .HEX2, .HEX3, .VGA_R, .VGA_G, .VGA_B, .VGA_HS, .VGA_VS, .VGA_CLK, .VGA_BLANK_N );
always
begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment