From 5263532a95f6e4c9720b594c7c8284072b15e578 Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 6 Mar 2022 11:57:40 -0800 Subject: [PATCH] Remove setpaths csh version as it is not maintained --- setpaths.csh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 setpaths.csh diff --git a/setpaths.csh b/setpaths.csh deleted file mode 100755 index 69f736d4..00000000 --- a/setpaths.csh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/csh -# This is a csh utility script to set the paths to the current -# directory of OpenRAM. It must be sourced in the local directory -# like this: -# source setpaths.csh - -setenv OPENRAM_HOME "`pwd`/compiler" -setenv OPENRAM_TECH "`pwd`/technology"