Skip to content

Commit

Permalink
ensure unique entity names #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 4, 2024
1 parent fc21f71 commit a5e3d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vhdl/iomapper.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ begin

i2cperiph_keypad:
if target = nexys4 generate
i2c1: entity work.keypad_i2c
i2c_keypad: entity work.keypad_i2c
generic map ( clock_frequency => cpu_frequency)
port map (
clock => cpuclock,
Expand Down

0 comments on commit a5e3d63

Please sign in to comment.