You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/peakrdl_python/templates/addrmap_simulation.py.jinja
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ from typing import Union
27
27
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.register import Register, MemoryRegister
28
28
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.memory import Memory
29
29
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.simulator import MemoryEntry
30
-
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.field import FieldDefinition
30
+
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.field import FieldDefinition, FieldType
31
31
{%ifasyncoutput -%}
32
32
from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.simulator import AsyncSimulator{%iflegacy_block_access%}Legacy{%endif%} as Simulator{%iflegacy_block_access%}Legacy{%endif%}
33
33
{%else%}
@@ -39,7 +39,7 @@ from {{ peakrdl_python_sim_lib(depth=lib_depth) }}.simulator import Simulator{%
0 commit comments