[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #54

Tristates break when a child modules does has no driver

Added by Lane Brooks over 4 years ago. Updated 10 months ago.

Status:Closed Start date:01/22/2009
Priority:Low Due date:
Assignee:Wilson Snyder % Done:

0%

Category:Unsupported
Target version:-

Description

This is my issue to fix.

Example that breaks current tristate:

module parent(); childA(.Y(Y)); childB(.Y(Y)); endmodule

module childA(inout Y); assign Y = (en) ? 1'b0 : 1'bz; endmodule

module childB(inout Y); // don't drive Y endmodule

History

Updated by Wilson Snyder over 4 years ago

  • Assignee set to Lane Brooks

Updated by Wilson Snyder over 3 years ago

  • Status changed from New to Assigned

Updated by Wilson Snyder about 1 year ago

  • Status changed from Assigned to Resolved
  • Assignee changed from Lane Brooks to Wilson Snyder

Fixed in git towards 3.840+.

Updated by Wilson Snyder 10 months ago

  • Status changed from Resolved to Closed

In 3.840.

Also available in: Atom