changed chiptop dut name, set FSDB=1 when needed

This commit is contained in:
Nayiri
2023-11-13 13:33:24 -08:00
parent f0edd18c32
commit 700057d9eb
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ HAMMER_EXEC ?= $(if $(filter $(tech_name),sky130),\
./example-vlsi-sky130,\
./example-vlsi)
VLSI_TOP ?= $(TOP)
VLSI_MODEL_DUT_NAME ?= chiptop
VLSI_MODEL_DUT_NAME ?= chiptop0
# If overriding, this should be relative to $(vlsi_dir)
VLSI_OBJ_DIR ?= build
ifneq ($(CUSTOM_VLOG),)