Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
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
Projects
EtherBone Core
Commits
3b5307f5
Commit
3b5307f5
authored
10 years ago
by
Mathias Kreider
Browse files
Options
Downloads
Patches
Plain Diff
ebm: fixed inferred latch on reset
parent
64141b75
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/eb_master_core/eb_record_gen.vhd
+15
-1
15 additions, 1 deletion
hdl/eb_master_core/eb_record_gen.vhd
with
15 additions
and
1 deletion
hdl/eb_master_core/eb_record_gen.vhd
+
15
−
1
View file @
3b5307f5
...
...
@@ -221,7 +221,21 @@ begin
r_drain
<=
'0'
;
r_sel
<=
(
others
=>
'0'
);
r_drop
<=
(
others
=>
'0'
);
rec_hdr_o
<=
r_rec_hdr
;
rec_hdr_o
.
res1
<=
'0'
;
rec_hdr_o
.
res2
<=
'0'
;
rec_hdr_o
.
bca_cfg
<=
'1'
;
rec_hdr_o
.
rd_fifo
<=
'0'
;
rec_hdr_o
.
wr_fifo
<=
'0'
;
rec_hdr_o
.
sel
<=
x"00"
;
rec_hdr_o
.
drop_cyc
<=
'0'
;
rec_hdr_o
.
rca_cfg
<=
'0'
;
rec_hdr_o
.
rd_fifo
<=
'0'
;
rec_hdr_o
.
wca_cfg
<=
'0'
;
rec_hdr_o
.
wr_cnt
<=
(
others
=>
'0'
);
rec_hdr_o
.
rd_cnt
<=
(
others
=>
'0'
);
rec_adr_rd_o
<=
(
others
=>
'0'
);
rec_adr_wr_o
<=
(
others
=>
'0'
);
elsif
rising_edge
(
clk_i
)
then
r_cyc_in
<=
cyc
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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