From 2ccf73fded1a171f3d35f25b1fc173c453503ceb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 13:51:46 +0000 Subject: [PATCH] add yosys BLACKBOX SPBlock_512W64B8W - still blif2vst.py complains --- experiments9/Makefile | 3 ++- experiments9/tsmc_c018/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/experiments9/Makefile b/experiments9/Makefile index 985579c..79802fc 100755 --- a/experiments9/Makefile +++ b/experiments9/Makefile @@ -2,7 +2,8 @@ LOGICAL_SYNTHESIS = Yosys PHYSICAL_SYNTHESIS = Coriolis DESIGN_KIT = cmos45 - YOSYS_FLATTEN = No + YOSYS_FLATTEN = No + YOSYS_BLACKBOXES = SPBlock_512W64B8W # YOSYS_SET_TOP = Yes CHIP = chip CORE = ls180 diff --git a/experiments9/tsmc_c018/Makefile b/experiments9/tsmc_c018/Makefile index 8e5a723..23ff0be 100755 --- a/experiments9/tsmc_c018/Makefile +++ b/experiments9/tsmc_c018/Makefile @@ -3,7 +3,8 @@ PHYSICAL_SYNTHESIS = Coriolis DESIGN_KIT = FlexLib018 # DESIGN_KIT = cmos45 - YOSYS_FLATTEN = No + YOSYS_FLATTEN = No + YOSYS_BLACKBOXES = SPBlock_512W64B8W # YOSYS_SET_TOP = Yes CHIP = chip CORE = ls180 -- 2.30.2