Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Auto_inst and auto_reg support in notepad++

    Help wanted · · · – – – · · ·
    3
    3
    361
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RAMA KRISHNA
      RAMA KRISHNA last edited by RAMA KRISHNA

      Hello Everyone,

      I am an RTL developer using notepad++ as my primary editor for coding the projects in verilog and system verilog. if some one works in these 2 HDL languages they might be aware of verbosity involved in this languages while instantiating a module, can we have a plugin which can create the instantiation template directly from the module itself.

      I have created a question but didn’t got much traction on it so re-posting here
      https://community.notepad-plus-plus.org/topic/17507/autoinst-support-in-notepad-for-verilog-and-system-verilog

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @RAMA KRISHNA last edited by

        @RAMA-KRISHNA

        I’m not a verilog programmer nor do I know the language itself.
        From the given link I get that you want some kind of smart autocomplete feature.
        Something like:
        Complete here this if the following code is like that else do something different.

        If this is the case then this feature needs to have wither some knowledge about
        the verilog language which means it must be more or less a verilog parser/lexer/compiler or the language itself is that strict that one is able
        to create a formula out of it to make it happen.
        Do you by any chance have access to the source of that feature from
        within vim or emacs?

        1 Reply Last reply Reply Quote 1
        • Morry
          Morry last edited by

          https://github.com/MorryAnderson/VerilogNppPlugin.git

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors