[ci skip] Rename Xcelium info string to FireSim | Fix debug metasims

This commit is contained in:
abejgonzalez 2023-06-01 15:12:41 -07:00
parent 04471d544e
commit 2329a14dc6
2 changed files with 5 additions and 3 deletions

View File

@ -641,8 +641,10 @@ class RuntimeBuildRecipeConfig(RuntimeHWConfig):
full_extra_plusargs = " " + self.metasimulation_only_plusargs + " " + extra_plusargs full_extra_plusargs = " " + self.metasimulation_only_plusargs + " " + extra_plusargs
if self.metasim_host_simulator in ['vcs', 'vcs-debug']: if self.metasim_host_simulator in ['vcs', 'vcs-debug']:
full_extra_plusargs = " " + self.metasimulation_only_vcs_plusargs + " " + full_extra_plusargs full_extra_plusargs = " " + self.metasimulation_only_vcs_plusargs + " " + full_extra_plusargs
if self.metasim_host_simulator in ['verilator-debug', 'vcs-debug']: if self.metasim_host_simulator == 'verilator-debug':
full_extra_plusargs += " +waveform=metasim_waveform.vpd " full_extra_plusargs += " +waveformfile=metasim_waveform.vcd "
if self.metasim_host_simulator == 'vcs-debug':
full_extra_plusargs += " +fsdbfile=metasim_waveform.fsdb "
# TODO: spike-dasm support # TODO: spike-dasm support
full_extra_args = " 2> metasim_stderr.out " + extra_args full_extra_args = " 2> metasim_stderr.out " + extra_args
return super(RuntimeBuildRecipeConfig, self).get_boot_simulation_command( return super(RuntimeBuildRecipeConfig, self).get_boot_simulation_command(

View File

@ -7,7 +7,7 @@
define CAD_INFO_HEADER define CAD_INFO_HEADER
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
# This script was written and developed by Chipyard at UC Berkeley; however, the # This script was written and developed by FireSim at UC Berkeley; however, the
# underlying commands and reports are copyrighted by Cadence. We thank Cadence for # underlying commands and reports are copyrighted by Cadence. We thank Cadence for
# granting permission to share our research to help promote and foster the next # granting permission to share our research to help promote and foster the next
# generation of innovators. # generation of innovators.