Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
79bfce96
Commit
79bfce96
authored
Sep 13, 2018
by
Leonardo Solis
Browse files
added NGEN to Makefile
parent
11773301
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/Makefile
View file @
79bfce96
...
...
@@ -97,8 +97,9 @@ endef
# Following values are used only for emulation
# to have a short but still a representative test
PDB
:=
1stp
NRUN
:=
5
NEV
:=
800000
NRUN
:=
10
NEV
:=
800000
NGEN
:=
27000
# Switching to the other SDAccel 2017.4 default platform
# As it is available in Xelera "saruman" server
...
...
@@ -161,7 +162,7 @@ kerhwemu:
#emconfigutil --platform xilinx_vcu1525_dynamic_5_0 --nd 1
swemu
:
kerswemu
emconfigutil
--platform
$(BOARD)
--nd
$(NDEVICES_EMU)
XCL_EMULATION_MODE
=
sw_emu ./
$(EXES)
-ffile
input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nev
$(NEV)
-n
ru
n
$(N
RU
N)
-gfpop
1
XCL_EMULATION_MODE
=
sw_emu ./
$(EXES)
-ffile
input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-nev
$(NEV)
-n
ge
n
$(N
GE
N)
-gfpop
1
@
echo
$(newline)
@
echo
"==========================================================================="
@
echo
"INFO: swemu log file is under:
\"
./docking.dlg
\"
"
...
...
@@ -178,7 +179,7 @@ swemu: kerswemu
hwemu
:
kerhwemu
emconfigutil
--platform
$(BOARD)
--nd
$(NDEVICES_EMU)
XCL_EMULATION_MODE
=
hw_emu ./
$(EXES)
-ffile
input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nev
$(NEV)
-n
ru
n
$(N
RU
N)
-gfpop
1
XCL_EMULATION_MODE
=
hw_emu ./
$(EXES)
-ffile
input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-nev
$(NEV)
-n
ge
n
$(N
GE
N)
-gfpop
1
@
echo
$(newline)
@
echo
"==========================================================================="
@
echo
"INFO: hwemu log file is under:
\"
./docking.dlg
\"
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment