/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to misc/pcilib.sysconfig.in

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-04 18:30:43 UTC
  • mfrom: (346.1.39 pcitool)
  • Revision ID: csa@suren.me-20160304183043-mjf6xvyermjh5olg
Integrate last part of Python code from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Common parameters
 
2
SERVER_DEVICE="/dev/fpga0"
 
3
SERVER_MODEL="test"
 
4
 
 
5
# API server parameters
 
6
API_SERVER_PORT=9000
 
7
 
 
8
# HTML server parameters
 
9
HTML_SERVER_PORT=5000
 
10
 
 
11
#Scripts directory
 
12
PCILIB_SCRIPTS_DIR="${PCILIB_SERVER_DIR}/scripts"