veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
247 stars 90 forks source link

Prompt: File TIE.v is large (27.9M), really open? (y or n) #1735

Closed imgod2u closed 2 years ago

imgod2u commented 2 years ago

I use a bunch of filelists to tell Verilog-Auto how to expand my various design files. However, I have some 3rd party IP (which come with a filelist) that I want to include in my design.

My go-to so far has been to just include their filelists in my filelist using -f.

However, it seems some of their files are pretty big (TIE.v is pretty big for example).

Two questions:

  1. Is there a way to disable this prompt? I'm using batch mode in a Makefile and would like it to run through
  2. Is there a way to exclude certain files when Verilog-Auto reads the filelists? Maybe by filename?
wsnyder commented 2 years ago
  1. This is a general emacs warning, in your .emacs or similar:

    (setq large-file-warning-threshold nil)

  2. Not currently.