3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +00:00

Fixed some missing "verilog_" in documentation

This commit is contained in:
Rodrigo Alejandro Melo 2019-12-13 10:17:05 -03:00
parent 9ab1feeaf1
commit e9dc2759c4
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
*
* A simple lexer for Verilog code. Non-preprocessor compiler directives are
* handled here. The preprocessor stuff is handled in preproc.cc. Everything
* else is left to the bison parser (see parser.y).
* else is left to the bison parser (see verilog_parser.y).
*
*/