Refactor balance_controller and volume_multiplier for improved readability; update simulation settings in project files

This commit is contained in:
2025-05-22 16:31:10 +02:00
parent 1d779b7d3a
commit fd7bac0da1
5 changed files with 31 additions and 43 deletions

View File

@@ -47,7 +47,7 @@
<Option Name="IPStaticSourceDir" Val="$PIPUSERFILESDIR/ipstatic"/>
<Option Name="EnableBDX" Val="FALSE"/>
<Option Name="DSABoardId" Val="basys3"/>
<Option Name="WTXSimLaunchSim" Val="14"/>
<Option Name="WTXSimLaunchSim" Val="16"/>
<Option Name="WTModelSimLaunchSim" Val="0"/>
<Option Name="WTQuestaLaunchSim" Val="0"/>
<Option Name="WTIesLaunchSim" Val="0"/>

View File

@@ -11,8 +11,8 @@
</db_ref_list>
<zoom_setting>
<ZoomStartTime time="0fs"></ZoomStartTime>
<ZoomEndTime time="116601fs"></ZoomEndTime>
<Cursor1Time time="100200fs"></Cursor1Time>
<ZoomEndTime time="258201fs"></ZoomEndTime>
<Cursor1Time time="0fs"></Cursor1Time>
</zoom_setting>
<column_width_setting>
<NameColumnWidth column_width="147"></NameColumnWidth>
@@ -36,13 +36,13 @@
<obj_property name="ObjectShortName">balance[9:0]</obj_property>
<obj_property name="Radix">UNSIGNEDDECRADIX</obj_property>
</wvobject>
<wvobject fp_name="/tb_balance_controller/uut/left_shift" type="other">
<obj_property name="ElementShortName">left_shift</obj_property>
<obj_property name="ObjectShortName">left_shift</obj_property>
<wvobject fp_name="/tb_balance_controller/uut/left_channel" type="other">
<obj_property name="ElementShortName">left_channel</obj_property>
<obj_property name="ObjectShortName">left_channel</obj_property>
</wvobject>
<wvobject fp_name="/tb_balance_controller/uut/right_shift" type="other">
<obj_property name="ElementShortName">right_shift</obj_property>
<obj_property name="ObjectShortName">right_shift</obj_property>
<wvobject fp_name="/tb_balance_controller/uut/right_channel" type="other">
<obj_property name="ElementShortName">right_channel</obj_property>
<obj_property name="ObjectShortName">right_channel</obj_property>
</wvobject>
<wvobject type="divider" fp_name="divider20">
<obj_property name="label">s_axis</obj_property>

View File

@@ -47,7 +47,7 @@
<Option Name="IPStaticSourceDir" Val="$PIPUSERFILESDIR/ipstatic"/>
<Option Name="EnableBDX" Val="FALSE"/>
<Option Name="DSABoardId" Val="basys3"/>
<Option Name="WTXSimLaunchSim" Val="49"/>
<Option Name="WTXSimLaunchSim" Val="57"/>
<Option Name="WTModelSimLaunchSim" Val="0"/>
<Option Name="WTQuestaLaunchSim" Val="0"/>
<Option Name="WTIesLaunchSim" Val="0"/>