通过ucli 设置仿真断点

发布时间:2026/8/2 12:12:40
通过ucli 设置仿真断点 作用对于环境没有变化仅有用例变化的情况下可以通过设置断点来减少编译仿真时间从断点处开始仿真步骤1通过ucli.cfg指定断点fsdbDumpfile wave.fsdbfsdbDumpvar 0 allscope topstop -posedge stop_mark #在信号stop_mark上升沿处设置断点run # 开始仿真在断点处会自动停止echo save checkpointsave stop_mark #将断点保存到当前路径quit #退出仿真步骤2可在断点处开始多次仿真通过restore_ucli.cfg指定开始仿真的位置fsdbDumpfile wave.fsdbfsdbDumpvar 0 allrestore ./stop_markrun