Skip to main content

Questions tagged [quartus]

Quartus (and in particular Quartus Prime/Quartus II since the original Quartus is no longer used) is a programmable logic device design software from Intel FPGA (formerly Altera).

0 votes
0 answers
40 views

I’m trying to test the LVDS output on my Altera DE2-115 board using Quartus Prime 18.1 Lite. My goal is just to generate and output a clock signal over an LVDS pair using the ALTLVDS_TX Megafunction. ...
Daniel's user avatar
  • 981
1 vote
1 answer
81 views

Context : I have been tasked with testing a HC-04 Ultrasonic sensor with Verilog, and below is the Verilog code, the testbench and the waveform that I am getting, ...
whatamidoing's user avatar
1 vote
1 answer
113 views

I'm working on a Verilog project using ModelSim, and I've created a testbench to simulate the behavior of a module called Elevator_FSM, which models an elevator's operation. My goal is to assign ...
Gr_10's user avatar
  • 61
-1 votes
1 answer
79 views

I have precompiled (with db and incremental_db folders, so it have sof/pof files) Quartus Prime (22.1std.1 Build 917 02/14/2023 SC Lite Edition) project and want to open "Technology Map Viewer (...
Vladislav Butko's user avatar
1 vote
0 answers
62 views

I am in the process of learning about communication between SDRAM and OCM via DMA, using the Agilex-5. The idea will be to write 0xdeafbeef to the SDRAM, then ...
K606's user avatar
  • 19
1 vote
1 answer
61 views

I'm trying to implement the circuit in the picture above. However every time I compile Quartus tells me I can't assign two values to the output pin. Is there a way to tell Quartus that the bottom wire ...
Spoder73's user avatar
0 votes
1 answer
93 views

The SDC file: create_clock –period 37 –waveform {0 18.519} {clk} While reading SDC file in the Quartus, I get following error: ...
Vladislav Butko's user avatar
1 vote
2 answers
224 views

I want to do synthesizable always block, that would execute code by d1 signal changing (posedge and ...
Vladislav Butko's user avatar
1 vote
2 answers
153 views

How do I cast from 16 bits to 8 bits? ... output [ 7:0] audioData ); bit [15:0] audioSum; // Get the 8-bit output assign audioData = (audioSum >> 1); I ...
SparkyNZ's user avatar
  • 247
-1 votes
1 answer
190 views

I'm new to FPGA and I'm starting to learn it with Quartus Prime Lite 23.1std. After seeing the warning ...
Marco Montevechi Filho's user avatar
4 votes
3 answers
1k views

I am trying to connect three 7-segment displays to show the result. I thought about using the IC 7448 (I could also use the 7447), but I assigned 4 outputs to each encoder (first issue, as I need 3 ...
NotAEngineer159's user avatar
0 votes
1 answer
231 views

I'm trying to design a 59 second countdown on Quartus Prime, using a 4-bit JK stage for the second units and a 3-bit JK stage for the second tens. However, I've run into what I feel is a simple ...
Tomás Salvo Aportone's user avatar
0 votes
1 answer
174 views

How to decrease system clock frequency in Quartus II from standard 50 MHz to 2 Hz (two clock fronts per second)? I find out it easier using constraints editing way, namely, SDC (Synopsys Design ...
Vladislav Butko's user avatar
-1 votes
1 answer
123 views

How to fix the follow errors was appeared after pin assingment (in Pin Planner window) and project compilation: "Error: Found illegal assignment group name "key" -- conflicts with top-...
Vladislav Butko's user avatar
1 vote
1 answer
426 views

Im working in a project with A FPGA board (De1-Soc - Cyclone V) and in project there is supposed to be an internal memory to make connection with rest of the system and read or write some data in it. ...
A Hey's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
25