I added a comparator, I updated the control unit so that it now uses the 4 bit ALU opcode instead of the 3 bit from before. I added testbenches to the control unit and the slt and comparator modules. However, like before I unable to run the simulation on my desktop. Finally, i added the program code for the equation solver as a test bench in the CPU9bit module
93 lines
3.8 KiB
XML
93 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GenRun Id="impl_1" LaunchPart="xc7k160tifbg484-2L" LaunchTime="1550680547">
|
|
<File Type="BITSTR-BMM" Name="FetchUnit_bd.bmm"/>
|
|
<File Type="PA-TCL" Name="FetchUnit.tcl"/>
|
|
<File Type="OPT-DCP" Name="FetchUnit_opt.dcp"/>
|
|
<File Type="REPORTS-TCL" Name="FetchUnit_reports.tcl"/>
|
|
<File Type="OPT-HWDEF" Name="FetchUnit.hwdef"/>
|
|
<File Type="BG-BGN" Name="FetchUnit.bgn"/>
|
|
<File Type="PWROPT-DCP" Name="FetchUnit_pwropt.dcp"/>
|
|
<File Type="PLACE-DCP" Name="FetchUnit_placed.dcp"/>
|
|
<File Type="PLACE-PRE-SIMILARITY" Name="FetchUnit_incremental_reuse_pre_placed.rpt"/>
|
|
<File Type="POSTPLACE-PWROPT-DCP" Name="FetchUnit_postplace_pwropt.dcp"/>
|
|
<File Type="BG-BIN" Name="FetchUnit.bin"/>
|
|
<File Type="PHYSOPT-DCP" Name="FetchUnit_physopt.dcp"/>
|
|
<File Type="BITSTR-MSK" Name="FetchUnit.msk"/>
|
|
<File Type="ROUTE-ERROR-DCP" Name="FetchUnit_routed_error.dcp"/>
|
|
<File Type="ROUTE-DCP" Name="FetchUnit_routed.dcp"/>
|
|
<File Type="ROUTE-BLACKBOX-DCP" Name="FetchUnit_routed_bb.dcp"/>
|
|
<File Type="BITSTR-LTX" Name="FetchUnit.ltx"/>
|
|
<File Type="BITSTR-MMI" Name="FetchUnit.mmi"/>
|
|
<File Type="BITSTR-SYSDEF" Name="FetchUnit.sysdef"/>
|
|
<File Type="ROUTE-TIMING-PB" Name="FetchUnit_timing_summary_routed.pb"/>
|
|
<File Type="POSTROUTE-PHYSOPT-DCP" Name="FetchUnit_postroute_physopt.dcp"/>
|
|
<File Type="POSTROUTE-PHYSOPT-BLACKBOX-DCP" Name="FetchUnit_postroute_physopt_bb.dcp"/>
|
|
<File Type="BG-BIT" Name="FetchUnit.bit"/>
|
|
<File Type="BITSTR-RBT" Name="FetchUnit.rbt"/>
|
|
<File Type="BITSTR-NKY" Name="FetchUnit.nky"/>
|
|
<File Type="BG-DRC" Name="FetchUnit.drc"/>
|
|
<File Type="RDI-RDI" Name="FetchUnit.vdi"/>
|
|
<File Type="WBT-USG" Name="usage_statistics_webtalk.html"/>
|
|
<FileSet Name="sources" Type="DesignSrcs" RelSrcDir="$PSRCDIR/sources_1">
|
|
<Filter Type="Srcs"/>
|
|
<File Path="$PSRCDIR/sources_1/new/BasicModules.v">
|
|
<FileInfo>
|
|
<Attr Name="UsedIn" Val="synthesis"/>
|
|
<Attr Name="UsedIn" Val="implementation"/>
|
|
<Attr Name="UsedIn" Val="simulation"/>
|
|
</FileInfo>
|
|
</File>
|
|
<File Path="$PSRCDIR/sources_1/new/FetchUnit.v">
|
|
<FileInfo>
|
|
<Attr Name="UsedIn" Val="synthesis"/>
|
|
<Attr Name="UsedIn" Val="implementation"/>
|
|
<Attr Name="UsedIn" Val="simulation"/>
|
|
</FileInfo>
|
|
</File>
|
|
<File Path="$PSRCDIR/sources_1/new/ALU.v">
|
|
<FileInfo>
|
|
<Attr Name="AutoDisabled" Val="1"/>
|
|
<Attr Name="UsedIn" Val="synthesis"/>
|
|
<Attr Name="UsedIn" Val="implementation"/>
|
|
<Attr Name="UsedIn" Val="simulation"/>
|
|
</FileInfo>
|
|
</File>
|
|
<File Path="$PSRCDIR/sources_1/new/RegFile.v">
|
|
<FileInfo>
|
|
<Attr Name="AutoDisabled" Val="1"/>
|
|
<Attr Name="UsedIn" Val="synthesis"/>
|
|
<Attr Name="UsedIn" Val="implementation"/>
|
|
<Attr Name="UsedIn" Val="simulation"/>
|
|
</FileInfo>
|
|
</File>
|
|
<Config>
|
|
<Option Name="DesignMode" Val="RTL"/>
|
|
<Option Name="TopModule" Val="FetchUnit"/>
|
|
</Config>
|
|
</FileSet>
|
|
<FileSet Name="constrs_in" Type="Constrs" RelSrcDir="$PSRCDIR/constrs_1">
|
|
<Filter Type="Constrs"/>
|
|
<Config>
|
|
<Option Name="ConstrsType" Val="XDC"/>
|
|
</Config>
|
|
</FileSet>
|
|
<FileSet Name="utils" Type="Utils" RelSrcDir="$PSRCDIR/utils_1">
|
|
<Filter Type="Utils"/>
|
|
<Config>
|
|
<Option Name="TopAutoSet" Val="TRUE"/>
|
|
</Config>
|
|
</FileSet>
|
|
<Strategy Version="1" Minor="2">
|
|
<StratHandle Name="Vivado Implementation Defaults" Flow="Vivado Implementation 2018"/>
|
|
<Step Id="init_design"/>
|
|
<Step Id="opt_design"/>
|
|
<Step Id="power_opt_design"/>
|
|
<Step Id="place_design"/>
|
|
<Step Id="post_place_power_opt_design"/>
|
|
<Step Id="phys_opt_design"/>
|
|
<Step Id="route_design"/>
|
|
<Step Id="post_route_phys_opt_design"/>
|
|
<Step Id="write_bitstream"/>
|
|
</Strategy>
|
|
</GenRun>
|