Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ks6n19
project
Commits
43abdeea
Commit
43abdeea
authored
4 years ago
by
ks6n19
Browse files
Options
Downloads
Patches
Plain Diff
pixel_x and pixel_y corrected
parent
765878fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
behavioural/razzle.sv
+2
-2
2 additions, 2 deletions
behavioural/razzle.sv
with
2 additions
and
2 deletions
behavioural/razzle.sv
+
2
−
2
View file @
43abdeea
...
...
@@ -51,8 +51,8 @@ assign Blue = Blue_Data && video_on;
// video_on turns off pixel color data when not in the pixel view area
assign
video_on
=
video_on_H
&&
video_on_V
;
assign
pixel_x
=
video_on_H
?
H_count
:
'0
;
assign
pixel_y
=
video_on_V
?
V_count
:
'0
;
assign
pixel_x
=
video_on_H
;
assign
pixel_y
=
video_on_V
;
// Generate Horizontal and Vertical Timing Signals for Video Signal
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment