mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Towards Xilinx bram support
This commit is contained in:
parent
4a0b3a5423
commit
9474928672
5 changed files with 178 additions and 28 deletions
|
@ -87,7 +87,6 @@ struct rules_t
|
|||
tokens.clear();
|
||||
string line;
|
||||
while (std::getline(infile, line)) {
|
||||
log("> %s\n", line.c_str());
|
||||
for (string tok = next_token(line); !tok.empty(); tok = next_token(line)) {
|
||||
if (tok[0] == '#')
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue