Lukas Sommer
Lukas Sommer
New users can learn a lot about TaPaSCo and its features & capabilities from the scientific publications about/using TaPaSCo. I've started a page in the [wiki](https://github.com/esa-tu-darmstadt/tapasco/wiki/Publications) that lists all these...
The driver currently simply fails if the OS is not able/willing to provide the requested number of interrupts. There should be a fall back option that gets enabled automatically if...
This can be implemented by using a sliding window and a second BAR. The Xilinx Core does not support this feature directly, though. Will use a little Bluespec Module that...
We will completely rework the `tapasco` CLI. The two main design goals for the new CLI are: * More robust and stable interface, triggering less errors in case of wrong...
We want to provide a software API to the TaPaSCo toolflow. The API should allow users to interface with the TaPaSCo toolflow directly from their own software instead of using...
Has to many parameters already, cannot add new properties. Need to split into sub-templates.
Use new PE-local memory support to enable a new kind of HLS port pattern: `localmem`. A Tcl script should automatically wrap the PE with BRAM and also make the BRAM...
It seems that the utilization report does not make sense for BRAM in the user logic. Sometimes utilization for user logic is higher than for the complete system logic.
Since its inception, the TaPaSCo/TPC API had two functions to load a new bitstream at runtime. This is meant to support complex use cases where an application switches between multiple...
SLURM compose jobs currently have names like `compose-0xd4c6a941-axi4mm-pynq-180.00`. Use new naming scheme instead to show full configuration. Possibly also change the comment to the working directory.