We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running iverilog on the following program:
iverilog
primitive id_0(output id_2, input id_1); table ? 1 ? 0 0 0 : 0; endtable endprimitive
Icarus Verilog outputs the following message:
ivl: pform.cc:1822: void process_udp_table(PUdp*, std::__cxx11::list<std::__cxx11::basic_string<char> >*, const vlltype&): Assertion `tmp.find(':') == (udp->ports.size() - 1)' failed. Aborted
I'm using this Icarus Verilog version: Icarus Verilog version 13.0 (devel) (s20221226-526-g5cbdff202)
Icarus Verilog version 13.0 (devel) (s20221226-526-g5cbdff202)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
iverilog
on the following program:Icarus Verilog outputs the following message:
I'm using this Icarus Verilog version:
Icarus Verilog version 13.0 (devel) (s20221226-526-g5cbdff202)
The text was updated successfully, but these errors were encountered: