Stefan Wallentowitz

Results 53 issues of Stefan Wallentowitz

I think making the circular buffer thread-safe is a first step towards #8

The circular buffer implementation does not provide a clear function until now. If implemented, add here: - https://github.com/TUM-LIS/glip/commit/86f5ac8cc43acb84387c9397b653fed8b0ae8d7e#diff-f8b1fbfb94f414dc48ede9ab08c447f7R1060

In #13 we fixed the path in the generated files for some output files of md input. It seems those that only include doxygen code are generated as empty html...

enhancement

I think currently it is not possible to safely access glip with all backends from multiple threads, right? We may give it a first shot with coarse grain locking the...

enhancement

We should put up a few generic coding conventions on the website, e.g., reference to OpTiMSoC or Linux etc.

enhancement

Currently, the router does round robin among all ports. It would be nice to have a PORT0_INJECT_LAST parameter that enables that the local port is only arbitrated when no other...

enhancement

Hi, just a quick question for clarification. As per the spec the info nodes contain string types. Despite not being explicitly specified strings are used in the spec with quotation...

The MAM provides the information about the memory regions it can access. This should be configured in chip_top based on the definitions of dev_map.vh and consts.vh.

enhancement

We should build a generic bootloader, that later will probably be replaced by a secure bootloader in a minion. But for now it should follow the following precedence: - Check...

enhancement

It would be awesome to have the system id which is provided by the SCM be the first bytes of the current git commit hash. I think we can do...