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
test_hier_delay_value.sv.tar.gz SystemVerilog grammar of hdlConvertor failed to parse the attached testcase.
Apparently following syntax is right... LRM seems incomplete. the syntax is accepted and simulation is run by several commercial simulator.
But systemVerilog grammar of hdlConvertor does not allow this (aka hierarchical identifier for a delay value (delay_value rule )
delay_value
module test_module0(); identifier1 test_module1(); initial begin $display("%t start",$time); #identifier1.identifier2.identifier3; $display("%t end",$time); end endmodule
The text was updated successfully, but these errors were encountered:
Fix Nic30#160 by adding hierarchical_identifier as alternative in del…
cc4ec3f
…ay_value rule
No branches or pull requests
test_hier_delay_value.sv.tar.gz
SystemVerilog grammar of hdlConvertor failed to parse the attached testcase.
Apparently following syntax is right... LRM seems incomplete. the syntax is accepted and simulation is run by several commercial simulator.
But systemVerilog grammar of hdlConvertor does not allow this (aka hierarchical identifier for a delay value (
delay_value
rule )The text was updated successfully, but these errors were encountered: