Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
21 views

I need to uniquely identify individual devices at runtime from the HPS (ARM Cortex-A9) side. Does the HPS side of the Cyclone V SoC have any built-in unique ID registers, such as: - A hardware serial ...
Dez Fedsie's user avatar
0 votes
0 answers
60 views

I'm trying to develop a Elevator FSM machine in quartus in order to get his equivalent to HDL code. The FSM is this: But when I set the Input, transitions and output in "State Machine Wizard&...
Gr_10's user avatar
  • 71
1 vote
0 answers
118 views

I am trying to use this DMA driver to transfer memory from a streaming device to SDRAM. This is my design in Qsys/Platform designer: The design streams a predictable pattern of 6x6x6x6x to SDRAM. The ...
K606's user avatar
  • 23
1 vote
1 answer
100 views

For the code below, I utilized a predefined RAM module from Quartus to create the RAM. How do I determine the port order when instantiating it? I understand it must be compatible with the module from ...
mmm's user avatar
  • 11
0 votes
1 answer
346 views

I'm currently working on a simple project on an FPGA and wanted to set an enable-input to 1. Now when using the built in IPs for a constant, two components show up. One is "Constant" and the ...
Jamari's user avatar
  • 13
2 votes
1 answer
62 views

I'm working on a Verilog project where I have implemented a countdown timer using preset counters. However, I'm encountering a strange issue when I set a time and start the countdown. On the initial ...
LDY's user avatar
  • 21
-1 votes
1 answer
106 views

this is my code for a fun Fire extinguishing system in a 50 unit apartment.this is fire_detection_system.v: module fire_detection_system ( input wire clk, // Clock signal input wire reset, // ...
Rmin's user avatar
  • 1
0 votes
1 answer
104 views

I'm a newbie in VHDL Programming and I am having trouble with this VHDL code (sync counter). The variable Q_AUX_4 is never assigned to the output Q_OUT because when I try to run simulation, using ...
Simone Rossi's user avatar
1 vote
1 answer
130 views

I'm just starting to use Verilog. One of my first projects has been a module that controls 4 7-segment displays with a 16-bit input. My BCDtoSSeg module is the following: module BCDtoSSeg (BCD, SSeg); ...
Daaayz's user avatar
  • 37
1 vote
1 answer
58 views

This is from book "STA for nanometer design" This section describes the constraints for the input paths. The important point to note here is that STA cannot check any timing on a path that ...
chen zhang's user avatar
1 vote
1 answer
115 views

I am getting error at line 59. I tried to Google it, but I couldn't find anything. Here is my code: always @(posedge clk or negedge nReset) begin if (minute_start_in == 1'b1) begin ...
SilverShroud's user avatar
0 votes
1 answer
661 views

I am trying to simulate a test bench for an Intel IP (AVST CDC) in Questa using cocotb. What would be the correct way to add generated simulation files to run in cocotb? I've generated IP Simulation ...
Andrey Vasilchenko's user avatar
-1 votes
1 answer
180 views

I am having a frustrating time designing a linear feedback shift register where there is a need to use Altera's LPM's, in this case the LPM_SHIFTREG. This must be used as I have an assignment and exam ...
F4N's user avatar
  • 21
1 vote
1 answer
169 views

I am instantiating two components within a top level file, where this implements a Phase Accumulator and LUT with an 8-bit FTW, to essentially create a simple DDS system. Mind you this is very ...
F4N's user avatar
  • 21
1 vote
1 answer
460 views

I have a message from Quartus that it found synchronizer chains, but is unable to perform MTBF analysis on them. Yet, nothing is really explained in the manuals except how to recognize synchronizers ...
artless-noise-bye-due2AI's user avatar
0 votes
1 answer
51 views

I was performing emulation of hough transform for FPGA's on Jupyterlab but then all i had to do was run the cells: I get the following error -> u196294 is performing Hough Transform compilation ...
Ratan Deep Iynhalli Vishwadeep's user avatar
0 votes
1 answer
453 views

I am a novice. I have a cyclone V board. I have generated several 32-bit ASCII codes through verilog on the FPGA side. I want to send them to the HPS side through the H2F AXI bus and program the HPS ...
2258432's user avatar
  • 11
-2 votes
1 answer
137 views

I want to work on ADC (ads8556). In Figure 3 In the Parallel Read Access Timing Diagram, when the conversion time (tconv) finishes, and during the acquisition time (tACQ), there are multiple ...
hasan altaey's user avatar
1 vote
1 answer
663 views

I am new to working with Verilog, and I was given some code that implements uart. I think it might be missing something since I am getting the compiling error shown below: Error (10219): Verilog HDL ...
programmer25's user avatar
0 votes
2 answers
571 views

I am trying to describe a RS asynchronous latch in VHDL. I receive this error from vivado. [Place 30-574] Poor placement for routing between an IO pin and BUFG. If this sub optimal condition is ...
Marcu Petric's user avatar
0 votes
1 answer
132 views

I already got report.html (optimization report), but don't known how to view it. I tried complete command "firefox repotr.html" and expecting open it by web browser Firefox, but got: Command ...
Vladislav Butko's user avatar
1 vote
1 answer
2k views

I am working on a code convertor using multiplexors and I am facing issues when testing it on ModelSim. Basically it outputs X where there should output 1. I found out that the error may be where I ...
bestgamer14's user avatar
-1 votes
1 answer
126 views

I'm doing a school project where I need to pass notes (char, ascii) using a C# code in VS to an Altera card using a RS232 cable. when I'm sending a single note('A') the data goes through just fine but ...
Omer DT8's user avatar
3 votes
1 answer
1k views

I am a beginner in the development of FPGA. I am interested in how to correctly combine several modules in the top-level file. For example: in the top-level file, I want to connect the output of ...
Oleh's user avatar
  • 33
0 votes
1 answer
402 views

I have 3 modules: modulo remainder generator, modulo adder and modulo Wallace adder. Their speeds are related as follows: remainder_modulo > wallace_adder_modulo > modulo_adder. But Timing ...
SneakyFoxy's user avatar
0 votes
1 answer
464 views

I'm currently trying to run ARM assembly on my DE series board. However when I try to open my project I get the following error on the Intel FPGA Monitor Program: Error running 'make DETECT_DEVICES'. ...
Emre Türker's user avatar
-1 votes
1 answer
4k views

I'm trying to design a 32-bit ALU. While simulating using Modelsim output R becomes mixed with x's and 0's like this, at time=20 the addition is calculated and at time=40, substraction is calcualted. ...
questionhead's user avatar
-1 votes
1 answer
420 views

module path1(out, in, w0, w1, w2, w3, w4, w5, w6, w7, w8, w9); input in; output out; output w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; not(w0, in); not(w1, w0); not(w2, w1); not(w3, w2); not(w4, w3); ...
zibidigonzales's user avatar
1 vote
1 answer
477 views

I cannot figure out the solution to this error, and the only other answer I find online for the same error is this I have been stuck on this problem for a while and I feel like I am going in circles. ...
Adam Montano's user avatar
0 votes
1 answer
428 views

Case statement choices cover only 6 out of 10 cases for my vending machine code I am getting this error after execution of my very long program in VHDL. However its said that When others => can be ...
Artemio Valencia's user avatar
0 votes
1 answer
327 views

Note this question is not for when I am simulating. I have found numerous resources as to how to use readmemh which does not solve my problem. What I am trying to do is load the RAM for a processor ...
Jake Armstrong's user avatar
-1 votes
1 answer
562 views

I am using an Intel Stratix 10 FPGA and Quartus Prime Pro 21.4 to develop a power test project. I cannot figure out how keep Quartus from optimizing away my DSP blocks. I want to use all 3000 DSP ...
sealenator's user avatar
-1 votes
1 answer
817 views

I am new to Verilog, and trying to write a traffic light code where the LED light changes after certain time. I'm keep getting on different errors while compiling. I tried to fix them by changing the ...
Doyeon.K's user avatar
0 votes
1 answer
173 views

I am learning OneAPI OpenCL FPGA implementation in the Intel DevCloud by following this link (https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/OpenCL_Program_PAC_Quicksta...). ...
Md Maksud-Ul-Kabir Rico's user avatar
0 votes
1 answer
746 views

I try to get an UART IP core in combination with the NIOS2 (softcore) running on the Cyclone 10 LP evaluation board. So far everything works fine in polling mode. However, I cannot manage to get the ...
user avatar
0 votes
1 answer
526 views

I am working on an update procedure for the Cyclone10LP FPGA with Quartus Prime 20.1.1. The platform design is done the following. The NIOSII Software Build tool for Eclipse Project is configured ...
user avatar
0 votes
1 answer
857 views

I try to convert multiple SRAM object (.sof) files to one JTAG indirect configuration file (.jic) using Quartus Prime, however I always receive the following error message. Serial Flash Loader device ...
user avatar
0 votes
2 answers
289 views

I am doing a university project in which i have to build a I2C which have only one slave and will have to transmit a data with 5 bits, 4 bits for the number which is in the range of 0 to 9 and 1 bit ...
Lucca Machado's user avatar
0 votes
1 answer
118 views

I'm currently working on the Altera DE0 board with the QuartusII Web Edition software. I need to use a nios processor on Qsys to display a shifted signal from a GPIO pin on my board. The input signal ...
Elyouss's user avatar
2 votes
1 answer
158 views

I'm kinda new to the world of FPGAs and I'm trying to port some code written for GPUs to FPGAs, to compare the performances. From my understanding, using parallel_for ain't a good practice (in fact it ...
Elle's user avatar
  • 335
0 votes
0 answers
86 views

I am trying to accelerate an algorithm using DPC++. What happens is that the normal calculations takes 1.5 times faster than kernel parallel execution. The following code is for both calculations. the ...
Amal Taha's user avatar
1 vote
1 answer
1k views

I am using a DE10-Nano with Quartus Prime to try to implement the following. I have two modules: Module1 and Module2. Module1 declares a RAM like this: reg [15:0] RAM[0:24576]; // init RAM 0:8191 with ...
Giuseppe Rossini's user avatar
0 votes
2 answers
146 views

My goal is to complete FFTs of 2 - 4K Data points together. Hence, I made 2 kernel objects from the same kernel and Enqueued the tasks at once, i.e. without any Buffer Read-Write or any callbacks in ...
Raghuttam Hombal's user avatar
0 votes
1 answer
194 views

I was trying to use the Intel's FFT1D kernel by writing the Host program by my own for Intel FPGA. Link to Intel's FFT1d can be found here I have also given my host program below, wherein, I have a ...
Raghuttam Hombal's user avatar
3 votes
1 answer
260 views

I am working on a lossy compressor, and I am wondering which way is more suitable for the design, the first one is to transfer data to the global memory until all the data is processed and the second ...
Hazim Hamad's user avatar
0 votes
0 answers
408 views

I have a board that has an NXP iMX8M-Plus processor and an Intel Arria 10 GX FPGA on it. I want to configure the FPGA using the iMX8M-Plus processor through passive serial interface of the FPGA. I use ...
Mehmet Fide's user avatar
  • 1,794
1 vote
0 answers
232 views

Is there an inbuilt or pre-existing feature I can use to accomplish Flashing a Cyclone IV's(EP4CE6E22C8) SROM(W25Q16BV) chip via its JTAG connection? Maybe some setting when compiling in Quartus to ...
Arcane Blackwood's user avatar
0 votes
1 answer
1k views

I have this simple code checked with Quartus II. First, It gives me error 5000 iterations for loop limit then I try to change verilog constant loop limit variable in settings and now it is giving me ...
Dang Nhat's user avatar
-1 votes
1 answer
437 views

I am attempting to make the snake game in verilog using my DEE-10 Lite and compiling using Quartus Prime (Lite Edition Version 20.1.1). The Analysis and Synthesis time takes almost 10 times longer ...
Jessey H's user avatar
-1 votes
1 answer
271 views

I want to generate 102Hz clock on a FPGA board(the one with cyclone 3) the original clock on the hardware is 50MHz, so I divided it by 490196 to get 102Hz clock but the clock speed is two times faster ...
Gordon Z's user avatar

1
2 3 4 5
10