Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple VME FMC Carrier SVEC
Manage
Activity
Members
Labels
Plan
Issues
14
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
Simple VME FMC Carrier SVEC
Commits
2e540239
Commit
2e540239
authored
11 years ago
by
Tomasz Wlostowski
Browse files
Options
Downloads
Patches
Plain Diff
hdl/rtl/bootloader: re-genrated WB slave using latest wbgen2 (with FIFO CSR.CLEAR bit fix)
parent
da081f46
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/rtl/bootloader/svec_xloader_wb.vhd
+3
-2
3 additions, 2 deletions
hdl/rtl/bootloader/svec_xloader_wb.vhd
hdl/rtl/bootloader/sxldr_wbgen2_pkg.vhd
+5
-5
5 additions, 5 deletions
hdl/rtl/bootloader/sxldr_wbgen2_pkg.vhd
with
8 additions
and
7 deletions
hdl/rtl/bootloader/svec_xloader_wb.vhd
+
3
−
2
View file @
2e540239
...
...
@@ -3,7 +3,7 @@
---------------------------------------------------------------------------------------
-- File : svec_xloader_wb.vhd
-- Author : auto-generated by wbgen2 from svec_xloader_wb.wb
-- Created :
Mon Sep
2
1
0:2
1:
2
0 201
3
-- Created :
Fri Feb
7
1
1:3
1:
1
0 201
4
-- Standard : VHDL'87
---------------------------------------------------------------------------------------
-- THIS FILE WAS GENERATED BY wbgen2 FROM SOURCE FILE svec_xloader_wb.wb
...
...
@@ -302,12 +302,13 @@ begin
ack_in_progress
<=
'1'
;
when
"110"
=>
if
(
wb_we_i
=
'1'
)
then
if
(
r
d
data_reg
(
18
)
=
'1'
)
then
if
(
w
rdata_reg
(
18
)
=
'1'
)
then
sxldr_fifo_clear_bus_int
<=
'1'
;
end
if
;
end
if
;
rddata_reg
(
16
)
<=
sxldr_fifo_full_int
;
rddata_reg
(
17
)
<=
sxldr_fifo_empty_int
;
rddata_reg
(
18
)
<=
'0'
;
rddata_reg
(
7
downto
0
)
<=
sxldr_fifo_usedw_int
;
rddata_reg
(
8
)
<=
'X'
;
rddata_reg
(
9
)
<=
'X'
;
...
...
This diff is collapsed.
Click to expand it.
hdl/rtl/bootloader/sxldr_wbgen2_pkg.vhd
+
5
−
5
View file @
2e540239
...
...
@@ -3,7 +3,7 @@
---------------------------------------------------------------------------------------
-- File : sxldr_wbgen2_pkg.vhd
-- Author : auto-generated by wbgen2 from svec_xloader_wb.wb
-- Created :
Mon Sep
2
1
0:2
1:
2
0 201
3
-- Created :
Fri Feb
7
1
1:3
1:
1
0 201
4
-- Standard : VHDL'87
---------------------------------------------------------------------------------------
-- THIS FILE WAS GENERATED BY wbgen2 FROM SOURCE FILE svec_xloader_wb.wb
...
...
@@ -87,11 +87,11 @@ end package;
package
body
sxldr_wbgen2_pkg
is
function
f_x_to_zero
(
x
:
std_logic
)
return
std_logic
is
begin
if
(
x
=
'X'
or
x
=
'
U'
)
then
return
'
0
'
;
if
x
=
'
1'
then
return
'
1
'
;
else
return
x
;
end
if
;
return
'0'
;
end
if
;
end
function
;
function
f_x_to_zero
(
x
:
std_logic_vector
)
return
std_logic_vector
is
variable
tmp
:
std_logic_vector
(
x
'length
-1
downto
0
);
...
...
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