From ebb0134bbac886059768cbfa87ebb6aefa041aa5 Mon Sep 17 00:00:00 2001 From: Caleb Donovick Date: Tue, 24 Sep 2019 15:27:02 -0700 Subject: [PATCH] Update from_fields interface --- magma/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magma/product.py b/magma/product.py index 2d58eb30a1..957461ab37 100644 --- a/magma/product.py +++ b/magma/product.py @@ -6,7 +6,7 @@ class MagmaProductMeta(ProductMeta): @classmethod - def _from_fields(mcs, fields, name, bases, ns, cache, **kwargs): + def _from_fields(mcs, fields, name, bases, ns, **kwargs): assert fields return m.Tuple(**fields)