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
8d7f2984
Commit
8d7f2984
authored
10 years ago
by
Qiang Du
Browse files
Options
Downloads
Patches
Plain Diff
Enable .bin file generation.
parent
d4fe2cc3
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
syn/cute_wr/wr_core_demo/Makefile
+5
-2
5 additions, 2 deletions
syn/cute_wr/wr_core_demo/Makefile
with
5 additions
and
2 deletions
syn/cute_wr/wr_core_demo/Makefile
+
5
−
2
View file @
8d7f2984
...
...
@@ -4,7 +4,7 @@ PROJECT = cute_top_wrc
include
../../../dir_list.mk
.PHONY
:
all
all
:
$(TARGET)_wrc.bi
t
all
:
$(TARGET)_wrc.bi
n
$(PROJECT).xise
:
Manifest.py
python2.7
$(
TOP
)
submodules/hdl-make/hdlmake ise-project
...
...
@@ -13,6 +13,9 @@ $(PROJECT).xise: Manifest.py
$(TARGET)_wrc.bit
:
$(FW_DIR)/wrc.elf $(TARGET).bit $(TARGET)_bd.bmm
data2mem
-bm
$(
word 3,
$^
)
-bd
$<
-bt
$(
word 2,
$^
)
-o
b
$@
$(TARGET)_wrc.bin
:
$(TARGET)_wrc.bit
promgen
-u
0x0
$<
-p
bin
-w
-b
$(TARGET).bmm
:
$(GW_DIR)/top/cute_wr/wr_core_demo/cute.bmm
cp
$<
$@
...
...
@@ -22,7 +25,7 @@ $(TARGET)_bd.bmm $(TARGET).bit: $(PROJECT).xise $(TARGET).bmm
xfile add
$(
word 2,
$^
)
\n\
process run {Generate Programming File} -force rerun"
| xtclsh
ISE_CRAP
:=
*
.b
*
.html
$(
TARGET
)
.bgn
$(
TARGET
)
.bld
$(
TARGET
)
.cmd_log
*
.drc
$(
TARGET
)
.lso
*
.ncd
$(
TARGET
)
.ngc
$(
TARGET
)
.ngd
$(
TARGET
)
.ngr
$(
TARGET
)
.pad
$(
TARGET
)
.par
$(
TARGET
)
.pcf
$(
TARGET
)
.prj
$(
TARGET
)
.ptwx
$(
TARGET
)
.stx
$(
TARGET
)
.syr
$(
TARGET
)
.twr
$(
TARGET
)
.twx
$(
TARGET
)
.gise
$(
TARGET
)
.unroutes
$(
TARGET
)
.ut
$(
TARGET
)
.xpi
$(
TARGET
)
.xst
$(
TARGET
)
_bitgen.xwbt
$(
TARGET
)
_guide.ncd
$(
TARGET
)
_map.map
$(
TARGET
)
_map.mrp
$(
TARGET
)
_map.ncd
$(
TARGET
)
_map.ngm
$(
TARGET
)
_map.xrpt
$(
TARGET
)
_ngdbuild.xrpt
$(
TARGET
)
_pad.csv
$(
TARGET
)
_pad.txt
$(
TARGET
)
_par.xrpt
$(
TARGET
)
_summary.xml
$(
TARGET
)
_usage.xml
$(
TARGET
)
_xst.xrpt webtalk.log webtalk_pn.xml run.tcl
$(
PROJECT
)
.gise
ISE_CRAP
:=
*
.b
*
.html
$(
TARGET
)
.bgn
$(
TARGET
)
.bld
$(
TARGET
)
.cmd_log
*
.drc
$(
TARGET
)
.lso
*
.ncd
$(
TARGET
)
.ngc
$(
TARGET
)
.ngd
$(
TARGET
)
.ngr
$(
TARGET
)
.pad
$(
TARGET
)
.par
$(
TARGET
)
.pcf
$(
TARGET
)
.prj
$(
TARGET
)
.ptwx
$(
TARGET
)
.stx
$(
TARGET
)
.syr
$(
TARGET
)
.twr
$(
TARGET
)
.twx
$(
TARGET
)
.gise
$(
TARGET
)
.unroutes
$(
TARGET
)
.ut
$(
TARGET
)
.xpi
$(
TARGET
)
.xst
$(
TARGET
)
_bitgen.xwbt
$(
TARGET
)
_guide.ncd
$(
TARGET
)
_map.map
$(
TARGET
)
_map.mrp
$(
TARGET
)
_map.ncd
$(
TARGET
)
_map.ngm
$(
TARGET
)
_map.xrpt
$(
TARGET
)
_ngdbuild.xrpt
$(
TARGET
)
_pad.csv
$(
TARGET
)
_pad.txt
$(
TARGET
)
_par.xrpt
$(
TARGET
)
_summary.xml
$(
TARGET
)
_usage.xml
$(
TARGET
)
_xst.xrpt webtalk.log webtalk_pn.xml run.tcl
$(
PROJECT
)
.gise
$(
TARGET
)
_wrc.prm
$(
TARGET
)
_wrc.cfi
clean
:
rm
-f
$(
PROJECT
)
.xise
$(
ISE_CRAP
)
*
.bmm
...
...
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