mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 16:44:36 +00:00
@@ -46,6 +46,9 @@ bool Arch::applyLPF(std::string filename, std::istream &in)
|
||||
while (std::getline(in, line)) {
|
||||
++lineno;
|
||||
size_t cstart = line.find('#');
|
||||
if (cstart != std::string::npos)
|
||||
line = line.substr(0, cstart);
|
||||
cstart = line.find("//");
|
||||
if (cstart != std::string::npos)
|
||||
line = line.substr(0, cstart);
|
||||
if (isempty(line))
|
||||
|
||||
Reference in New Issue
Block a user