[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
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Papers

Issue #98

Pin connection incomplete

Added by Saul Cuellar almost 3 years ago. Updated over 2 years ago.

Status:Closed Start date:06/17/2009
Priority:Normal Due date:
Assignee:Wilson Snyder % Done:

0%

Category:-
Target version:- Estimated time:0.10 hour

Description

Hi Wilson,

Actually I'm having some problems with the SigParse's callback "pin". The problem shows that the connection string it's not complete when I use a variable declared inside an interface. Example:

module x(interfacex x_if);

h inst_h(.push(x_if.pop));

endmodule

When the callback pin is excuted then it got as connection the string "x_if..". Is this the expected behavior? I would like to get the complete connection "x_if.pop". Could you provide a solution or give me a workaround?

Thank you in advance

History

Updated by Wilson Snyder almost 3 years ago

  • Project changed from Vregs to Verilog-Perl

Updated by Wilson Snyder almost 3 years ago

  • Status changed from New to Resolved
  • Assignee set to Wilson Snyder
  • Estimated time set to 0.10

Woops, simple off-by-one error. Sorry. Fixed in the GIT version, will be in next release.

Updated by Wilson Snyder over 2 years ago

  • Status changed from Resolved to Closed

Fixed in 3.212.

Also available in: Atom