From ed669c2beb6fbfed0036abca0cb4325908d1cf3b Mon Sep 17 00:00:00 2001 From: ks6n19 <ks6n19@soton.ac.uk> Date: Sat, 8 Aug 2020 21:14:55 +0100 Subject: [PATCH] Update de1_soc_wrapper_stim.sv --- testbench/de1_soc_wrapper_stim.sv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testbench/de1_soc_wrapper_stim.sv b/testbench/de1_soc_wrapper_stim.sv index b16249e..1426847 100644 --- a/testbench/de1_soc_wrapper_stim.sv +++ b/testbench/de1_soc_wrapper_stim.sv @@ -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 -- GitLab