Skip to content

Commit

Permalink
mixed-hdl: keyword 'component' is not required when instantiating
Browse files Browse the repository at this point in the history
Co-authored-by: T. Meissner <[email protected]>
  • Loading branch information
umarcor and tmeissner committed Oct 13, 2020
1 parent 5475d39 commit 568fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixed-hdl/blink/blink.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ begin
usb_dp_pu <= '0';

-- Instantiate clkgen for reducing the system clock
clk_generator: component clkgen
clk_generator: clkgen
port map (
clk => clki,
cnt => color
Expand Down

0 comments on commit 568fdcc

Please sign in to comment.