From f5f14901d41eda67b634e6d55b96200bf1cfb186 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 10 Apr 2021 11:23:38 +0000 Subject: [PATCH] make VST names unique, for GHDL to cope --- experiments9/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments9/Makefile b/experiments9/Makefile index d714c77..985579c 100755 --- a/experiments9/Makefile +++ b/experiments9/Makefile @@ -10,7 +10,8 @@ USE_DEBUG = No USE_KITE = No RM_CHIP = Yes - #VST_FLAGS = --vst-use-concat + # must make VST names unique (for re-importing to GHDL) + VST_FLAGS = --vst-uniquify-uppercase #NETLISTS = $(shell cat cells.lst) NETLISTS = ls180 libresoc -- 2.30.2