Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Athokshay Ashok
VHDL-Maze
Commits
457f90a6
Unverified
Commit
457f90a6
authored
Apr 29, 2019
by
ktsiam
Committed by
GitHub
Apr 29, 2019
Browse files
Minor Fix
parent
edaed53b
Changes
1
Hide whitespace changes
Inline
Side-by-side
new/game.vhdl
View file @
457f90a6
...
...
@@ -60,13 +60,13 @@ begin
if
0
>
ball_x_pos
ition
-
2016
then
--63px
if
0
>
ball_x_pos
-
2016
then
--63px
ball_vx
<=
(
-
ball_vx
)
when
ball_vx
<
0
else
ball_vx
;
elsif
ball_x_pos
>
18368
then
--574px
ball_vx
<=
(
-
ball_vx
)
when
ball_vx
>
0
else
ball_vx
;
end
if
;
if
0
>
ball_y_pos
ition
-
288
then
--9px
if
0
>
ball_y_pos
-
288
then
--9px
ball_vy
<=
(
-
ball_vy
)
when
ball_vy
<
0
else
ball_vy
;
elsif
ball_y_pos
>
14592
then
--456px
ball_vy
<=
(
-
ball_vy
)
when
ball_vy
>
0
else
ball_vy
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment