Hi all,
I've installed the Icarus verilog port: [CMD=]pkg_add -r iverilog[/CMD]
Compiling goes fine [CMD=]iverilog -o test test.v[/CMD]
But when I try to run the simulation using [CMD=]vpp[/CMD] it could not find the vpp command. Do we have to install a different port to get this working. If someone has already tried using iverilog successfully in FreeBSD, please let me know how do we get this working.
I also tried installing this via ports, I see the following errors:
I'm currently working on fixing the above errors. But would like to know how to fix the [CMD=]vpp[/CMD] cmd not found issue.
Thanks,
asp5.
I've installed the Icarus verilog port: [CMD=]pkg_add -r iverilog[/CMD]
Compiling goes fine [CMD=]iverilog -o test test.v[/CMD]
But when I try to run the simulation using [CMD=]vpp[/CMD] it could not find the vpp command. Do we have to install a different port to get this working. If someone has already tried using iverilog successfully in FreeBSD, please let me know how do we get this working.
Code:
uname -a
FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jul 23 10:02:04 PDT 2012 bhargava@:/usr/obj/usr/src/sys/VIDMODEGENERIC i386
I also tried installing this via ports, I see the following errors:
Code:
make PREFIX=/usr/home/bhargava/bin/verilog install
===> iverilog-0.9.5 depends on executable: gmake - found
===> iverilog-0.9.5 depends on executable: bison - not found
===> Verifying install for bison in /usr/ports/devel/bison
===> bison-2.5,1 depends on executable: gm4 - not found
===> Verifying install for gm4 in /usr/ports/devel/m4
===> Installing for m4-1.4.16,1
===> Generating temporary packing list
===> Checking if devel/m4 already installed
===> m4-1.4.16,1 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of devel/m4
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop in /usr/ports/devel/m4.
*** Error code 1
Stop in /usr/ports/devel/m4.
*** Error code 1
Stop in /usr/ports/devel/bison.
*** Error code 1
Stop in /usr/ports/cad/iverilog.
(root@)-(jobs:0)-(/usr/ports/cad/iverilog)
I'm currently working on fixing the above errors. But would like to know how to fix the [CMD=]vpp[/CMD] cmd not found issue.
Thanks,
asp5.