From ba82222475721a6d2f73de18c2d5fd7e795460b4 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 5 Mar 2018 14:06:12 -0800 Subject: [PATCH] Add bank_select module option --- compiler/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/options.py b/compiler/options.py index 1899d085..def59c7c 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -75,4 +75,5 @@ class options(optparse.Values): replica_bitcell = "replica_bitcell" bitcell = "bitcell" delay_chain = "delay_chain" + bank_select = "bank_select"