In VHDL, how to print current hierachy path for the current entity/architecture?

前端 未结 0 884
太阳男子
太阳男子 2021-01-16 16:46

Here\'s what I can do in Verilog:

module xyz();
    initial begin
        $display("%m <= current module path");
    end
endmodule
相关标签:
回答
  • 消灭零回复
提交回复
热议问题