Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tp-sobel-etudiant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tp-vhdl
tp-sobel-etudiant
Commits
ca6f8f26
Commit
ca6f8f26
authored
1 month ago
by
BAZIN Jean-Noel
Browse files
Options
Downloads
Patches
Plain Diff
fix adrgenunit and automate header
parent
a470a307
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/hdl/adrgenUnit.vhd
+3
-3
3 additions, 3 deletions
src/hdl/adrgenUnit.vhd
src/hdl/automate.vhd
+4
-4
4 additions, 4 deletions
src/hdl/automate.vhd
with
7 additions
and
7 deletions
src/hdl/adrgenUnit.vhd
+
3
−
3
View file @
ca6f8f26
library
IEEE
;
use
IEEE
.
STD_LOGIC
_1164
.
all
;
use
IEEE
.
NUMERIC_STD
.
all
;
library
ieee
;
use
ieee
.
std_logic
_1164
.
all
;
use
ieee
.
numeric_std
.
all
;
entity
adrgenUnit
is
...
...
This diff is collapsed.
Click to expand it.
src/hdl/automate.vhd
+
4
−
4
View file @
ca6f8f26
...
...
@@ -9,22 +9,22 @@ entity automate is
I_go
:
in
std_logic
;
I_EndImage
:
in
std_logic
;
I_NewLine
:
in
std_logic
;
--
s
igna
ux de commandes vers l'unit�
op
�
rative
--
S
igna
ls to drive
op
e
rative
Unit
O_ldPix11
:
out
std_logic
;
O_ldPix21
:
out
std_logic
;
O_ldPix31
:
out
std_logic
;
O_shReg
:
out
std_logic
;
O_ldPixEdge
:
out
std_logic
;
--
s
igna
ux de commandes vers le g�n�rateur d'adresses
--
S
igna
ls to drive addrGenUnit
O_clr_PtrLine
:
out
std_logic
;
O_inc_PtrLine
:
out
std_logic
;
O_clr_PtrCol
:
out
std_logic
;
O_inc_PtrCol
:
out
std_logic
;
O_selPix
:
out
std_logic_vector
(
1
downto
0
);
--
s
igna
ux de commandes vers les m�moir
es
--
S
igna
ls to drive memori
es
O_enM_R
:
out
std_logic
;
O_enM_W
:
out
std_logic
;
--
s
ignal
de commande vers le contr�leur VGA
--
S
ignal
to drive the VGA display
O_StartDisplay
:
out
std_logic
);
end
automate
;
...
...
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