<@U029P6JGBT4> This is the error that comes up after I try to generate the netlist and then go to "E...
c
@User This is the error that comes up after I try to generate the netlist and then go to "Edit Netlist"
p
it says that u dont have gvim text editor u can do sudo apt install and download it ....or change the text editor which u want to use for viewing netlist..
r
As pointed out by @User you are missing gvim text editor. you can install it by
sudo apt install vim-gtk3
.
s
the xschemrc may define an editor to use when needed: Following are some examples:
Copy code
set editor {gvim -f -geometry 90x28}
set editor { xterm -geometry 100x40 -e nano }
set editor { xterm -geometry 100x40 -e pico }
default if unspecified is gvim
c
@User @User @User Thanks for the help! I was able to generate and find my netlist