- May 03, 2019
-
-
Philipp Spilger authored
Change-Id: Ie8999fa2ecacc1154dda77cc1d6cb25fd52279cf
-
- May 01, 2019
-
-
Philipp Spilger authored
Change-Id: I9461176b6f59fca8a7f03f0a02289044956e6ac6
-
- Apr 19, 2019
-
-
Philipp Spilger authored
Change-Id: I3be523f15f59958fe9a362b0c56cd6e216c7a0da
-
- Apr 16, 2019
-
-
Philipp Spilger authored
* rename simulation test folder hw -> sim * move common test parameters ip, port to main file Change-Id: I3390c1c644168d61d490fd9167053fee51049036
-
- Apr 14, 2019
-
-
Philipp Spilger authored
* std::unique_lock locks in constructor, additional .lock() afterwards leads to deadlock. Change-Id: I840d073a809a64217d4f89bb28caf624602fbfad
-
- Apr 13, 2019
-
-
Philipp Spilger authored
* From each thread notify the other thread on exit Change-Id: I8163611707ad5806890e03029d38c2bb7f661f75
-
- Apr 12, 2019
-
-
Philipp Spilger authored
Depends-On: 5948 Change-Id: I56c76d7fdca54d6a2cf18fd54ec13cf7b4c2b37e
-
Philipp Spilger authored
Depends-On: 5907 Change-Id: Ibdb4e67000574187e0e3d061f8a5a188e85db5ed
-
Philipp Spilger authored
* typesafe UT message type unique to instruction ** parameterized on: header alignment, common div / subword width (limited to integer type width), instruction dictionary, instruction * instruction: { size, payload_type } * supported instructions: ** JTAG (clock-scaler, init, instr.-register, data, data-response) ** timing (wait_until, reset) ** system (reset, halt, halt-response) * {ARQ, Sim, Loopback}-connection ** common base in common namespace ** (parameter-)specialization for vx in vx namespace ** 'add', 'commit' messages to send to backend ** 'receive', 'try_receive' messages to receive from backend ** blocking 'run_until_halt' blocking until 'halt' instruction decoded (not available for loopback connection) * remove unused python bindings in hxcomm due to missing-namespace-errors in generated code Change-Id: I419a72e4f3c9a8e1bb6a92114d5f1f7cd5658df9
-
- Mar 26, 2019
-
-
Philipp Spilger authored
* Destructing a SimulatorClient is now independent of the simulator's lifetime Change-Id: I076562a57ba8e0f7595e4ee3abe4967a63344085
-
- Feb 27, 2019
-
-
Philipp Spilger authored
Change-Id: If745edfff944db22729656aad266121639481b1e
-
Philipp Spilger authored
Change-Id: Iad391077bc2e107f0b7e753b2f3ad5152f997e3d
-
Philipp Spilger authored
* add derived shallow SimConnection in hxcomm * HostARQ ut-message type chage 0x17a6 -> 0x0010 Change-Id: Ie2afdcb1a41eefa47788f68936e3c65daf3ef404
-
- Feb 22, 2019
-
-
The C++ class is also accessible using C functions: dpi_comm_{init,shutdown,tx,rx} Change-Id: I5bfc43fc8f3239c330a799233874a18fd99e4d6b
-
- Feb 07, 2019
-
-
Philipp Spilger authored
Change-Id: Id091fa991e51edc5f65563fc5dd852da0ff9f1f1
-
- Jan 29, 2019
-
-
Change-Id: I1932cbced2c2c86178cbed8d955c8c2acb174e4e
-
Change-Id: I902923bc1d3aa0b7b4cce615caca2f32f0a2ccc7
-
- Jan 16, 2019
-
-
Philipp Spilger authored
Change-Id: I8eee012751bc68b18010fe891dc677e192268054
-
- Dec 04, 2018
-
-
Make sure it * builds * without compiler warnings * without failing tests More advanced features (we want clang-format checks!) might be added later. Change-Id: Ic8879b201f83212229e7fc108a1148891dc3beaf
-
- Oct 23, 2018
-
-
Eric Müller authored
-