Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Timer8254_LP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
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
Bourgoin Thomas
Timer8254_LP
Commits
d72127f9
Commit
d72127f9
authored
3 years ago
by
Bourgoin Thomas
Browse files
Options
Downloads
Patches
Plain Diff
Modifaction sur le diviseur de fréquence (mapping de la sortie)
parent
25521afa
Branches
Quentin
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TopLevel.vhd
+1
-1
1 addition, 1 deletion
TopLevel.vhd
with
1 addition
and
1 deletion
TopLevel.vhd
+
1
−
1
View file @
d72127f9
...
...
@@ -52,7 +52,7 @@ BEGIN
--PORT MAP ( in_clk => MAX10_CLK1_50, out_cpt23 => H);
DivFreqInst
:
Compteur_Decompteur_NBits
PORT
MAP
(
clock
=>
MAX10_CLK1_50
,
Din
=>
(
others
=>
'0'
),
reset
=>
'0'
,
load
=>
'0'
,
Cin
=>
'1'
,
UpDown
=>
'1'
);
PORT
MAP
(
clock
=>
MAX10_CLK1_50
,
Dout
=>
DivFreqOut
,
Cin
=>
'1'
,
Din
=>
(
others
=>
'0'
),
reset
=>
'0'
,
load
=>
'0'
,
UpDown
=>
'1'
);
DINTEMP
(
7
DOWNTO
2
)
<=
SW
(
9
DOWNTO
4
);
DINTEMP
(
1
DOWNTO
0
)
<=
"00"
;
...
...
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