From 3fd4123888cb0066da2ca7e4287d36c2559ac985 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Thu, 7 Oct 2021 16:48:44 +0100 Subject: [PATCH] coriolis-install: Changed example cell name to chip_r --- coriolis-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coriolis-install b/coriolis-install index 9bdd491..ddb56bc 100755 --- a/coriolis-install +++ b/coriolis-install @@ -112,10 +112,11 @@ echo -e "$vars_for_alliance_check" > /home/$USER/alliance-check-toolkit/etc/mk/u echo "Setting /home/$USER/alliance-check-toolkit/etc/mk/users.d/user-$USER.mk file to: $vars_for_alliance_check" +example_cell="chip_r" cd alliance-check-toolkit/benchs/adder/cmos make lvx echo -e " -\e[1;91mSelect File -> Open Cell or press CTRL + o then enter as the cell name 'arm_chip_cts_r' without the single quotation marks.\e[0m +\e[1;91mSelect File -> Open Cell or press CTRL + o then enter as the cell name '$example_cell' without the single quotation marks.\e[0m " make cgt -- 2.30.2