projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc30fc5
)
migen/fhdl/verilog: _printheader/_printcomb, remove default value of arguments which...
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 24 Apr 2015 10:54:08 +0000
(12:54 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 24 Apr 2015 10:54:08 +0000
(12:54 +0200)
migen/fhdl/verilog.py
patch
|
blob
|
history
diff --git
a/migen/fhdl/verilog.py
b/migen/fhdl/verilog.py
index e7479211c8ea1ab0a3d4ace11a0ba6beac78c8b7..b81e0e716340445b1ae5cee9fd6355019d73d5db 100644
(file)
--- a/
migen/fhdl/verilog.py
+++ b/
migen/fhdl/verilog.py
@@
-152,7
+152,7
@@
def _list_comb_wires(f):
def _printheader(f, ios, name, ns,
- reg_initialization
=True
):
+ reg_initialization):
sigs = list_signals(f) | list_special_ios(f, True, True, True)
special_outs = list_special_ios(f, False, True, True)
inouts = list_special_ios(f, False, False, True)
@@
-187,9
+187,9
@@
def _printheader(f, ios, name, ns,
def _printcomb(f, ns,
- display_run
=False
,
- dummy_signal
=True
,
- blocking_assign
=False
):
+ display_run,
+ dummy_signal,
+ blocking_assign):
r = ""
if f.comb:
if dummy_signal: