Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17263 討論

Embedding an external text editor in quartus

Altera_Forum
榮譽貢獻者 II
1,427 檢視

Hi 

 

I'm using Notepad++ as my text editor and I would like to use as the Quartus default editor as well. 

I had no problems defining it in the option menu, and even managed to define it so when I use the "locate -> design file" it will open the file in the right line. 

 

now, I want to have the other way around also, for example to be able to select a net in the design file, right click it, have the locate menu available, and view the net in the RTL viewer. 

 

Is it possible? Is there another free and advanced text editor that will allow it? 

 

Thanks in advance.
0 積分
1 回應
Altera_Forum
榮譽貢獻者 II
607 檢視

can the Quartus text editor even do this? 

 

it may be possible with scripting, when you do a Locate > RTL Viewer in TimeQuest it runs the command: 

 

locate -rtl {my_reg} 

 

so there must be a Tcl library that could be (ab)used here
回覆