Altera_Forum
Honored Contributor
13 years agoQuartus12 Linux64bit + QSim Problem
Hello!
I've installed quartus 2 web edition on my OpenSuse Linux and i wanted to test compiling, simulating etc. I read that there's gui app from altera to simulate circuits written in hdl, which's called qsim. So I wrote very very simple program in ahdl, compiled that and wanted to simulate in qsim. I've opened qsim by command quartus_sh --qsim like instructions from altera says. First issue occured when I was trying to open project file. QSim said something about the permissions, but I found solution and comment line#file attributes db -readonly 0 in script in folder quartus/common/tcl/apps/qsim/ and this problem has gone. But next step - creating new simulation input file is a problem, because this time i get new error: ERROR: Tcl package "::quartus::flow" does not exist. Specify an available Quartus II Tcl package. Type "help" for a list of available Quartus II Tcl packages. . I was searching solution on the internet, but i couldn't find it and I don't know TCL. If somebody could help me, I would be very grateful.