From: Jean THOMAS Date: Fri, 12 Jun 2020 10:34:39 +0000 (+0200) Subject: Fix default clock domain for gramNativePort X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=805715fa5612510510837234bb70df28225ce1ed;p=gram.git Fix default clock domain for gramNativePort --- diff --git a/gram/common.py b/gram/common.py index 1369c19..7301235 100644 --- 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="sys", id=0): + def __init__(self, mode, address_width, data_width, clock_domain="sync", id=0): self.set_attributes(locals()) self.lock = Signal()