mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-04 08:07:58 +00:00
read_verilog: remove log I left behind by accident
This commit is contained in:
parent
8798b15fa0
commit
b6ca1beabc
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",
|
log("Parsing %s%s input from `%s' to AST representation.\n",
|
||||||
parse_mode.formal ? "formal " : "", parse_mode.sv ? "SystemVerilog" : "Verilog", filename.c_str());
|
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) {
|
if (flag_relative_share) {
|
||||||
auto share_path = proc_share_dirname();
|
auto share_path = proc_share_dirname();
|
||||||
if (filename.substr(0, share_path.length()) == share_path)
|
if (filename.substr(0, share_path.length()) == share_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue