Xilinx ISE is the toolchain package for programming Xilinx FPGAs in VHDL and Verilog.
Questions tagged [xilinx-ise]
291 questions
1
vote
1 answer
Converting std_logic to integer within testbench?
I'm trying to return a value of a CLK signal at a specific time in the Console Window of ISim (shown in my code below, 7.5ns). I'm getting this error:
ERROR:HDLCompiler:258 - "saved project.." Line 91: Cannot convert type
std_logic to type…

VKkaps
- 159
- 3
- 21
1
vote
3 answers
Xilinx / ISim seem claims value to be X but it has been declared
Have JUST started learning how to use this tool so if my question seems silly i apologize in advance. I have searched the error in numerous forums (already answered posts , not mine) and couldn't understand what i was doing wrong so here is my…

stonedevil
- 45
- 1
- 5
1
vote
1 answer
Where's the latch in my VHDL program?
I have a latch involving my signal d_reg in this code. I'm new to VHDL and I can't seem to find the reason for this latch. I've already assigned d_reg a value for every case of in_data. Could anyone explain why I have a latch, and how to prevent…

Eugene Wu
- 61
- 8
1
vote
2 answers
Arithmetic operation of Fixed point with Std_logic_vector in VHDL
I am writing a code in VHDL for arithmetic operations with the signals. I declared signals as follows:
signal x : std_logic_vector (7 downto 0);
signal y: std_logic_vector (7 downto 0);
signal z: std_logic_vector ( 7 downto 0);
…
user4866219
1
vote
2 answers
Verilog code works very well in Simulation but not on FPGA
I having been trying to implement a simple sequence detector on a Nexys 3 (Spartan 6) board. The code works perfectly on Xilinx simulation but on the hardware, it doesn't work. Since I am new to FPGA implementation I couldn't solve this issue.
I…

Jithin Sreenivasan
- 11
- 2
1
vote
3 answers
Advanced verilog design analysis
I'm trying to implement a design into a Virtex II Pro FPGA (from Xilinx). The problem is the design is overmapped, taking up too many resources. To overcome that, I needed to know which blocks of my code are the most demanding (require more…

Luis Filipe Martins Barros
- 167
- 1
- 1
- 7
1
vote
1 answer
start point for partial reconfiguration in xilinx virtex 5 board
I,m going to learn working with partial reconfiguration xilinx boards. I've read xilinx guide and know about ISE, plan ahead and vivado.
but for starting I couldn't find any example. Is there simple example codes for beginning?
steps of making…

nasir khani
- 37
- 2
1
vote
2 answers
Verilog Synthesis Takes Too Long
I am writing a synthesizable module in Verilog in the Xilinx ISE. Part of it is creating a 256x128x1 array with 1 bit in each of its cells and filling this array 1 bit at a time on every rising clock edge.
I've decided to ignore any for and while…

thatguyoverthere
- 31
- 1
- 9
1
vote
1 answer
ERROR:Simulator:702 - Can not find design unit work.glbl ... when attempting Post-Route in ISim
I am trying to run my project in Post-Route simulation. The behavioral simulation works fine and I want it to work on the Spartan 3E Starter board. It also is able to Generate a Programming File under implementation.
Using ISE 14.7
The error I get…

exrhizo
- 141
- 2
- 13
1
vote
3 answers
Distributable fpga design
I'm new to fpga programming, and I'm wondering how to make my fpga design distributable. Here's the scenario I have in mind. I have a network of computers, each deployed with an fpga based peripheral. I want to update the fpga design on the…

user3284794
- 33
- 3
1
vote
1 answer
What's wrong with this signal assignment?
When I compile with Xilinx 9.1i, It tells me:
"Line 91. Type of Tens is incompatible with type of tensOut."
"Line 92. Type of Ones is incompatible with type of onesOut."
But both are std_logic_vector (7 downto 0)
Here's the code:
library IEEE;
use…

Jay Sonsona
- 50
- 8
1
vote
1 answer
FPGA spartan 3 - X mod 3 inside combinatorial process without clock
I am working on a project which one part pivots around finding X mod 3 with and FPGA spartan 3 (Xilinx),
inside a combinatorial process.
in fact in this project there are some other modules which are sequential, before this ALU module.
but inside…

manpmanp
- 59
- 2
- 6
1
vote
1 answer
ChipScope Error - Did not find trigger mark in buffer
Has anybody mentioned data errors, trigger error or upload errors in ChipScope?
I'm using ChipScope (from ISE 14.7) with the IP core flow. So I created 15 different ICON IP cores as ngc files and wrapped them all in a VHDL module. This module…

Paebbels
- 15,573
- 13
- 70
- 139
1
vote
1 answer
launching ise14.6 on ubuntu 12.4
I have installed "ise14.6" on "ubuntu".but after installation, I do not know how to launch it.
I have read somewhere that I must source setting.sh .but there is no such file in folder i have installed "ise14.6" .would you please help. I need for…

fatemeh
- 19
- 4
0
votes
1 answer
Installation Cannot be performed fix this issue before installing. Virtualization is not enabled in BIOS Please enable before installing?
I had already enabled Virualization from "BIOS". But still I am unable to install please help??
Is there is any alternate other then Xilinx.

vishal singh
- 9
- 2