Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
103 views

I'm working on a FSM design in Verilog and getting inferred latches during synthesis in Synopsys Design Vision. Below is the Verilog code for my FSM: // control path //control path always @(*) ...
1 vote
1 answer
54 views

The data read from A_arr, B_arr and C_arr are incorrect. The value I have in Moddelsim is not what I defined in the testbench. I have a testbench for my design. It should fetch inputs from A_arr and ...
-1 votes
1 answer
118 views

I want to do an up-counter which has an output enable (when high the up-counter is supposed to count up at each clock cycle, otherwise it keeps its previous value). In order to achieve visible results ...
pauk's user avatar
  • 408
0 votes
2 answers
309 views

I am trying to make a synthesizable filter in verilog. I have the fixed-point filter coefficients in a text file. I am looking for an elegant and scalable way to pass on these filter coefficients. The ...
0 votes
1 answer
213 views

I've been trying to write VHDL code for a counter. Ultimately, I would like to take the output value, check it with a constant value, and see if the counter has reached the constant value. if it ...
-2 votes
1 answer
630 views

I have 2 blocks, out of which block_A is writing and block_B is reading. Writing configurations : 3 writes per 5 clocks, Reading configurations : 30 reads per 50 clocks What is the required FIFO depth ...
0 votes
0 answers
108 views

I'm very new to VHDL and for my digital design project I have to make a simulation of a washing machine in a DE10-Lite FPGA with finite states. Everything seems good so far but when it's turn for the ...
0 votes
1 answer
388 views

I know What is the comparator but i don't know how to implement with Mux Please Give Answer Of Hoe to Design 1 bit comaparator using 2x1 mux, I Create First 1 bit magnitude comparator in this we have ...
1 vote
1 answer
254 views

I am trying to design a 17-bit ripple up counter using a positive edge triggered d flip flop in my design. Here is my code: `timescale 1us/ 1ns module upcounter (clk, pr, clr, out); input wire ...
1 vote
1 answer
54 views

I don't understand when 100 appear in add what I should do. what the carry for the next step? They are marked with red and blue colors
2 votes
1 answer
240 views

I am trying to form a T flip-flop in Verilog. I am studying verilog from "Digital System Design with FPGA: Implementation using verilog and vhdl" and the code for T flip-flop is here below: ...
0 votes
1 answer
139 views

The question says draw F(A,B,C,D)=∑(3,7,11,12,13). I derived A'B'CD+ABC'. I am trying to draw it using two inverters and 5 2:1 multiplexers but i couldn't connect the output to the separate components ...
zedyjy's user avatar
  • 15
1 vote
2 answers
649 views

I have implemented an 8 bit serial-in parallel-out register in SystemVerilog and I'm trying to test it. I'm using Icarus Verilog as simulator. In the test bench, I send 8 bits and wait for the rising ...
0 votes
2 answers
241 views

I am reading a book Digital Design and Computer Architecture and in the chapter on the D trigger at the transistor level it says "A compact D latch can be constructed from a single transmission ...
1 vote
1 answer
1k views

Given the Truth Table, Characteristic Table and Excitation table for a JK Flip Flop. I am doing a K-Map to find Qn+1 (next state) given J, K and current State. The K-Map from a tutorial explaining ...

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /