Questions tagged [synthesis]

Synthesis turns a high level circuit description into an implementation in logic gates.

Synthesis is a process by which an abstract form of desired circuit behavior, typically register transfer level (RTL) described in VHDL or Verilog, is turned into a design implementation in terms of logic gates.

Wikipedia

423 questions
-3
votes
1 answer

Verilog HDL: Using For Loop

Basically I would like to insert a series of repeated blocks (which has logic + registers in it). These blocks will be linked up with one another to form a link. I tried this code but failed. I just want to your help to point me out, is it my syntax…
-6
votes
1 answer

What is the meaning or difference between Simulation and Synthesis in VHDL?

short question. What is the meaning of Simulation and Synthesis in VHDL? What is the difference between Simulation and Synthesis in VHDL? Yours sincerely Momo
Momo Saibak
  • 37
  • 1
  • 9
1 2 3
28
29