diff options
author | Michael Abed <michaelabed@gmail.com> | 2012-02-16 15:46:55 -0500 |
---|---|---|
committer | Michael Abed <michaelabed@gmail.com> | 2012-02-16 15:46:55 -0500 |
commit | 0bdf2f0b18f7e2986336f8afc67fe18b8b382e7a (patch) | |
tree | 0546ba14ba410a565b6bff722a23b26860744825 /planAhead_run_2/lab2.data/sources_1 | |
download | ec311-lab2-0bdf2f0b18f7e2986336f8afc67fe18b8b382e7a.tar.gz ec311-lab2-0bdf2f0b18f7e2986336f8afc67fe18b8b382e7a.tar.bz2 ec311-lab2-0bdf2f0b18f7e2986336f8afc67fe18b8b382e7a.zip |
initial commit
Diffstat (limited to 'planAhead_run_2/lab2.data/sources_1')
-rw-r--r-- | planAhead_run_2/lab2.data/sources_1/fileset.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/planAhead_run_2/lab2.data/sources_1/fileset.xml b/planAhead_run_2/lab2.data/sources_1/fileset.xml new file mode 100644 index 0000000..3358a4c --- /dev/null +++ b/planAhead_run_2/lab2.data/sources_1/fileset.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DARoots Version="1" + Minor="19"> + <FileSet Name="sources_1" + Type="DesignSrcs" + RelSrcDir="$PSRCDIR/sources_1"> + <Filter Type="Srcs"/> + <File Path="$PPRDIR/../sev_seg_disp.vf"> + <FileInfo> + <Attr Name="UsedInSynthesis" + Val="1"/> + <Attr Name="UsedInImplementation" + Val="1"/> + <Attr Name="UsedInSimulation" + Val="1"/> + </FileInfo> + </File> + <File Path="$PPRDIR/../ALU.v"> + <FileInfo> + <Attr Name="UsedInSynthesis" + Val="1"/> + <Attr Name="UsedInImplementation" + Val="1"/> + <Attr Name="UsedInSimulation" + Val="1"/> + </FileInfo> + </File> + <File Path="$PPRDIR/../ALUSHOW.vf"> + <FileInfo> + <Attr Name="UsedInSynthesis" + Val="1"/> + <Attr Name="UsedInImplementation" + Val="1"/> + <Attr Name="UsedInSimulation" + Val="1"/> + </FileInfo> + </File> + <Config> + <Option Name="DesignMode" + Val="RTL"/> + <Option Name="TopModule" + Val="ALUSHOW"/> + <Option Name="TopLib" + Val="work"/> + <Option Name="TopRTLFile" + Val="$PPRDIR/../ALUSHOW.vf"/> + <Option Name="TopAutoSet" + Val="TRUE"/> + </Config> + </FileSet> +</DARoots> |