-
Synthesis is not supported in the 0.9 release series. It has been hard to keep it up given all the other changes in the simulator, and the demand has been low. Users typically use Icarus Verilog for simulation and development, then use the free vendor tools to do synthesis, P&R.
2009-11-07 15:04:52 UTC by stevewilliams
-
Synthesis is not supported in the 0.9 release series. It has been hard to keep it up given all the other changes in the simulator, and the demand has been low. Users typically use Icarus Verilog for simulation and development, then use the free vendor tools to do synthesis, P&R.
2009-11-07 15:04:03 UTC by stevewilliams
-
I was trying to compile the code in /usr/local/verilog-0.9.1/tgt-fpga,
using the available Makefile. I am getting the following error
message:
xilinx.c:750: error: too many arguments to function `ivl_lpm_select'
xilinx.c: In function `xilinx_shiftl':
xilinx.c:860: error: too many arguments to function `ivl_lpm_select'
xilinx.c:942: error: too many arguments to function `ivl_lpm_select'.
2009-11-07 05:30:32 UTC by dakuu
-
I am using version 0.9.1, and trying to convert my Verilog simulator file to
EDIF. Using the instructions in /usr/local/verilog-0.9.1/tgt-fpga/fpga.txt, I
use: iverilog -parch=virtex -ppart=v50-pq240-6 -tfpga -o queue.edif queue.vl
I get an error message that the following file /usr/local/lib/ivl/fpga.conf is
not found. May I know how I could get around this ? Thanks in advance for
your...
2009-11-07 04:22:40 UTC by dakuu
-
It's generated by the autoconf.sh script. See the developer documentation at this link:
.
2009-11-04 15:49:47 UTC by stevewilliams
-
the configure script seems to be missing from the git repository (latest dev).
2009-11-04 06:20:02 UTC by cfarabet
-
The iverilog manual page had some extra \fP statements and one invalid and unneeded call to \fp (lower case p). I also slightly changed the wording for the __ICARUS__ definition.
This needs to be applied to both V0.9 and development.
2009-11-04 00:10:49 UTC by caryr
-
Applied to git master.
2009-11-03 22:48:09 UTC by stevewilliams
-
Applied to git v0_9-branch.
2009-11-03 22:48:09 UTC by stevewilliams
-
This patch adds a bunch more non-breaking hyphens to the manual pages. It also updates the copyright date on a few of the files and standardizes on in the vvp manual page.
It needs to be applied to both development and V0.9.
2009-11-03 21:09:40 UTC by caryr