mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
verilog: allow spaces in macro arguments
This commit is contained in:
parent
4762cc06c6
commit
4fadcc8f25
2 changed files with 28 additions and 1 deletions
|
@ -392,7 +392,6 @@ static bool read_argument(std::string &dest)
|
|||
{
|
||||
std::vector<char> openers;
|
||||
for (;;) {
|
||||
skip_spaces();
|
||||
std::string tok = next_token(true);
|
||||
if (tok == ")") {
|
||||
if (openers.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue