I am trying to compile and run small snippets of systemverilog on windows. I am trying to do that in powershell. Is there any way, I can do that ?
Asked
Active
Viewed 308 times
1
-
Probably, yes. What have you tried and what happened? – TessellatingHeckler Nov 20 '15 at 18:03
-
What are you trying to accomplish? You may find http://www.edaplayground.com easier for small and contained snippets of code. – dwikle Nov 20 '15 at 22:01
-
I entered qverilog followed by the sv filename while being in the same folder as that of the file. It seemed to initialise questa sim at first but later it ended without doing or showing anything. Basically I am used to working on linux and there I used to watch the code being compiled and ran without opening any tool, and the output was visible in the shell prompt itself. I am trying to achieve the same thing only in windows using powershell/commandprompt – raiyyan09 Nov 21 '15 at 06:00