Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
78d5fa08
Commit
78d5fa08
authored
8 years ago
by
whitequark
Browse files
Options
Download
Email Patches
Plain Diff
Unbreak
51c23b8a
.
parent
51c23b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/fhdl/structure.py
migen/fhdl/structure.py
+1
-1
No files found.
migen/fhdl/structure.py
View file @
78d5fa08
...
@@ -314,7 +314,7 @@ class Signal(_Value):
...
@@ -314,7 +314,7 @@ class Signal(_Value):
related : Signal or None
related : Signal or None
attr : set of synthesis attributes
attr : set of synthesis attributes
"""
"""
_name_re
=
_re
.
compile
(
r
"^[a-zA-Z_]
+
$"
)
_name_re
=
_re
.
compile
(
r
"^[a-zA-Z_]
[a-zA-Z0-9_]*
$"
)
def
__init__
(
self
,
bits_sign
=
None
,
name
=
None
,
variable
=
False
,
reset
=
0
,
name_override
=
None
,
min
=
None
,
max
=
None
,
related
=
None
,
attr
=
None
):
def
__init__
(
self
,
bits_sign
=
None
,
name
=
None
,
variable
=
False
,
reset
=
0
,
name_override
=
None
,
min
=
None
,
max
=
None
,
related
=
None
,
attr
=
None
):
from
migen.fhdl.bitcontainer
import
bits_for
from
migen.fhdl.bitcontainer
import
bits_for
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment