Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help identify symbols from Quartus RTL view.

Status
Not open for further replies.

bteddy1

Newbie
Joined
Jul 17, 2022
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
Hello,

Need help with a couple symbols in a Quartus RTL view.

In the attached jpg I have drawn the symbols.

Questions:

What circuit is the circle with the plus in it representing?
What does the 10'H 200 mean?
The output is ten bits but only eight are shown going to input D.
Are all ten bits going to input D and only 8 are being read?

What circuit is the trapezoid representing?
What does the 1'H 1 mean?
What does hfc mean?

Thank You.
 

Attachments

  • symbols_questions.jpg
    symbols_questions.jpg
    88.4 KB · Views: 146

10'h200 and 1'h1 are hex constants in verilog syntax. Review your verilog reference manual or tutorial.

What do you expect if an operator is designated as "add0" and marked with "+" symbol? Trapezoid represents a mux or selector.

RTL schematic bit widths are strictly copied from compiled HDL, even if redundant. You'll review the HDL code.

Expect that "count- hfc" refers to a HDL instance name.
 

I have only seen adders as squares with A, B, Cin, Cout, Sum out. I have never seen a circle.
What type of adder is it?
Is hfc - high frequency clock or something else?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top