[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #4

verilator should read files in -f inpfiles in the specified order

Added by Stefan Thiede about 5 years ago. Updated about 5 years ago.

Status:Closed Start date:04/24/2008
Priority:Normal Due date:
Assignee:Wilson Snyder % Done:

0%

Category:Invoking/Options
Target version:-

Description

Even though it's bad practice there are lot's of designs which depend on the order in which files are read (command line and -f inpfiles) due to the fact that they don't cleanly `include files with `defines.

Verilator is using a set for the verilog files to be read, it would be nice to change that to an ordered list.

V3Options.h:typedef set<string> V3StringSet;
V3Options.h:    V3StringSet     m_vFiles;       // argument: Verilog files to read

History

Updated by Wilson Snyder about 5 years ago

  • Category set to Invoking/Options
  • Status changed from New to Closed
  • Assignee set to Wilson Snyder

Earlier reported via email; fixed in 3.662.

Also available in: Atom