From 8e0ac4caf0656aa8143197bd0612530c26c17fe0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 30 Jun 2020 09:15:16 +0000 Subject: [PATCH] netlist in cells.lst not nets2.txt --- experiments6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments6/Makefile b/experiments6/Makefile index 2c0fb37..8b30e60 100755 --- a/experiments6/Makefile +++ b/experiments6/Makefile @@ -10,7 +10,7 @@ USE_DEBUG = No USE_KITE = No - NETLISTS = $(shell cat nets2.txt) + NETLISTS = $(shell cat cells.lst) VST_FLAGS = --vst-use-concat -- 2.30.2