These 19 commits are when the Protocol Buffers files have changed:
Commit: | 32264a0 | |
---|---|---|
Author: | Henrik Mentzer |
code cleanup
The documentation is generated from this commit.
Commit: | 12c2739 | |
---|---|---|
Author: | Henrik Mentzer | |
Committer: | Henrik Mentzer |
update protos to acommodate variable length reads from platform
Commit: | bf0837a | |
---|---|---|
Author: | Henrik Mentzer |
added support for writing range of platform memory
Commit: | 9f7747e | |
---|---|---|
Author: | Henrik Mentzer |
code cleanup, correct snafu usage
Commit: | f5196fb | |
---|---|---|
Author: | Henrik Mentzer |
changed write platform member name
Commit: | 780e10f | |
---|---|---|
Author: | Henrik Mentzer |
added support for interrupt management of hls pes
Commit: | 9d13fee | |
---|---|---|
Author: | Henrik Mentzer |
added capability to read and write offchip memory
Commit: | 5ddd4f4 | |
---|---|---|
Author: | Henrik Mentzer |
added functionality to get return value from pe
Commit: | 6b75bff | |
---|---|---|
Author: | Henrik Mentzer |
deregister interrupt rpc implementation
Commit: | 9893b3e | |
---|---|---|
Author: | Henrik Mentzer |
extended set_arg rpc by peid value
Commit: | 99cc161 | |
---|---|---|
Author: | Henrik Mentzer |
added set_arg functionality for Single32 and Single64 parameter types
Commit: | 02a8749 | |
---|---|---|
Author: | Henrik Mentzer |
added interrupt register requesting and pe start
Commit: | a1f62f8 | |
---|---|---|
Author: | Henrik Mentzer |
Initial sim Communication
Commit: | 7eef701 | |
---|---|---|
Author: | Jaco Hofmann |
Add interrupt mapping to status core
Commit: | 30df49d | |
---|---|---|
Author: | Jaco Hofmann |
Adds option to specify debug infrastructure for PE
Commit: | 2f71b04 | |
---|---|---|
Author: | Jaco Hofmann | |
Committer: | Jaco Hofmann |
Incorporate local_memory into size calculations
Commit: | 7c952d6 | |
---|---|---|
Author: | Jaco Hofmann | |
Committer: | Jaco Hofmann |
Fixed libtapasco and libplatform - Works with the new status core format - Correctly verify size and offset of components - Made the status core JSON format more concise, e.g. no more unrelated lists for PE info and the offsets of the PE - Simplified compilation and various places and reduced interdependencies
Commit: | a1a5530 | |
---|---|---|
Author: | Jaco Hofmann | |
Committer: | Jaco Hofmann |
Completely replaces status core with protobuf version - Changes in driver completed - Changes in toolflow completed - TODO: Change runtime to work with new dynamic addressmap - TODO: Change driver to provide information about dynamic address map
Commit: | 28a7632 | |
---|---|---|
Author: | Jaco Hofmann | |
Committer: | Jaco Hofmann |
Replace FlatBuffers with ProtoBuf for in-kernel support