Tagged Questions

Xilinx is a major brand of Field Programmable Gate Arrays (FPGA).

learn more… | top users | synonyms

6
votes
2answers
408 views

Ideas for a flexible/generic decoder in VHDL

I want to create an address Decoder that is flexible enough for me to use when changing the number of bits of the selector and of the decoded output signals. So, instead of having a static (fixed ...
6
votes
5answers
467 views

How commonly used are the xilinx chips?

I'm beginning to learn embedded with C (and maybe some C++) and someone from the office said they're willing to donate a free xilinx chip they've got sitting on their shelf. I was thinking more along ...
6
votes
4answers
631 views

Programming VHDL on Linux?

Anyone knows good enviroment to program VHDL and simulate it (don't matter Xilinx or Altera) using Linux? Thanks Br
4
votes
1answer
309 views

Matrix Multiplication of two Complex Vectors in Simulink

Two questions really, But I would like to make it more descriptive : I am implementing a Modulator which involves Matrix Multiplication of complex Vector: Just to give an example : ...
4
votes
1answer
104 views

Array indexes to wide for array

I have the following problem when accessing arrays in VHDL: Say I have an array which is not of size 2^n, for example of size 6. Then, if I want to access this array using an index of width 3 bits ...
3
votes
2answers
128 views

How to determine how many slices a design uses

I've implemented a 16-bit ALU and a register file in VHDL using the Xilinx ISE. I've been asked how many slices my design uses, and I have no idea how to go about answering that question. I'm not ...
3
votes
1answer
63 views

Book suggestions for Low-level ethernet/networking (e.g. MII)

I had a colleague who is using Xilinx's LocalLink TEMAC (read:http://www.xilinx.com/support/documentation/ip_documentation/xps_ll_temac.pdf) While I find the DS interesting, I would like to learn ...
3
votes
1answer
330 views

Xilinx ISE fails to use std_logic_1164

I have Xilinx ISE 13.1 installed on an ACER laptop with Win7 (64bit). After installing the software (WebPACK version) I created an empty VHDL module and ran "check syntax". The process failed with ...
3
votes
4answers
414 views

Nested if (rising_edge(clk)) statements in VHDL

so I’ve come across some old code that I have to replicate, but it won’t compile with the new Xilinx compiler, so I need to figure out exactly what it does. I have something like this: if ...
3
votes
2answers
648 views

Using XILINX XPS with Microblaze - quickest way to program the fpga

I'm designing a micro controller based around the microblaze microprocessor on a xilinx fpga. Most of the hardware setup is done. All I'm updating at this point is the c code to be run on the ...
3
votes
1answer
400 views

Flip-Flop triggered on the edge of two signals

I need a flip flop that reacts on the edges of two different signals. Something like this: if(rising_edge(sig1)) then bit <= '0'; elsif(rising_edge(sig2)) then bit <= '1'; end if; ...
3
votes
1answer
272 views

How to use an OLED display for an Avnet Virtex4?

I have an Avnet ADS-XLX-V4FX-EVL12-G (Virtex4 Evaluation Board) with OLED display. I used Xilinx EDK 10.1 with Xilinx Platform Studio 10.1 and succeded to upload some basic app to the board (serial ...
2
votes
2answers
70 views

Spartan 3 Starter Kit Constraints File

I am not sure if this is the right stack exchange website to post this on, but if it isn't please move it to the appropriate one. I am facing a small problem in writing my constraints file for the ...
2
votes
3answers
168 views

Mapping a port in Xilinx Platform Studio and reading it in C

I'm working in Xilinx Platform Studio, and what I essentially want to do, is have a VHDL module output some values, and then I would like to be able to read that value from another program written in ...
2
votes
2answers
137 views

Implement VHDL/Verilog only using lookup tables in Xilinx ISE

Is there any way of telling ISE to synthesize my VHDL/Verilog code into combinational circuits consisting only of look-up tables? I would like to avoid multiplexers, multipliers, and the like in the ...
2
votes
1answer
88 views

Pattern Matching in Simulink

I am trying to build a model to compare the input for a particular bit pattern. For example, if I have to check for input pattern 1110, I build a model with 3 delay elements get the input and ...
2
votes
1answer
117 views

Configuring CORDIC ATAN Block in Simulink

I am using the CORDIC ATAN block in Simulink. I am using this block to calculate the Phase difference. here is the part of the model that I am using: I am giving the input a and b as 0, and I was ...
2
votes
1answer
429 views

How to generate schematic file from verilog source in Xilinx

What am I doing I started playing around with Xilinx ISE Design Suite and wrote simple Arithmetical Logic Units in verilog. Using verilog Unit Under Tests to create input and output signals for ISim, ...
2
votes
3answers
571 views

Explicitly define how LUTs and slices are used in Xilinx XST tool?

I'm trying to implement some very specific behavior of LUTs and slices, written in VHDL for Xilinx Virtex 5 FPGA synthesized using XST tool(s). I don't know if I can achieve my behavior by having the ...
2
votes
2answers
492 views

Where to force xilinx ISE to use block-rams?

I synthesized a small device to test the block-ram inference. I got a message from XST : The small RAM will be implemented on LUTs in order to maximize performance and save block RAM ...
2
votes
2answers
621 views

How to define clock input in Xilinx

Hey, I have almost no experience with Xilinx. I have a group project for a Digital Logic course that is due soon, where my partner, who was supposed to take care of the Xilinx simulations decided to ...
2
votes
3answers
540 views

VHDL conditional generation from makefile

I have a vhdl design that needs adapting to different variants. It would be nice to be able to generate the configurations from a makefile. The makefile for the generation of one project is ready and ...
2
votes
1answer
720 views

VHDL: how to set a value on an inout port?

I am trying to test a VHDL component, but can't seem to get this one inout port to give me any behaviour. I've tried setting the port to everything from '1' to '-', but it still comes up as 'U' in ...
2
votes
2answers
1k views

VERILOG : Can we have an array of custom modules?

Can we have an array of instances for a custom module. eg : we can have -> input [15:0] a; this creates a bus can we do same thing for custom modules -> DFF [15:0] d; where DFF = custom module . ...
1
vote
1answer
116 views

Preventing latches within Verilog case statement

I'm having trouble understanding how I can prevent latches from being created within a Verilog project. I understand that latches are being created because I am not specifying what occurs to all ...
1
vote
1answer
56 views

about Synplify VHDL (code imported from Xilinx ISE)

I'm start to work with Synopsys Synplify. Import my Xilinx ISE project (fully work). Try to run and receive - "No matching overload for to_integer" for this line rgb(7 downto 0) <= ...
1
vote
3answers
145 views

Reduce delay by understanding Xilinx Synthesis report

I am programming the 8051 instruction set in VHDL in Xilinx. After writing the logic and generating the synthesis report, I saw that the Delay is 13.330ns (frequency of 75.020 MHz) with Levels of ...
1
vote
1answer
104 views

Serial bluetooth to Roomba iRobot

So I may have done something VERY foolish I've agreed to a project where a Roomba is controlled via bluetooth. I thought everything was fine and dandy, BUT, I'm not allowed a computer for the end ...
1
vote
2answers
73 views

Define a method for record in vhdl

Is is possible to define something like OOP-style instance method for a record in VHDL to be recognized by XST? For a record type rectangle: type rectangle is record x : integer; y ...
1
vote
2answers
112 views

Can I program the LUT5_D in virtex-5 FPGA with 2bit 2-to-1 mux functions?

I am trying to fit a 2-bit 2-to-1 mux into one LUT. It seems that LUT5_D has 5 inputs and 2 outputs. Can I program the LUT as what I want? I have used LUT3, LUT4 before. From the virtex-5 library ...
1
vote
2answers
175 views

Generate State Machine graph from VHDL code?

Is there any quite good tool to generate State Machine graph from VHDL code? I'm using Xilinx ISE Webpack. Cheers!
1
vote
1answer
368 views

Serial communications with Digilent Atlys board

I have an Atlys board http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,400,836&Prod=ATLYS with Spartan6 FPGA on it. I want to setup serial port communications with host PC via onboard ...
1
vote
1answer
155 views

How to obtain the maximum of a number in Simulink?

I am building a model which requires me to find the maximum of a set of 8 signals, also find the index of the maximum value. How can I build such a model in Simulink(Xilinx library) ? I am guessing ...
1
vote
1answer
61 views

Implementing ceil function in Xilinx

I would like to take the ceil of the signal in Simulink(Xilinx Library). So, if for instance, the signal value is 1.5, the output would be 2. Any suggestion on how can I implement it in Simulink ? ...
1
vote
2answers
122 views

Timing Signal understanding in Xilinx Simulink

I am having some trouble understanding the concept of Timing Signals in Simulink (Xilink Library). I will explain with an example, Suppose you have a serial Bitstream and you would like to take the ...
1
vote
1answer
119 views

Sine of the signal in Xilinx Simulink

I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink. How can I realize such a model ? Here is the part of the model to calculate the Phase: ...
1
vote
1answer
79 views

How to obtain a absolute of a number in Xilinx Simulink?

I need to get the absolute of the signal in Xilinx Simulink. I can use a mcode block and write matlab code to achieve it. But, just curious if there is a better way of doing it. I am very new to ...
1
vote
1answer
246 views

DBPSK Demodulation in Simulink using Xilinx blockset

I am trying to build a DBPSK demodulator using Simulink and Xilinx blockset. I calculate the Phase Difference of the Successive samples like this : So, now I need to map these Phase Difference to ...
1
vote
2answers
529 views

Unable to Implement Simple ALU

I have a basic 8-bit ALU described in Verilog. I am trying to implement the design, but I am getting error messages: ERROR:NgdBuild:809 - output pad net 'quotient<1>' has an illegal load: pin I3 ...
1
vote
3answers
136 views

Question regarding XST bitstream generation

I have a very simple VHDL module, consisting of a few lines of code. The thing is, when I generate the bitstream, I end up with a huge bitstream. The reason for this is, I guess, that XST adds lots of ...
1
vote
2answers
105 views

What are the requirements to meet in order to ISE auto infer ram blocks?

I have this piece of IP that is supposed to be a 32 bits byte addressable memory. But I can't make it infer block rams, it is inferring a huge amount of flip flops... It is supposed to fit on a ...
1
vote
3answers
342 views

robustness of Xilinx ISE block ram inference

I have a question regarding the robustness of Xilinx ISE block ram inference. I don't have xilinx ise installed on my machine (today) but I usually infer block rams perfectly using a dedicated ...
1
vote
2answers
462 views

Unexpected TICK error

I am trying to write a VHDL module but I have a problem with the if statement. Most probably it is a silly mistake, but since I am very new to VHDL, I could not figure out the problem. Here is my ...
1
vote
6answers
256 views

Configuration Management for FPGA Designs

Which configuration management tool is the best for FPGA designs, specifically Xilinx FPGA's programmed with VHDL and C for the embedded (microblaze) software?
1
vote
1answer
403 views

How to synthesis verilog cores made in xilinx core generator?

I used coregen to develop a divider core. Here are the steps I tried to use that divider in my design (not sure if its quite correct): 1) copied wrapper (core_name.v), .ngc file, and .veo file into ...
1
vote
3answers
340 views

Why IEEE vhdl standard library is not STL?

IEEE vhdl language reference manual only defined a limited set of standard packages.And it do not defined the functionalities on the standard types,such as STD_LOGIC.So there are no standard AND2, INV ...
1
vote
3answers
732 views

Xilinx Microblaze C and assembly

I have an application written in C for a Xilinx Microblaze core. However, the performance isn't quite what I want so I was considering rewriting some of the core functions in assembly. I'm having ...
1
vote
1answer
1k views

Why is XST optimizing away my registers and how do I stop it?

I have a simple verilog program that increments a 32 bit counter, converts the number to an ASCII string using $sformat and then pushes the string to the host machine 1 byte at a time using an FTDI ...
1
vote
5answers
327 views

Obsolete Xilinx Chip

My company is trying to build a pcb with an obsolete xilinx fpga (XC3042A) which is part of the XC3000 series chips. Does anyone have any experience programming the data to the chip? I'm looking for ...
0
votes
0answers
41 views

How to generate vhdl code from a schematic in xilinx

I was wondering if its possible to generate vhdl code from a schematic in xilinx. I know that the reverse is feasible. I want this to be done cause i am curious how the code will be like after i have ...

1 2