Remove erroneous memory layout

This commit is contained in:
Folkert Kevelam 2025-06-26 13:23:05 +02:00
parent 120781866f
commit 2ce6e5ef82

View File

@ -57,12 +57,6 @@ package Interfaces.RP2040.PIO is
FSTAT : FSTAT_Type; FSTAT : FSTAT_Type;
end record; end record;
for PIO_Type use
record
CTRL at 0 range 0 .. 31;
FSTAT at 1 range 0 .. 31;
end record;
type Direct_PIO_Type is type Direct_PIO_Type is
record record
CTRL : Bit_32; CTRL : Bit_32;