mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
preproc: formatting
This commit is contained in:
@@ -751,8 +751,8 @@ frontend_verilog_preproc(std::istream &f,
|
|||||||
const define_map_t &pre_defines,
|
const define_map_t &pre_defines,
|
||||||
define_map_t &global_defines_cache,
|
define_map_t &global_defines_cache,
|
||||||
const std::list<std::string> &include_dirs,
|
const std::list<std::string> &include_dirs,
|
||||||
ParseState &parse_state,
|
ParseState &parse_state,
|
||||||
ParseMode &parse_mode)
|
ParseMode &parse_mode)
|
||||||
{
|
{
|
||||||
define_map_t defines;
|
define_map_t defines;
|
||||||
defines.merge(pre_defines);
|
defines.merge(pre_defines);
|
||||||
|
|||||||
@@ -73,12 +73,12 @@ struct define_map_t;
|
|||||||
|
|
||||||
std::string
|
std::string
|
||||||
frontend_verilog_preproc(std::istream &f,
|
frontend_verilog_preproc(std::istream &f,
|
||||||
std::string filename,
|
std::string filename,
|
||||||
const define_map_t &pre_defines,
|
const define_map_t &pre_defines,
|
||||||
define_map_t &global_defines_cache,
|
define_map_t &global_defines_cache,
|
||||||
const std::list<std::string> &include_dirs,
|
const std::list<std::string> &include_dirs,
|
||||||
VERILOG_FRONTEND::ParseState &parse_state,
|
VERILOG_FRONTEND::ParseState &parse_state,
|
||||||
VERILOG_FRONTEND::ParseMode &parse_mode);
|
VERILOG_FRONTEND::ParseMode &parse_mode);
|
||||||
|
|
||||||
YOSYS_NAMESPACE_END
|
YOSYS_NAMESPACE_END
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user