Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / config / pinouts.py
index 95129b1999e733b44c5f46c265d9b1c478c4a8f4..9ebe4f7cd2ee18f0af9545fef246298a58401095 100644 (file)
@@ -98,7 +98,7 @@ def load_pinouts(chipname=None):
 
     # path is relative to this filename, in the pinmux submodule
     pinmux = os.getenv("PINMUX", "%s/../../../pinmux" % pth)
-    fname = "%s/%s/litex_pinpads.json" % (pinmux, chipname)
+    fname = "%s/%s/fabric_pinpads.json" % (pinmux, chipname)
     with open(fname) as f:
         txt = f.read()