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
c5561565
Commit
c5561565
authored
11 years ago
by
Tomasz Wlostowski
Browse files
Options
Downloads
Patches
Plain Diff
hdl/rtl/bootloader: increase space for the AFPGA bitstream to 5 MB
parent
58a5bd53
Branches
Branches containing commit
Tags
Tags containing commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/rtl/bootloader/svec_bootloader_pkg.vhd
+3
-3
3 additions, 3 deletions
hdl/rtl/bootloader/svec_bootloader_pkg.vhd
with
3 additions
and
3 deletions
hdl/rtl/bootloader/svec_bootloader_pkg.vhd
+
3
−
3
View file @
c5561565
...
...
@@ -6,7 +6,7 @@
-- Author : Tomasz Wlostowski
-- Company : CERN
-- Created : 2011-01-24
-- Last update: 201
3
-01-
25
-- Last update: 201
4
-01-
13
-- Platform : FPGA-generic
-- Standard : VHDL'93
-------------------------------------------------------------------------------
...
...
@@ -48,14 +48,14 @@ package svec_bootloader_pkg is
constant
c_SDB_SIGNATURE
:
t_byte_array
(
0
to
3
)
:
=
(
x"53"
,
x"44"
,
x"42"
,
x"2D"
);
-- Filesystem root offset (i.e. the location of the SDB record table)
constant
c_SDB_ROOT_OFFSET
:
std_logic_vector
(
23
downto
0
)
:
=
x"
5
00000"
;
constant
c_SDB_ROOT_OFFSET
:
std_logic_vector
(
23
downto
0
)
:
=
x"
6
00000"
;
-- Offset of the file containing our bitstream (afpga.bin)
constant
c_SDB_BITSTREAM_OFFSET
:
std_logic_vector
(
23
downto
0
)
:
=
x"100000"
;
-- Size of our bitstream (maximum possible value). Used to limit download time
-- when the bitstream is invalid or the FPGA is not responding.
constant
c_BITSTREAM_SIZE
:
std_logic_vector
(
23
downto
0
)
:
=
x"40
0
000"
;
constant
c_BITSTREAM_SIZE
:
std_logic_vector
(
23
downto
0
)
:
=
x"40
8
000"
;
-- Signature of the bootloader in the card's CSR space. Used by the software
-- for probing the bootloader core.
...
...
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