mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-26 22:17:55 +00:00
preproc: formatting
This commit is contained in:
parent
e77252ce8d
commit
7047bc26b3
2 changed files with 8 additions and 8 deletions
|
@ -73,12 +73,12 @@ struct define_map_t;
|
|||
|
||||
std::string
|
||||
frontend_verilog_preproc(std::istream &f,
|
||||
std::string filename,
|
||||
const define_map_t &pre_defines,
|
||||
define_map_t &global_defines_cache,
|
||||
const std::list<std::string> &include_dirs,
|
||||
VERILOG_FRONTEND::ParseState &parse_state,
|
||||
VERILOG_FRONTEND::ParseMode &parse_mode);
|
||||
std::string filename,
|
||||
const define_map_t &pre_defines,
|
||||
define_map_t &global_defines_cache,
|
||||
const std::list<std::string> &include_dirs,
|
||||
VERILOG_FRONTEND::ParseState &parse_state,
|
||||
VERILOG_FRONTEND::ParseMode &parse_mode);
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue