ADDER X-SC Bedienungsanleitung Seite 85

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 87
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 84
2.2. THE USE OF MAKEFILES TO AUTOMATE THE DESIGN FLOW 85
Makefile.
DRUC = $(ALLIANCE_BIN)/druc
RDS_TECHNO_SYMB = ../etc/techno-symb.rds
druc.done : lvx.done multi4.ap
$(DRUC) multi4
$(TOUCH) druc.done
Then, we can run DRUC with the following command.
% make druc.done
/usr/local/alliance/bin/druc multi4
@@@@@@@ @@@@@@@ @@@@ @
@@ @@ @@ @@ @@ @@
@@ @@ @@ @@ @@ @
@@ @@ @@ @@ @@@ @@@@ @@ @
@@ @@ @@ @@ @@ @@ @@
@@ @@ @@@@@ @@ @@ @@
@@ @@ @@ @@ @@ @@ @@
@@ @@ @@ @@ @@ @@ @@
@@ @@ @@ @@ @@ @@ @@ @
@@ @@ @@ @@ @@ @@@ @@ @@
@@@@@@@ @@@@@ @@@ @@@@ @@ @@@@
Design Rule Checker
Alliance CAD System 5.0 20040928, druc 5.0
Copyright (c) 1993-2005, ASIM/LIP6/UPMC
Flatten DRC on: multi4
Delete MBK figure : multi4
Load Flatten Rules : ../etc/techno-symb.rds
Unify : multi4
Create Ring : multi4_rng
Merge Errorfiles:
Merge Error Instances:
instructionCourante : 56
End DRC on: multi4
Saving the Error file figure
Done
0
File: multi4.drc is empty: no errors detected.
touch druc.done
That tells us that there are not rule violations in our design. We are now ready to take our symbolic design to
a real one. We use for this S2R. We first set one variable as follows.
% setenv RDS_TECHNO_NAME $RDS_TECHNO
All other variables are correctly set at this point so we add the following lines to our Makefile.
S2R = $(ALLIANCE_BIN)/s2r
multi4.cif : druc.done
$(S2R) -v multi4
Seitenansicht 84
1 2 ... 80 81 82 83 84 85 86 87

Kommentare zu diesen Handbüchern

Keine Kommentare