soc-hub-fi / headsail-vp

Headsail — Virtual Platform
0 stars 2 forks source link

Adds struct for configuring dla layers #25

Closed vilukissa68 closed 4 months ago

vilukissa68 commented 4 months ago

Adds LayerConfig struct for interfacing with the driver. Layer configuration with struct ensures that the state of the hardware is explicitly set between layers. This made it possible to reduce the amount of public methods in the DLA API.

vilukissa68 commented 4 months ago

Option removed from the booleans. I suppose that since previous changes were approved this is good to merge.