mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-11-13 02:53:37 +00:00
Rename regs.yaml to register.yaml for consistency reasons
This commit is contained in:
parent
c689190080
commit
4f2ac8868a
@ -14,7 +14,7 @@ from . import templates
|
||||
class Register(Component):
|
||||
# Save YAML template as class variable
|
||||
templ_dict = yaml.load(
|
||||
pkg_resources.read_text(templates, 'regs.yaml'),
|
||||
pkg_resources.read_text(templates, 'register.yaml'),
|
||||
Loader=yaml.FullLoader)
|
||||
|
||||
def __init__(
|
||||
|
Loading…
Reference in New Issue
Block a user