mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2025-08-23 16:53:05 +00:00
Rename regs.yaml to register.yaml for consistency reasons
This commit is contained in:
@@ -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__(
|
||||
|
Reference in New Issue
Block a user