Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple PCIe FMC carrier SPEC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Projects
Simple PCIe FMC carrier SPEC
Commits
2a176b30
Commit
2a176b30
authored
5 years ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
spec template: minor rework.
parent
d9da5213
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/rtl/spec_template_wr.vhd
+1
-1
1 addition, 1 deletion
hdl/rtl/spec_template_wr.vhd
with
1 addition
and
1 deletion
hdl/rtl/spec_template_wr.vhd
+
1
−
1
View file @
2a176b30
...
...
@@ -484,7 +484,7 @@ begin -- architecture top
variable
ca_state
:
t_ca_state
;
variable
can_stall
:
std_logic
;
constant
c_IDLE_WB_MASTER_IN
:
t_wishbone_master_in
:
=
(
'0'
,
'0'
,
'0'
,
'0'
,
c_DUMMY_WB_DATA
);
(
ack
=>
'0'
,
err
=>
'0'
,
rty
=>
'0'
,
stall
=>
'0'
,
dat
=>
c_DUMMY_WB_DATA
);
begin
if
rising_edge
(
clk_sys_62m5
)
then
if
rst_sys_62m5_n
=
'0'
then
...
...
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