diff options
Diffstat (limited to 'planAhead_run_2/lab2.data/constrs_1')
-rwxr-xr-x | planAhead_run_2/lab2.data/constrs_1/designprops.xml | 29 | ||||
-rwxr-xr-x[-rw-r--r--] | planAhead_run_2/lab2.data/constrs_1/fileset.xml | 70 | ||||
-rwxr-xr-x | planAhead_run_2/lab2.data/constrs_1/usercols.xml | 4 |
3 files changed, 78 insertions, 25 deletions
diff --git a/planAhead_run_2/lab2.data/constrs_1/designprops.xml b/planAhead_run_2/lab2.data/constrs_1/designprops.xml new file mode 100755 index 0000000..841b5cf --- /dev/null +++ b/planAhead_run_2/lab2.data/constrs_1/designprops.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?>
+<Compat Version="1" Minor="4">
+ <CompatParts>
+ </CompatParts>
+ <ConfigModes>
+ <Mode Id="JTAG"/>
+ </ConfigModes>
+ <PortProps>
+ <Port Name="A[3]" OffChipTerm="NONE"/>
+ <Port Name="A[2]" OffChipTerm="NONE"/>
+ <Port Name="A[1]" OffChipTerm="NONE"/>
+ <Port Name="A[0]" OffChipTerm="NONE"/>
+ <Port Name="S[1]" OffChipTerm="NONE"/>
+ <Port Name="S[0]" OffChipTerm="NONE"/>
+ <Port Name="AN0" OffChipTerm="FP_VTT_50"/>
+ <Port Name="AN1" OffChipTerm="FP_VTT_50"/>
+ <Port Name="AN2" OffChipTerm="FP_VTT_50"/>
+ <Port Name="AN3" OffChipTerm="FP_VTT_50"/>
+ <Port Name="ao" OffChipTerm="FP_VTT_50"/>
+ <Port Name="bo" OffChipTerm="FP_VTT_50"/>
+ <Port Name="co" OffChipTerm="FP_VTT_50"/>
+ <Port Name="do" OffChipTerm="FP_VTT_50"/>
+ <Port Name="eo" OffChipTerm="FP_VTT_50"/>
+ <Port Name="fo" OffChipTerm="FP_VTT_50"/>
+ <Port Name="go" OffChipTerm="FP_VTT_50"/>
+ <Port Name="sign" OffChipTerm="FP_VTT_50"/>
+ </PortProps>
+</Compat>
+
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>
diff --git a/planAhead_run_2/lab2.data/constrs_1/usercols.xml b/planAhead_run_2/lab2.data/constrs_1/usercols.xml new file mode 100755 index 0000000..b2e369a --- /dev/null +++ b/planAhead_run_2/lab2.data/constrs_1/usercols.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?>
+<UserColInfo Version="1" Minor="0">
+</UserColInfo>
+
|