projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172f357
)
Fix default clock domain for gramNativePort
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:34:39 +0000
(12:34 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:34:39 +0000
(12:34 +0200)
gram/common.py
patch
|
blob
|
history
diff --git
a/gram/common.py
b/gram/common.py
index 1369c1915f6ef566886274149f07ad4beae11ec3..73012356f8437125fcb8d6942e81fb4c61fc3bb6 100644
(file)
--- a/
gram/common.py
+++ b/
gram/common.py
@@
-302,7
+302,7
@@
class gramInterface(Record):
class gramNativePort(Settings):
- def __init__(self, mode, address_width, data_width, clock_domain="sy
s
", id=0):
+ def __init__(self, mode, address_width, data_width, clock_domain="sy
nc
", id=0):
self.set_attributes(locals())
self.lock = Signal()