Hieu Bui
11/26/2021, 7:28 AMdiff --git a/scripts/magic/drc.tcl b/scripts/magic/drc.tcl
index 5019f2c..d253a36 100755
--- a/scripts/magic/drc.tcl
+++ b/scripts/magic/drc.tcl
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
+puts stdout "Hello world\n"
if { [info exist ::env(MAGIC_DRC_USE_GDS)] && $::env(MAGIC_DRC_USE_GDS) } {
gds read $::env(CURRENT_GDS)
} else {
@@ -32,6 +32,8 @@ set cell_name $::env(DESIGN_NAME)
magic::suspendall
puts stdout "\[INFO\]: Loading $cell_name\n"
flush stdout
+puts stdout "\[INFO\]: Hello world\n"
+flush stdout
load $cell_name
select top cell
drc euclidean on
Vijayan Krishnan
11/26/2021, 7:55 AMHieu Bui
11/26/2021, 8:55 AMHieu Bui
11/26/2021, 9:00 AMdiff --git a/openlane/Makefile b/openlane/Makefile
index d1ac633..bdea26e 100644
--- a/openlane/Makefile
+++ b/openlane/Makefile
@@ -51,7 +51,8 @@ endif
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
$(OPENLANE_IMAGE_NAME) sh -c $(OPENLANE_INTERACTIVE_COMMAND);\
else\
- docker run -it -v $(OPENLANE_ROOT):/openLANE_flow \
+ docker run -it -v $(OPENLANE_ROOT):/openlane \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(PWD)/..:/project \
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
Matthew Guthaus
11/26/2021, 5:22 PMMatthew Guthaus
11/26/2021, 5:23 PMMatthew Guthaus
11/26/2021, 5:24 PMLinen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.
Powered by