Doxverilog - 配置时不修补

时间:2013-09-16 10:53:36

标签: doxygen

我有doxygen 1.8.5和Doxverilog(对于doxygen 1.7.0)。按照下面引用的说明,我收到消息说已经应用了补丁。然后一些HUNK失败了。

如果我继续进行并设置verilog.cfg,使用此cfg运行doxygen会产生

“警告:在第35行忽略不支持的标记`OPTIMIZE_OUTPUT_VERILOG =',文件verilog.cfg” 然后空白输出。

我用来设置doxverilog的说明是:


install the doxygen-1.7.0 sources

1. copy the Verilog files verilogparser.y verlogscanner.l and the source files to the doxygen-1.7.0\src directory

2. copy the patch file verilog.patch to directory doxygen-1.7.0

3. open a shell in the doxygen-1.7.0 directory

3.1 configure doxygen
    sh configure

3.2  make  patch  # patch -p1 < verilog.patch

4 compile  the source files
  make all

5 If the compilation was successful create a doxygen configuration file with  # doxygen -s -g verilog.cfg
  In the configuration file you should see the option OPTIMIZE_OUTPUT_VERILOG. 
  The file patterns for the Verilog parser  are *.v and *.V

0 个答案:

没有答案