diff options
author | Michael Abed <michaelabed@gmail.com> | 2012-02-17 12:10:31 -0500 |
---|---|---|
committer | Michael Abed <michaelabed@gmail.com> | 2012-02-17 12:10:31 -0500 |
commit | 59d89428d6160fb672c2b6a41339505cc69344d0 (patch) | |
tree | a774e809a31fc7eae7b0fd0777714c86ffedc9d6 /planAhead_run_2/lab2.data/constrs_1/fileset.xml | |
parent | 0bdf2f0b18f7e2986336f8afc67fe18b8b382e7a (diff) | |
download | ec311-lab2-master.tar.gz ec311-lab2-master.tar.bz2 ec311-lab2-master.zip |
Diffstat (limited to 'planAhead_run_2/lab2.data/constrs_1/fileset.xml')
-rwxr-xr-x[-rw-r--r--] | planAhead_run_2/lab2.data/constrs_1/fileset.xml | 70 |
1 files changed, 45 insertions, 25 deletions
diff --git a/planAhead_run_2/lab2.data/constrs_1/fileset.xml b/planAhead_run_2/lab2.data/constrs_1/fileset.xml index 528719e..46533c8 100644..100755 --- a/planAhead_run_2/lab2.data/constrs_1/fileset.xml +++ b/planAhead_run_2/lab2.data/constrs_1/fileset.xml @@ -1,25 +1,45 @@ -<?xml version="1.0" encoding="UTF-8"?> -<DARoots Version="1" - Minor="19"> - <FileSet Name="constrs_1" - Type="Constrs" - RelSrcDir="$PSRCDIR/constrs_1"> - <Filter Type="Constrs"/> - <File Path="$PPRDIR/../ALUSHOW.ucf"> - <FileInfo> - <Attr Name="UsedInSynthesis" - Val="1"/> - <Attr Name="UsedInImplementation" - Val="1"/> - <Attr Name="UsedInSimulation" - Val="1"/> - </FileInfo> - </File> - <Config> - <Option Name="TargetConstrsFile" - Val="$PPRDIR/../ALUSHOW.ucf"/> - <Option Name="ConstrsType" - Val="UCF"/> - </Config> - </FileSet> -</DARoots> +<?xml version="1.0" encoding="UTF-8"?>
+<DARoots Version="1"
+ Minor="19">
+ <FileSet Name="constrs_1"
+ Type="Constrs"
+ RelSrcDir="$PSRCDIR/constrs_1">
+ <Filter Type="Constrs"/>
+ <File Path="$PPRDIR/../ALUSHOW.ucf">
+ <FileInfo>
+ <Attr Name="UsedInSynthesis"
+ Val="1"/>
+ <Attr Name="UsedInImplementation"
+ Val="1"/>
+ <Attr Name="UsedInSimulation"
+ Val="1"/>
+ </FileInfo>
+ </File>
+ <File Path="$PDATADIR/constrs_1/designprops.xml">
+ <FileInfo SFType="CompatPartsDb">
+ <Attr Name="UsedInSynthesis"
+ Val="1"/>
+ <Attr Name="UsedInImplementation"
+ Val="1"/>
+ <Attr Name="UsedInSimulation"
+ Val="1"/>
+ </FileInfo>
+ </File>
+ <File Path="$PDATADIR/constrs_1/usercols.xml">
+ <FileInfo SFType="UserColsDb">
+ <Attr Name="UsedInSynthesis"
+ Val="1"/>
+ <Attr Name="UsedInImplementation"
+ Val="1"/>
+ <Attr Name="UsedInSimulation"
+ Val="1"/>
+ </FileInfo>
+ </File>
+ <Config>
+ <Option Name="TargetConstrsFile"
+ Val="$PPRDIR/../ALUSHOW.ucf"/>
+ <Option Name="ConstrsType"
+ Val="UCF"/>
+ </Config>
+ </FileSet>
+</DARoots>
|