From a81f695b15865268fea6ee062a381ba8e43a02b4 Mon Sep 17 00:00:00 2001 From: gingold Date: Mon, 2 Oct 2006 04:33:36 +0000 Subject: direct drivers and bugs fix --- ortho/oread/ortho_front.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ortho/oread') diff --git a/ortho/oread/ortho_front.adb b/ortho/oread/ortho_front.adb index 7a3fe9a8c..e70a99c67 100644 --- a/ortho/oread/ortho_front.adb +++ b/ortho/oread/ortho_front.adb @@ -41,7 +41,7 @@ package body Ortho_Front is is pragma Unreferenced (Arg); begin - if Opt.all = "-r" then + if Opt.all = "-r" or Opt.all = "--ghdl-r" then Flag_Renumber := True; return 1; else -- cgit v1.2.3