Forum Discussion
Altera_Forum
Honored Contributor
9 years agoQuartus workflow
Hi, My project keeps growing and I am having some difficulties to keep all source files in one place. Other thing what bothers me is constantly switching between modelsim and Quartus. For now ...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I use fingertext which allows you define templates, but thats it. Otherwise just raw notepad++. It does have autocomplete by default but I dont use it. --- Quote End --- So what is the big difference between raw Notepad++ and quartus tex editor? I dont see how raw notepad could help to type and navigate trough code faster. What about syntax check and source compilation? What i want from text editor:
- Autocomplete
- Some outline view - for example if i have some process in my code
I would like to jump to this process insted of scroling through hundreds of lines. Same to component instantiations, declared signals ect. I know that Sigasi has such feature but it is not free as i know.compute_xor: process (b,c) begin a<=b xor c; end process;
- Syntax check