Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
3ec2f1f1
Commit
3ec2f1f1
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add port forward.
parent
e18e854c
No related branches found
No related tags found
No related merge requests found
Pipeline
#43732
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+17
-0
17 additions, 0 deletions
doc/erko_howto_tools.txt
with
17 additions
and
0 deletions
doc/erko_howto_tools.txt
+
17
−
0
View file @
3ec2f1f1
...
...
@@ -1256,7 +1256,11 @@ Works from home in VPN:
XST indices:
* DTS --> http://dts-lcu.astron.nl:8888/tree/python_test_scripts/XST_test/XSTs
* DTS --> http://dts-lcu.astron.nl:8888/notebooks/python_test_scripts/XST_test/XST_index_test.ipynb
~/dop466_0/git/dts_results/L2SDP-596-XST-input-delay.pdf
AST, SST levels
* DTS-lab --> http://dts-lcu.astron.nl:8888/notebooks/python_test_scripts/L2SDP_809_sdpfw_levels_erko.ipynb#
~/dop466_0/git/dts_results/L2SDP_809_sdpfw_levels_erko_*.pdf
Get XST results h5 file per crosslet on local machine from LCU2
> ls22-statistics-writer -a dts-lcu.astron.nl
...
...
@@ -1355,6 +1359,19 @@ Alt-F7 to move window on screen
mkdir reginfo
util_unb2.py --unb2 0 --pn2 0:3 --seq REGMAP
* Port forwarden:
Reinier gebruikte dop421 altijd als jumphost (of hoe het ook heet) en dan draai ik de scripts dus lokaal.
ssh -C -N -L 4840:10.99.0.250:4840 10.87.1.41 &
10.99.0.250:4840 is de raspberrypi waar de sdp translator op draait op poort 4840
10.87.1.41 is dop491
Op de PC waar je dit ssh commando uitvoert kun je je dan de sdp translator bereiken op (localhost, poort 4840)
De eerste 4840 in het commando mag ook een andere waarde hebben
Dan zonder --host
:kooistra@dop466:/dop466_0/kooistra/git/sdptr$ sdp_rw.py -r firmware_version
Helaas verwacht het SST script dat de data op de lokale machine aankomt, maar hetkomt op dop421 aan. Dus voor offload scripts werkt lokaal draaien zo niet.
*******************************************************************************
* Flake8, black
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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