refactored openroad stuff into OpenROADTool base class. fixed PR suggestions
This commit is contained in:
@@ -38,7 +38,7 @@ HAMMER_EXEC ?= $(if $(filter $(tech_name),nangate45),\
|
|||||||
VLSI_TOP ?= $(TOP)
|
VLSI_TOP ?= $(TOP)
|
||||||
VLSI_HARNESS_DUT_NAME ?= dut
|
VLSI_HARNESS_DUT_NAME ?= dut
|
||||||
VLSI_OBJ_DIR ?= $(vlsi_dir)/build
|
VLSI_OBJ_DIR ?= $(vlsi_dir)/build
|
||||||
ifneq ($(CUSTOM_VLOG), )
|
ifneq ($(CUSTOM_VLOG),)
|
||||||
OBJ_DIR ?= $(VLSI_OBJ_DIR)/custom-$(VLSI_TOP)
|
OBJ_DIR ?= $(VLSI_OBJ_DIR)/custom-$(VLSI_TOP)
|
||||||
else
|
else
|
||||||
OBJ_DIR ?= $(VLSI_OBJ_DIR)/$(long_name)-$(VLSI_TOP)
|
OBJ_DIR ?= $(VLSI_OBJ_DIR)/$(long_name)-$(VLSI_TOP)
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# Technology Setup
|
# Technology Setup
|
||||||
# Technology used is nanagate45
|
|
||||||
vlsi.core.technology: nangate45
|
vlsi.core.technology: nangate45
|
||||||
|
|
||||||
# Specify dir with ASAP7 tarball
|
# Specify dir with ASAP7 tarball
|
||||||
|
# TODO: figure out how to remove this, or override it within OpenROADTool
|
||||||
technology.nangate45.install_dir: "/k/work/OpenROAD-flow/tools/OpenROAD"
|
technology.nangate45.install_dir: "/k/work/OpenROAD-flow/tools/OpenROAD"
|
||||||
|
|
||||||
vlsi.core.max_threads: 12
|
vlsi.core.max_threads: 12
|
||||||
|
|||||||
Submodule vlsi/hammer updated: 657feaed58...c5a3cdf849
Reference in New Issue
Block a user