1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="homepage of johannes stölp (stoelp)">
<meta name="keywords" content="iss, dbt, systemc, simulation, vp, virtual prototyping, homepage, synopsys, stölp">
<meta name="author" content="johannes stoelp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Johannes Stölp (Stoelp) | memzero</title>
<style>
html {
font-family: Source Code Pro, monospace, sans-serif;
font-size: clamp(12px, 2vw, 16px);
}
hr {
border: none;
border-top: 1px dashed;
}
body {
/* background-color: #2e303e; */
/* color: #eeeeee; */
margin: auto 2vw auto 2vw;
}
.formatted {
white-space: pre-wrap;
}
</style>
</head>
<body>
<p>Hi .*, welcome to my little website.</p>
<p>
I am a research and development (RnD) engineer at <a href="https://www.synopsys.com">Synopsys</a>,
working on simulation technologies for <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Virtual Prototyping</a>
and <a href="https://www.synopsys.com/verification/emulation/use-cases-fast-emulation.html">Hybrid Emulation</a>.
As a high level summary, in the past I have been working on processor
modelling, checkpoint/restore, early software bring-ups, co-simulation
adaptors for hybrid emulation and debugger integration.
</p>
<p>- Johannes Stoelp</p>
<hr>
<p>My professional and personal interests are in the following areas</p>
<ul>
<li>full-system simulation</li>
<li>instruction set simulators (iss)</li>
<li>binary translation</li>
<li>operating systems and hypervisors</li>
<li>computer architecture</li>
<li>processor microarchitecture (uarch)</li>
<li>software architecture</li>
<li>performance tuning</li>
<li>.. poking compilers and linkers :^)</li>
</ul>
<p>The languages I currently enjoy writing and reading the most are</p>
<ul>
<li>rust</li>
<li>cpp / template meta programming</li>
<li>asm</li>
<li>bash / fish script</li>
<li>python</li>
</ul>
<p>Find or reach me via</p>
<ul>
<li>johannes (at) memzero (dot) de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li>
<li><a href="https://linkedin.com/in/johannst">linkedin</a> (requires login)</li>
<li>discord johannst#5801</li>
<li><a href="https://blog.memzero.de">blog</a></li>
<li><a href="https://github.com/johannst">github</a></li>
<li><a href="https://git.memzero.de">personal git</a></li>
<li><a href="https://twitter.com/xjohannst">twitter</a></li>
</ul>
<p>Education</p>
<ul>
<li>2017 | Dipl.-Ing. (MSc) in electrical engineering - <a href="https://www.eit.uni-kl.de/en">Technical University Kaiserslautern</a></li>
</ul>
<p>Professional experience</p>
<ul>
<li class="formatted">Jan 2017 - present | RnD Engineer at Synopsys</li>
<li class="formatted">Oct 2015 - Dec 2016 | Research Intern at Synopsys</li>
</ul>
</body>
</html>
|