主要内容

hdlcleanup

清除所有 HDL 代码生成状态

自 R2021a 起

    说明

    hdlcleanup 清除在 MATLAB 会话中保留的所有 HDL 代码生成状态。

    示例

    示例

    全部折叠

    以下命令为在测设计 (DUT) 生成 HDL 代码,并清除在 MATLAB 会话中保留的所有代码生成状态。

    load_system('sfir_fixed');
    open_system('sfir_fixed/symmetric_fir');
    hdlset_param('sfir_fixed','ResourceReport','on');
    makehdl('sfir_fixed/symmetric_fir');
    hdlcleanup;

    版本历史记录

    在 R2021a 中推出