mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 23:09:58 +08:00
Use equal signs for language documentation sections
This commit is contained in:
+4
-4
@@ -2,7 +2,7 @@
|
||||
ALE Verilog/SystemVerilog Integration *ale-verilog-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
ALE can use two different linters for Verilog HDL:
|
||||
|
||||
iverilog:
|
||||
@@ -20,13 +20,13 @@ defining 'g:ale_linters' variable:
|
||||
\ let g:ale_linters = {'systemverilog' : ['verilator'],}
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
iverilog *ale-verilog-iverilog*
|
||||
|
||||
No additional options
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
verilator *ale-verilog-verilator*
|
||||
|
||||
g:ale_verilog_verilator_options *g:ale_verilog_verilator_options*
|
||||
@@ -39,5 +39,5 @@ g:ale_verilog_verilator_options *g:ale_verilog_verilator_options*
|
||||
For example `'-sv --default-language "1800-2012"'` if you want to enable
|
||||
SystemVerilog parsing and select the 2012 version of the language.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user