Skip to content

Commit

Permalink
vga/test/hdl: fix generic names in VGA_tb
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 20, 2020
1 parent 38b639c commit 8ef7bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vga/test/hdl/VGA_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ begin

VIRT_VGA: entity work.VGA_screen
generic map (
SCREEN => SCREEN
G_SCREEN => SCREEN
)
port map (
RST => rst,
Expand All @@ -57,7 +57,7 @@ begin

UUT: entity work.Design_Top(demo)
generic map (
SCREEN => SCREEN
G_SCREEN => SCREEN
)
port map (
CLK => clk,
Expand Down

0 comments on commit 8ef7bf3

Please sign in to comment.