diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-16 13:52:22 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-16 13:52:22 +0100 |
| commit | 9477c08903edddca78dda952d79847cdcd4d22d3 (patch) | |
| tree | 09505a54b93de2f1ad94f642f7816a7806d25174 /src/pixeldata.vhd | |
| parent | fb254f8ef04bda4512359327c6e3a00ac9cd4a35 (diff) | |
bounce working
Diffstat (limited to 'src/pixeldata.vhd')
| -rw-r--r-- | src/pixeldata.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixeldata.vhd b/src/pixeldata.vhd index b51649e..722d2d6 100644 --- a/src/pixeldata.vhd +++ b/src/pixeldata.vhd @@ -16,7 +16,7 @@ architecture Behavioral of pixeldata is clk, reset: in std_logic; x, y: out std_logic_vector(9 downto 0)); end component; - signal sx, sy: std_logic_vector(9 downto 0); + signal sx, sy: std_logic_vector(9 downto 0); -- square x and y begin bounce_pos: component bounce port map ( |