Menu

#985 vhdlpp crash handling not or_reduce()

devel
closed-fixed
nobody
None
5
2015-08-11
2015-08-01
No
$ iverilog -g2005-sv bug3.vhd 
bug3.vhd:17: assert: vhdlpp/expression_emit.cc:571: failed assertion def_
Aborted
bug3.vhd:9: syntax error
I give up.
1 Attachments

Discussion

  • Larry Doolittle

    Larry Doolittle - 2015-08-01
    • summary: ivlpp crash handling not or_reduce() --> vhdlpp crash handling not or_reduce()
     
  • Larry Doolittle

    Larry Doolittle - 2015-08-03

    Found a workaround: rewrite
    not or_reduce(foo)
    as
    '1' xor or_reduce(foo)

     
  • Stephen Williams

    Fixed in git master.

     
  • Stephen Williams

    • status: open --> closed-fixed
     

Log in to post a comment.