all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chris.plachta@gmail.com
To: help-gnu-emacs@gnu.org
Subject: How to disable "_i" insertion on signals in emacs VHDL mode
Date: 31 Jan 2007 11:58:56 -0800	[thread overview]
Message-ID: <1170273536.940804.311030@k78g2000cwa.googlegroups.com> (raw)

Hi,

Does anyone know how to disable the automatic insertion of "_i" on
signals that are connect to a instance port map?

For example, when I use the vhdl-paste-port-instance command on a
model with the ports called "rst_l" and "clk", it gives me this:


instance: clk_model
  port map (
      rst_l => rst_l_i,
      clk   => clk_i);

I want to get rid of the "_i" convention and use identical names for
the port and the signal.

Thanks in advance...


Chris

             reply	other threads:[~2007-01-31 19:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-31 19:58 chris.plachta [this message]
2007-01-31 21:13 ` How to disable "_i" insertion on signals in emacs VHDL mode Nicolas Matringe
2007-02-01  3:13 ` Mike Treseler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1170273536.940804.311030@k78g2000cwa.googlegroups.com \
    --to=chris.plachta@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.