mirror of https://github.com/openXC7/prjxray.git
Disable the bram test until fixed
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
426c93cffd
commit
147631a90d
|
|
@ -4,7 +4,7 @@ BITS2RBT = build/tools/bits2rbt/bits2rbt
|
|||
TEST_DATA_PATH = lib/test_data
|
||||
|
||||
#FIXME Uncomment bits2rbt_bram_xc7 once https://github.com/SymbiFlow/prjxray/issues/1285 is fixed
|
||||
BITS2RBT_TESTS = bits2rbt_xc7 bits2rbt_bram_xc7
|
||||
BITS2RBT_TESTS = bits2rbt_xc7 #bits2rbt_bram_xc7
|
||||
|
||||
TESTS = $(BITS2RBT_TESTS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue