X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=W+RkuYSL1aiI5J5ejZVBVNx76FXROrs8ADSfvPlUMDs=; b=YH9gfu4ETSsOlQr+aYPK/HWzofKy4Df3Rchi+JRfMn06LjL/VGV8SNhWmX7tiwp7gB 6rZdje7Tcc90Vg1Y8o7IsNdxzhGZSVetxaStzIShxsYurARpAuKAR02XJVdE9V52q3G1 C01+x9FHd9uq1TV2OK7T90FVImCmKuT8t6w4Wt+ZqYvV2oMtswAMl0z6N0PqaxFWhu2M EfkfqjqY9w/8DYcZs4z2SNyDjRc1HFkjPsxmyqlv4AJ0erUEt/vKv/ST10D/18aAPWlx crCP25slAKkjUMCQLfcal+bq8at9ivlVJVcrftwpnaPbSim+IGON5n6ORzDBXJifBs8E Q3ZQ== MIME-Version: 1.0 X-Received: by 10.182.66.41 with SMTP id c9mr14263453obt.76.1365407030552; Mon, 08 Apr 2013 00:43:50 -0700 (PDT) In-Reply-To: <5161C60A.9030004@icarus.com> References: <20130328131629 DOT 25291 DOT qmail AT stuge DOT se> <5161C60A DOT 9030004 AT icarus DOT com> Date: Mon, 8 Apr 2013 13:13:50 +0530 Message-ID: Subject: Re: [geda-user] icarus verilog on windows7 From: Roger Goodman To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=e89a8fb1f21a07b13604d9d499c6 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --e89a8fb1f21a07b13604d9d499c6 Content-Type: text/plain; charset=ISO-8859-1 what is "wp"? it is not available in my cygwin or windows. I tried googling for it, and it is showing up wordpress or wordperfect, I guess both these are not what you are suggesting. On Mon, Apr 8, 2013 at 12:46 AM, Stephen Williams wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Try using the "vvp" command explicitly: > > vvp a.out > > iverilog does not actually generate an executable, it generates > a vvp input file. I personally ALWAYS use the "vvp a.out" style > and never rely on the OS to look in the header of the a.out to > select an interpreter. > > On 04/04/2013 10:56 PM, Roger Goodman wrote: > > No output. It just reports the 1-line error message (when run in > > cygwin): "./a.out: Permission denied" > > > > I tried running iverilog in windows-cmd, and I got some more > > details: - iverilog -o a.exe xx.v --> this created a.exe - a > > --> this now prints the following message: > > > > "*The program or feature ...\a.exe cannot start or run due to > > incompatibility with 64-bit version of Windows*." > > > > Looks like the iverilog-windows executable creates a.exe only for > > 32-bit machines. How do I fix this? Is there a different version of > > iverilog for 64-bit machines? or is there an extra option I need to > > specify to iverilog to create 64-bit executable? (I am using > > windows7 on 64bit.) > > > > Thanks very much for your help. ..Rog > > > > On Thu, Mar 28, 2013 at 6:46 PM, Peter Stuge > > wrote: > > > > Roger Goodman wrote: > >> When I compile a simple verilog (e.g. "iverilog xx.v") I get an > > a.out. But > >> when I try to run the a.out (after doing "chmod +rx" on it, > >> using > > cygwin), > >> I only get the cryptic message: "no permissions". > > > > What does the command "file a.out" output? > > > > > > //Peter > > > > > > > - -- > Steve Williams "The woods are lovely, dark and deep. > steve at icarus.com But I have promises to keep, > http://www.icarus.com and lines to code before I sleep, > http://www.picturel.com And lines to code before I sleep." > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.19 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlFhxgoACgkQrPt1Sc2b3inbeQCgzaLQZL8Ig+O0lrthU0BphHsq > 8GEAnjV4R86JEC6Smlhcfc1KLYFtuiDZ > =vOwC > -----END PGP SIGNATURE----- > --e89a8fb1f21a07b13604d9d499c6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
what is "wp"? it is not available in my cygwin or windows.
=A0
I tried googling for it, and it is showing up wordpress or wordperfect= , I guess both these are not what you are suggesting.


=A0
On Mon, Apr 8, 2013 at 12:46 AM, Stephen William= s <steve AT icarus DOT com> wrote:
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1


Try using the "vvp" command explicitly:
=A0 vvp a.out

iverilog does not actually generate an executable,= it generates
a vvp input file. I personally ALWAYS use the "vvp a.= out" style
and never rely on the OS to look in the header of the a.= out to
select an interpreter.

On 04/04/2013 10:56 PM, Roger Goodman wrote:
> = No output. It just reports the 1-line error message (when run in
> cy= gwin): "./a.out: Permission denied"
>
> I tried runni= ng iverilog in windows-cmd, and I got some more
> details: - iverilog -o a.exe xx.v =A0 =A0 =A0 --> this created a.ex= e - a
> --> this now prints the following message:
>
> "*The program or feature ...\a.exe cannot start or run due to > incompatibility with 64-bit version of Windows*."
>
> Looks like the iverilog-windows executable c= reates a.exe only for
> 32-bit machines. How do I fix this? Is there = a different version of
> iverilog for 64-bit machines? or is there an= extra option I need to
> specify to iverilog to create 64-bit executable? (I am using
> w= indows7 on 64bit.)
>
> Thanks very much for your help. ..Rog>
> On Thu, Mar 28, 2013 at 6:46 PM, Peter Stuge <peter AT stuge DOT se
> <mailto:peter AT s= tuge.se>> wrote:
>
> Roger Goodman wrote:
>>= When I compile a simple verilog (e.g. "iverilog xx.v") I get an<= br> > a.out. But
>> when I try to run the a.out (after doing "= chmod +rx" on it,
>> using
> cygwin),
>> I onl= y get the cryptic message: "no permissions".
>
> What= does the command "file a.out" output?
>
>
> //Peter
>
>


- --
Steve= Williams =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"The woods are lovely, dark a= nd deep.
steve at icaru= s.com =A0 =A0 =A0 =A0 =A0 But I have promises to keep,
http://www.icarus.com<= /a> =A0 =A0 =A0 =A0 and lines to code before I sleep,
http://www.picturel.com =A0 =A0 = =A0 And lines to code before I sleep."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comm= ent: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlFhxgoACgk= QrPt1Sc2b3inbeQCgzaLQZL8Ig+O0lrthU0BphHsq
8GEAnjV4R86JEC6Smlhcfc1KLYFtuiDZ
=3DvOwC
-----END PGP SIGNATURE-----<= br>

--e89a8fb1f21a07b13604d9d499c6--