Skip to content

Commit

Permalink
Fix for xsims and projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mschiller-nrao committed May 26, 2023
1 parent 482b810 commit a436eca
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 7,192 deletions.
17 changes: 16 additions & 1 deletion casper_filter/casper_filter_proj/casper_filter_proj.xpr
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Option Name="IPUserFilesDir" Val="$PIPUSERFILESDIR"/>
<Option Name="IPStaticSourceDir" Val="$PIPUSERFILESDIR/ipstatic"/>
<Option Name="EnableBDX" Val="FALSE"/>
<Option Name="WTXSimLaunchSim" Val="82"/>
<Option Name="WTXSimLaunchSim" Val="84"/>
<Option Name="WTModelSimLaunchSim" Val="0"/>
<Option Name="WTQuestaLaunchSim" Val="0"/>
<Option Name="WTIesLaunchSim" Val="0"/>
Expand Down Expand Up @@ -67,6 +67,13 @@
<FileSets Version="1" Minor="31">
<FileSet Name="sources_1" Type="DesignSrcs" RelSrcDir="$PSRCDIR/sources_1">
<Filter Type="Srcs"/>
<File Path="$PPRDIR/../../common_pkg/fixed_pkg_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../../common_pkg/common_pkg.vhd">
<FileInfo SFType="VHDL2008">
<Attr Name="Library" Val="common_pkg_lib"/>
Expand Down Expand Up @@ -258,6 +265,14 @@
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../../common_pkg/float_pkg_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
<Attr Name="AutoDisabled" Val="1"/>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<Config>
<Option Name="DesignMode" Val="RTL"/>
<Option Name="TopModule" Val="fil_ppf_wide"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Option Name="IPUserFilesDir" Val="$PIPUSERFILESDIR"/>
<Option Name="IPStaticSourceDir" Val="$PIPUSERFILESDIR/ipstatic"/>
<Option Name="EnableBDX" Val="FALSE"/>
<Option Name="WTXSimLaunchSim" Val="287"/>
<Option Name="WTXSimLaunchSim" Val="289"/>
<Option Name="WTModelSimLaunchSim" Val="0"/>
<Option Name="WTQuestaLaunchSim" Val="0"/>
<Option Name="WTIesLaunchSim" Val="0"/>
Expand Down Expand Up @@ -66,13 +66,6 @@
<FileSets Version="1" Minor="31">
<FileSet Name="sources_1" Type="DesignSrcs" RelSrcDir="$PSRCDIR/sources_1">
<Filter Type="Srcs"/>
<File Path="$PPRDIR/../../common_pkg/fixed_float_types_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../../common_pkg/fixed_pkg_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
Expand Down
12 changes: 3 additions & 9 deletions casper_wbpfb/wbpfb_vivproj/wbpfb_vivproj.xpr
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Option Name="IPStaticSourceDir" Val="$PIPUSERFILESDIR/ipstatic"/>
<Option Name="UseIPStaticLibs" Val="0"/>
<Option Name="EnableBDX" Val="FALSE"/>
<Option Name="WTXSimLaunchSim" Val="470"/>
<Option Name="WTXSimLaunchSim" Val="472"/>
<Option Name="WTModelSimLaunchSim" Val="0"/>
<Option Name="WTQuestaLaunchSim" Val="0"/>
<Option Name="WTIesLaunchSim" Val="0"/>
Expand Down Expand Up @@ -67,13 +67,6 @@
<FileSets Version="1" Minor="31">
<FileSet Name="sources_1" Type="DesignSrcs" RelSrcDir="$PSRCDIR/sources_1">
<Filter Type="Srcs"/>
<File Path="$PPRDIR/../../common_pkg/fixed_float_types_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../../common_pkg/fixed_pkg_c.vhd">
<FileInfo>
<Attr Name="Library" Val="common_pkg_lib"/>
Expand Down Expand Up @@ -748,11 +741,12 @@
</Simulator>
</Simulators>
<Runs Version="1" Minor="11">
<Run Id="synth_1" Type="Ft3:Synth" SrcSet="sources_1" Part="xc7z020clg400-1" ConstrsSet="constrs_1" Description="Vivado Synthesis Defaults" AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" State="current" IncludeInArchive="true">
<Run Id="synth_1" Type="Ft3:Synth" SrcSet="sources_1" Part="xc7z020clg400-1" ConstrsSet="constrs_1" Description="Vivado Synthesis Defaults" AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" State="current" Dir="$PRUNDIR/synth_1" IncludeInArchive="true">
<Strategy Version="1" Minor="2">
<StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2019"/>
<Step Id="synth_design"/>
</Strategy>
<GeneratedRun Dir="$PRUNDIR" File="gen_run.xml"/>
<ReportStrategy Name="Vivado Synthesis Default Reports" Flow="Vivado Synthesis 2019"/>
<Report Name="ROUTE_DESIGN.REPORT_METHODOLOGY" Enabled="1"/>
<RQSFiles/>
Expand Down
Loading

0 comments on commit a436eca

Please sign in to comment.