mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
This patch adds the ability to call command files from other command files. There is currently a limit of 16 total levels deep (15 stored plus the current file). -f is now an alias for -c for both the command line and command files. The parser also reports errors when they occur along with the file name and line number to aid in debugging problems.