[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

`default_nettype none gives error

Added by Dominic Plunkett almost 2 years ago

I'm very new here. Some of my code has `default_nettype none at the top. Verilator thinks this is an errot, is it right. What should I do ?

Sorry if this is a silly question, I've had a look a the FAQs and help page.

dp11


Replies (3)

RE: `default_nettype none gives error - Added by Wilson Snyder almost 2 years ago

`default_nettype none basically means any IMPLICIT warnings should be errors. You can just comment it out, and don't disable the IMPLICIT warning.

The two values "none" and "wire" are easy to support, I'll add them.

RE: `default_nettype none gives error - Added by Wilson Snyder almost 2 years ago

This is in git and will be in 3.801.

(1-3/3)