mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-19 00:38:59 +00:00
read_verilog: remove log I left behind by accident
This commit is contained in:
parent
8f00c1824f
commit
83c1364eeb
1 changed files with 0 additions and 1 deletions
|
|
@ -500,7 +500,6 @@ struct VerilogFrontend : public Frontend {
|
|||
log("Parsing %s%s input from `%s' to AST representation.\n",
|
||||
parse_mode.formal ? "formal " : "", parse_mode.sv ? "SystemVerilog" : "Verilog", filename.c_str());
|
||||
|
||||
log("verilog frontend filename %s\n", filename.c_str());
|
||||
if (flag_relative_share) {
|
||||
auto share_path = proc_share_dirname();
|
||||
if (filename.substr(0, share_path.length()) == share_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue