From 1e9cc528be326f8f840b6730347687163def6797 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 18 Dec 2025 16:41:25 -0800 Subject: [PATCH] Temporarily commenting out this line which causes BLIF reader to fail. --- src/base/io/ioReadBlifMv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/io/ioReadBlifMv.c b/src/base/io/ioReadBlifMv.c index 51ad65bec..3059d851b 100644 --- a/src/base/io/ioReadBlifMv.c +++ b/src/base/io/ioReadBlifMv.c @@ -746,7 +746,7 @@ static void Io_MvReadPreparse( Io_MvMan_t * p ) { char * pCur, * pPrev; int i, fComment = 0; - Io_MvReplaceBuffersByShorts( p->pBuffer ); + //Io_MvReplaceBuffersByShorts( p->pBuffer ); // parse the buffer into lines and remove comments Vec_PtrPush( p->vLines, p->pBuffer );