A Field-programmable Gate Array (FPGA) is an chip that is configured by the customer after manufacturing—hence "field-programmable".
-1
votes
0answers
7 views
Getting wrong results in post synthesis simulation
I am writing a code for Matrix Transpose in VHDL i am taking input in row major and one element of matrix per every clock cycle and i store the data in column major format after that i send tha data ...
1
vote
1answer
50 views
Kernel Illegal Instruction when writing to kernel module
I'm making an FPGA System-on-Chip system where I change hardware configuration at runtime with a kernel module. They system uses Linux 2.6 and the LEON3 CPU (SPARC). Some bitfiles work fine but for ...
2
votes
2answers
33 views
VHDL / How to initialize my signal?
I'm a beginner in VHDL and I have a basic question.
Let's consider this following input :
A : in std_logic_vector(22 downto 0);
And this signal :
signal dummyA : std_logic_vector(47 downto 0);
...
0
votes
1answer
30 views
Synplify prunes my register when I use to_integer to access a Constant Array. (VHDL)
Data_Out_SDa : process (SCl, IntReset) is
variable IntSDa : std_logic; -- Internal Sda
begin -- process Data_Out_SDa
if IntReset = '0' then -- ...
0
votes
1answer
38 views
[verilog]Activating LED with Pmod_KYPD combination
I'm using a Pmod_KYPD connected to a Digilent FPGA.
My purpose is to activate the first LED on the board after the combination '123' is entered in to the keypad.
I've downloaded the demo code of the ...
5
votes
4answers
100 views
In VHDL … how to count leading zeros of vector?
I'm working in a VHDL project and I'm facing a problem to calculate the length of vector. I know there is length attribute of a vector but this not the length I'm looking for. For example, I have ...
0
votes
1answer
18 views
dma for FPGA based PCI IO card
I have mesa electronics 5i20 PCI card. An application is provided which takes in data on PC and send it to FPGA on card and similarly it reads data back from FPGA on card to PC.
PCI supports 33MHz ...
0
votes
2answers
45 views
How to display a 14 bit output onto a 2 digit display?
I have a analogue to digital converter that after conversion stores its results in two 14 bit registers. I have to display this value onto a 2 digit 7 segment display.
Here is the simulation showing ...
0
votes
2answers
50 views
Reading from FTDI sync FT245 FIFO returns zero bytes
Hello I am developing simple DSO and I have problem with FT245 sync FIFO.
Reading from FT245 works normally when I read 4byte acknowledges, but when I want to retrieve sampled data it returns zero ...
0
votes
2answers
80 views
Verilog accessing memory address
I'm working on a project on the Nexys 3 FPGA, written in Verilog on Xilinx, that requires some file input and output (to the computer that just programmed the FPGA, preferably.) Using the program ...
0
votes
1answer
53 views
Communication between processes in VHDL
I have problems on communicating between the processes. I used to use flag and clearFlag to tackle this, but it's kind of annoying and not looking good. What is the best practice to handle this? Here ...
1
vote
1answer
60 views
Can I use openCV libraries with Catapult C?
My final aim is a face/object detection and general image processing application on a Altera DE2 FPGA. I am using Catapult C to program the FPGA (so I am using C code, not Verilog or VHDL).
My ...
1
vote
2answers
61 views
What minimal files needed for Microblaze rebuild
I am working on a Xilinx project that contains a microblaze design. I am curious the minimal file set needed to store the hardware portion of the project in Git (or some other CM tool) and still be ...
0
votes
2answers
62 views
How can I run a code directly into a processor with a File System?
I have a simple anisotropic filter c/c++ code that will process an .pgm image which is an text file with greyscale information for each pixel, and after done processing, it will generate an output ...
0
votes
2answers
122 views
how to prevent logic trimming
I am trying to make a verilog code for rsa cryptosystem the basic structure of the modules is like the code shown below.
Althogh the code works fine in simulation it gives the warnings:
Xst:1710 - ...
-4
votes
0answers
32 views
How i put pseudo random generator (fpga) in cryptography [closed]
i finished my project : concept and implement (PRNG), based in cellule automata in FPGA Xilinx and i want ask how can put my work in system cryptography
3
votes
2answers
179 views
Linux driver DMA transfer to a PCIe card with PC as master
I am working on a DMA routine to transfer data from PC to a FPGA on a PCIe card. I read DMA-API.txt and LDD3 ch. 15 for details. However, I could not figure out how to do a DMA transfer from PC to a ...
0
votes
1answer
51 views
VHDL Demultiplexer output to switch signal between port
Please go easy on me, I'm new to this... :) I have a signal in which I would like to toggle the output between one of two available output ports TX_ADDR and TX_DATA based on the value of a count ...
0
votes
0answers
121 views
VHDL Verilog Integer Arrays Ports
I am working on a project for the FPGA implementation of the Breakout Game. In this game, we have to break the bricks using a ball and a paddle. Some bricks may break on multiple contacts with the ...
-1
votes
1answer
71 views
Linking a 2 wire serial Temperature Sensor to a Spartan3 [closed]
I'm trying to connect a 2 wire serial temperature sensor to a Spartan-3 FPGA but i don't know where to the find the schematics for the connection. Can someone please help me out? :(
1
vote
4answers
110 views
Generating Single Port ROM on Spartan 6 using Xilinx ISE Design Suite
I'm having some trouble designing a single port rom onto a spartan 6 board. I use the provided core generator to create block memory and choose single port rom with 32 bit width and 256 depth with a ...
0
votes
2answers
132 views
Displaying Two Different Variables On The 7 segment LED Display with the Help Of A Switch - VHDL and FPGA
I have been trying to display two different variables on the 7 segment led display on a spartan 3 fpga using VHDL language. This is for my final year project at uni and I'm really struggling. Can ...
2
votes
3answers
150 views
Fast way of multiplying two 1-D arrays
I have the following data:
A = [a0 a1 a2 a3 a4 a5 .... a24]
B = [b0 b1 b2 b3 b4 b5 .... b24]
which I then want to multiply as follows:
C = A * B' = [a0b0 a1b1 a2b2 ... a24b24]
This clearly ...
0
votes
1answer
97 views
What is a ethernet frame sample which can be sent?
i want to send a ethernet frame from FPGA to my PC for wireshark to receive
i pass payload into CRC generator to get the CRC result, but i guess CRC error as wireshark not received any thing which is ...
0
votes
0answers
63 views
RTOS or Bare Metal? [closed]
We are planning on starting a new project using an Altera's FGPA with a hard core ARM Cortex A9 dual core in it (Cyclone V SoC)
The most important stuff for my development is multi-threading and USB ...
0
votes
2answers
60 views
How are loops within a process synthesized in VHDL?
I'm working on the implementation of a FIR filter in VHDL and need some advice regarding when to use and not to use process statements. Part of the code is presented below. Specifically, I'm wodering ...
0
votes
1answer
35 views
Programming EP2C35F672C6 FPGA purchased
I am new to FPGAs & board development. This semester, I was introduced to Quartus II, VHDL, and FPGAs. I have uploaded several basic designs onto the DE2 Board, which has an EP2C35F672C6N FGPA on ...
1
vote
1answer
59 views
VHDL: Properly clocking another component with respect to setup
I am working on a FPGA project in VHDL.
I need to copy a 16 bit shift register into a FIFO each time it fills up (eg after 16 new data bits have been fed into the shift register, I want to take the ...
2
votes
0answers
128 views
Trouble with VGA Controller on CPLD
What I am attempting to do is create a VGA controller from a Lattice MachXO CPLD in Verilog.
The Problem
I am attempting to display the color red with a resolution of 640x480 @ 60Hz using a 25.175 ...
0
votes
0answers
29 views
downloading my code to FPGA
i created a simple up counter and when i try to download it to the FPGA kit, it doesn't count.
here is the code:
any help is greatly appreciated. Thanks
library ieee;
use ...
-1
votes
3answers
98 views
My Verilog behavioral code getting simulated properly but not working as expected on FPGA
I wrote a behavioral program for booth multiplier(radix 2) using state machine concept,am getting the the results properly during the program simulation using modelsim, but when i port it to ...
0
votes
1answer
77 views
HDL sythesis complains about missing signals in sensitivity list
Hello I've got this simple VHDL process (Generated from MyHDL code):
DIGIPOT_CONTROLLER_CONNECTCLOCK: process (delayedClock) is
begin
if to_boolean(clkEn) then
if to_boolean(delayedClock) ...
0
votes
2answers
962 views
What are examples of FPGA or ASIC clusters outside of Bitcoin? [closed]
Bitcoin miners have been building GPU & FPGA clusters for a while, now they are moving on to ASIC clusters. In these systems work is sent to a PCBs with multiple FPGA or ASIC chips that are ...
1
vote
1answer
86 views
Verilog changing a value of a variable
I am implementing a simple counter which is counting the number of time push buttons are pressed. I wrote the following code:
module lock(
anodes,cathodes,leds,
sw,btns,clk );
//input declarations
...
1
vote
0answers
73 views
Problems with .ucf file for my microblaze system in ISE
ok so i added my microblaze from XPS generated a topvhdl file added the ucf file and in my microblaze i have 4 GPIO but i didnt put any of thier pins in the .ucf file although they are present as ...
0
votes
2answers
92 views
Send UDP packet to fpga spartan 3e via ethernet
I want to send UDP packet to fpga which includes microblaze. But i have a problem about ip address. Where can i get the ip address of fpga.
0
votes
3answers
78 views
high frequency from low frequency clock
My spartan 3a fpga board has a 50mhz clock while implementing a microblaze with ram ddr2 , it required a frequency of 62mhz which was edited by my program , when asked about this , they told me that ...
0
votes
1answer
76 views
gate control clock generation
Here is the code first...
always@(posedge clk)
begin
if(cstate==idle) rclk<=1;
else rclk<=0;
end
always@(negedge clk)
rclk<=0;
What I want to achieve is this: every time at the rising ...
1
vote
1answer
135 views
How can my vhdl code and microblaze co-exist?
Well my problem stated when i had my vhdl code up and running on my Spartan-3a but needed to send and receive data from it to the pc,
I need my vhdl code , so i went for a microplaze structure , ...
0
votes
1answer
46 views
Sasebo GII virtex5 fpga configuration
I am working with Sasebo GII board that has two FPGAs on it:
Xilinx Spartan and Xilinx Virtex5 (and the board has several separate JTAG interfaces for configuration of fpgas).
I am useing ISE 14.4 ...
1
vote
1answer
83 views
fpga communication with pc
Ok i am using Spartan 3a kit and i need to know the simplest and safest choice to communicate with my fpga with my pc , meaning to send data to input pins of connector and receive from the pins of the ...
1
vote
2answers
91 views
Event control in always @(posedge clk)
Wondering about the behavior of event control statements in an always block:
always @(posedge clk) begin: TEST
...
@(wait_for_signal_from_subsystem);
...
...
0
votes
1answer
500 views
ps/2 keyboard interface VHDL
Alright so I'm trying to implement a keyboard controller for use with an altera DE2 FPGA board, and am having some issues. I have ran this code in the quartus simulator and everything seems to be ...
0
votes
2answers
60 views
variable assignment and synthesizable code
Simply having a code like this :
if(rising_edge(clk)) then
temp(0):="001";
temp(1):="011";
temp(2):="101";
temp(3):="000";
temp(0):=temp(3)xor temp(5);
end if
For the example ...
2
votes
1answer
76 views
About sequential code in FPGAs
In VHDL, in a process all steps will be executed sequentially, but I wonder how an FPGA can execute steps sequentially. I am very confused about how sequential assignments, functions and similar are ...
1
vote
1answer
67 views
What info does this code save about an interrupted thread?
My analysis is that the assembly saves the stack pointer of the interrupted thread to the array. Is that correct? The code I've been looking at that I think does this is:
ldw r4,0(sp) ...
0
votes
1answer
75 views
How to generate sinc wave using verilog
I'm making an "Arbitrary waveform generator" on FPGA. currently, I'm working on generating "sinc" wave using FPGA [using verilog].
For a fixed frequency, I can make the sinc using LUT on a ROM, but I ...
0
votes
1answer
125 views
VHDL simulates fine, but doesn't act the same in hardware
I've written a few components to move a stepper motor back and forwards. I've simulated it in modelsim and it works as expected, but it won't work the same in hardware at all.
Basically I have a ...
1
vote
2answers
263 views
How to put VHDL project on Spartan 6 FPGA
I am working on a project in VHDL that will be placed onto the spartan 6 fpga. The code is ready but I am not sure how to proceed with getting it onto the fpga.
I have access to another project and ...
2
votes
3answers
87 views
Vhdl with no clk
I have a clock in my vhdl code but i don't use it , simply my process just depends on handshake when one component finishes and gets an output out , this output is in the sensitivity list of my FSM ...



