Adjust parse to also label UARTs for v3.

This commit is contained in:
Bob McWhirter 2021-06-30 14:35:52 -04:00
parent b02a84bf0e
commit 2d17494980

View File

@ -297,6 +297,7 @@ perimap = [
('.*:USART:sci3_v1_2', 'usart_v3/USART'),
('.*:USART:sci3_v2_0', 'usart_v3/USART'),
('.*:USART:sci3_v2_1', 'usart_v3/USART'),
('.*:UART:sci2_v3_0', 'usart_v3/USART' ),
('.*:RNG:rng1_v1_1', 'rng_v1/RNG'),
('.*:RNG:rng1_v2_0', 'rng_v1/RNG'),
('.*:RNG:rng1_v2_1', 'rng_v1/RNG'),