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
1d3433ed
Commit
1d3433ed
authored
6 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Emit `default_nettype none."
Breaks inouts with vivado. This reverts commit
2a7e33e9
.
parent
4621abca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
migen/fhdl/verilog.py
migen/fhdl/verilog.py
+1
-2
No files found.
migen/fhdl/verilog.py
View file @
1d3433ed
...
@@ -204,8 +204,7 @@ def _printheader(f, ios, name, ns, attr_translate,
...
@@ -204,8 +204,7 @@ def _printheader(f, ios, name, ns, attr_translate,
targets
=
list_targets
(
f
)
|
special_outs
targets
=
list_targets
(
f
)
|
special_outs
wires
,
comb_regs
=
_list_comb_wires_regs
(
f
)
wires
,
comb_regs
=
_list_comb_wires_regs
(
f
)
wires
|=
special_outs
wires
|=
special_outs
r
=
"`default_nettype none
\n\n
"
r
=
"module "
+
name
+
"(
\n
"
r
+=
"module "
+
name
+
"(
\n
"
firstp
=
True
firstp
=
True
for
sig
in
sorted
(
ios
,
key
=
lambda
x
:
x
.
duid
):
for
sig
in
sorted
(
ios
,
key
=
lambda
x
:
x
.
duid
):
if
not
firstp
:
if
not
firstp
:
...
...
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