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
f209bf6b
Commit
f209bf6b
authored
12 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
convtools -> tools
parent
0b195a24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
migen/fhdl/tools.py
migen/fhdl/tools.py
+0
-0
migen/fhdl/verilog.py
migen/fhdl/verilog.py
+1
-1
No files found.
migen/fhdl/
conv
tools.py
→
migen/fhdl/tools.py
View file @
f209bf6b
File moved
This diff is collapsed.
Click to expand it.
migen/fhdl/verilog.py
View file @
f209bf6b
...
...
@@ -2,7 +2,7 @@ from functools import partial
from
migen.fhdl.structure
import
*
from
migen.fhdl.structure
import
_Operator
,
_Slice
,
_Assign
,
_StatementList
from
migen.fhdl.
conv
tools
import
*
from
migen.fhdl.tools
import
*
def
_printsig
(
ns
,
s
):
if
s
.
bv
.
signed
:
...
...
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