Generate chips with RNG knowledge.
This commit is contained in:
parent
e555e3b1fd
commit
5594da2538
4
parse.py
4
parse.py
@ -191,6 +191,10 @@ perimap = [
|
||||
#('.*:USART:sci3_v1_2', 'usart_v3/USART'),
|
||||
#('.*:USART:sci3_v2_0', 'usart_v3/USART'),
|
||||
#('.*:USART:sci3_v2_1', 'usart_v3/USART'),
|
||||
('.*RNG:rng1_v1_1', 'rng_v1/RNG'),
|
||||
('.*RNG:rng1_v2_0', 'rng_v1/RNG'),
|
||||
('.*RNG:rng1_v2_1', 'rng_v1/RNG'),
|
||||
('.*RNG:rng1_v3_1', 'rng_v1/RNG'),
|
||||
]
|
||||
|
||||
def match_peri(peri):
|
||||
|
Loading…
x
Reference in New Issue
Block a user