Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
b7eab69e
Commit
b7eab69e
authored
Mar 28, 2015
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging, adding more parameters to fit
parent
50aca841
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
978 additions
and
269 deletions
+978
-269
get_test_dq_dqs_data.py
py393/get_test_dq_dqs_data.py
+499
-163
test_mcntrl.py
py393/test_mcntrl.py
+4
-2
x393_lma.py
py393/x393_lma.py
+373
-76
x393_mcntrl_adjust.py
py393/x393_mcntrl_adjust.py
+102
-28
No files found.
py393/get_test_dq_dqs_data.py
View file @
b7eab69e
This diff is collapsed.
Click to expand it.
py393/test_mcntrl.py
View file @
b7eab69e
...
...
@@ -42,7 +42,7 @@ import re
from
argparse
import
ArgumentParser
#import argparse
from
argparse
import
RawDescriptionHelpFormatter
import
time
from
import_verilog_parameters
import
ImportVerilogParameters
#from import_verilog_parameters import VerilogParameters
from
verilog_utils
import
hx
...
...
@@ -158,6 +158,7 @@ def getFuncArgsString(name):
#dflts
def
main
(
argv
=
None
):
# IGNORE:C0111
tim
=
time
.
time
()
'''Command line options.'''
global
QUIET
if
argv
is
None
:
...
...
@@ -361,7 +362,8 @@ USAGE
if
(
args
.
interactive
):
line
=
""
while
True
:
line
=
raw_input
(
'x393
%
s--> '
%
(
''
,
'(simulated)'
)[
args
.
simulated
])
.
strip
()
line
=
raw_input
(
'x393
%
s +
%3.3
fs--> '
%
((
''
,
'(simulated)'
)[
args
.
simulated
],(
time
.
time
()
-
tim
)))
.
strip
()
tim
=
time
.
time
()
#remove comment from the input line
if
line
.
find
(
"#"
)
>
0
:
line
=
line
[:
line
.
find
(
"#"
)]
...
...
py393/x393_lma.py
View file @
b7eab69e
This diff is collapsed.
Click to expand it.
py393/x393_mcntrl_adjust.py
View file @
b7eab69e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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