Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Compact Universal Timing Endpoint based on White Rabbit
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
Compact Universal Timing Endpoint based on White Rabbit
Commits
16af3fcc
Commit
16af3fcc
authored
10 years ago
by
Qiang Du
Browse files
Options
Downloads
Patches
Plain Diff
Add sdbfs submodule
parent
872d91e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Makefile
+12
-4
12 additions, 4 deletions
Makefile
dir_list.mk
+1
-0
1 addition, 0 deletions
dir_list.mk
submodules/fpga-config-space
+1
-0
1 addition, 0 deletions
submodules/fpga-config-space
with
17 additions
and
4 deletions
.gitmodules
+
3
−
0
View file @
16af3fcc
...
...
@@ -8,3 +8,6 @@
[submodule "submodules/hdl-make"]
path = submodules/hdl-make
url = git://ohwr.org/misc/hdl-make.git
[submodule "submodules/fpga-config-space"]
path = submodules/fpga-config-space
url = git://ohwr.org/hdl-core-lib/fpga-config-space.git
This diff is collapsed.
Click to expand it.
Makefile
+
12
−
4
View file @
16af3fcc
...
...
@@ -4,8 +4,9 @@ SYN_TOP = $(TOP)syn/cute_wr/wr_core_demo
EB_TGT
=
$(
EB_DIR
)
/api/libetherbone.a
BIT_TGT
=
$(
SYN_TOP
)
/cute_top_wrc.bit
WRC_TGT
=
$(
FW_DIR
)
/wrc.elf
SDB_TGT
=
$(
SDB_DIR
)
/lib/libsdbfs.a
.PHONY
:
all install clean distclean etherbone etherbone-clean etherbone-install tools tools-clean tools-install toolchain firmware gateware firmware-clean gateware-clean program program-clean
.PHONY
:
all install clean distclean etherbone etherbone-clean etherbone-install tools tools-clean tools-install toolchain firmware gateware firmware-clean gateware-clean program program-clean
sdbfs sdbfs-clean
all
:
etherbone tools firmware gateware
...
...
@@ -20,6 +21,7 @@ distclean: clean
etherbone
:
$(EB_TGT)
firmware
:
$(WRC_TGT)
gateware
:
$(BIT_TGT)
sdbfs
:
$(SDB_TGT)
$(EB_TGT)
:
$(
MAKE
)
-C
$(
EB_DIR
)
/api all
...
...
@@ -39,14 +41,20 @@ tools-clean:
tools-install
:
$(
MAKE
)
-C
tools
EB
=
$(
EB_DIR
)
/api
install
$(SDB_TGT)
:
$(
MAKE
)
-C
$(
SDB_DIR
)
DIRS
=
"lib userspace"
all
sdbfs-clean
:
$(
MAKE
)
-C
$(
SDB_DIR
)
DIRS
=
"lib userspace"
clean
$(FW_DIR)/.config
:
$(
MAKE
)
-C
$(
FW_DIR
)
etherbone_defconfig
$(WRC_TGT)
:
$(EB_TGT) $(FW_DIR)/.config
$(
MAKE
)
-C
$(
FW_DIR
)
EB
=
$(
EB_DIR
)
/api all
$(WRC_TGT)
:
$(EB_TGT)
$(SDB_TGT)
$(FW_DIR)/.config
$(
MAKE
)
-C
$(
FW_DIR
)
EB
=
$(
EB_DIR
)
/api
SDBFS
=
$(
CURDIR
)
/
$(
SDB_DIR
)
/userspace
all
firmware-clean
:
$(
MAKE
)
-C
$(
FW_DIR
)
EB
=
$(
EB_DIR
)
/api clean
$(
MAKE
)
-C
$(
FW_DIR
)
EB
=
$(
EB_DIR
)
/api
SDBFS
=
$(
CURDIR
)
/
$(
SDB_DIR
)
/userspace
clean
$(BIT_TGT)
:
$(WRC_TGT)
$(
MAKE
)
-C
$(
SYN_TOP
)
all
...
...
This diff is collapsed.
Click to expand it.
dir_list.mk
+
1
−
0
View file @
16af3fcc
...
...
@@ -3,3 +3,4 @@ SUBMODULES := $(TOP)submodules
GW_DIR
:=
$(
SUBMODULES
)
/wr-cores
FW_DIR
:=
$(
SUBMODULES
)
/wrpc-sw
EB_DIR
:=
$(
GW_DIR
)
/ip_cores/etherbone-core
SDB_DIR
:=
$(
SUBMODULES
)
/fpga-config-space/sdbfs
This diff is collapsed.
Click to expand it.
fpga-config-space
@
d22c1786
Subproject commit d22c17866d3cb6b8221afe54d0b5e3de988ff345
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