Generate State Machine graph from VHDL code?

2019-05-31 17:32发布

Is there any quite good tool to generate State Machine graph from VHDL code? I'm using Xilinx ISE Webpack. Cheers!

标签: vhdl xilinx
2条回答
可以哭但决不认输i
2楼-- · 2019-05-31 17:59

Active HDL has a feature called "Code2Graphics" which supports this. Additionally, some synthesis tools (typically ones you would have to pay for) also support this.

Note that an RTL view is more commonly available in synthesis tools (such as XST).

查看更多
【Aperson】
3楼-- · 2019-05-31 18:15

Modelsim SE (and DE?) have these kind of things. But, not for free :-(

查看更多
登录 后发表回答