Talk:Register-transfer level
This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
|
The contents of the Power estimation techniques for RTL page were merged into Register-transfer level on 14 October 2017. For the contribution history and old versions of the redirected page, please see its history; for the discussion at that location, see its talk page. |
Link to Resistor–transistor logic?
[edit]If RTL-level design was ever used for RTL-logic design, and we could find a source to that effect, there might be a reason to imagine a relationship. But TTL and ECL and CMOS are more likely targets for it, and they're not linked, to let's not link the Resistor–transistor logic that's related only by initialism. Same from the other side(s). Dicklyon (talk) 02:29, 24 April 2008 (UTC)
Relationship between HDL and RTL
[edit]- Is it correct to say that HDLs allow to express a digital circuit at the abstraction of RTL?
RTL is used in the logic design phase of the integrated circuit design cycle.Logic design redirects to Boolean algebra (logic) which is a mathematical term, not a engineering term. So what is meant with logic design phase?- changed this --64.2.143.12 (talk) 20:49, 9 April 2010 (UTC)
- When designing digital integrated circuits with a hardware description language, the designs are usually engineered at a higher level of abstraction than transistor or gate level.
- Can someone define transistor level and gate level?
Thanks, --Abdull (talk) 23:17, 8 February 2010 (UTC)
Clock edge
[edit]The article says "...changes its state on each clock edge.". Shouldn't this be "...each rising clock edge." or "...each positive clock edge"? Ellingd (talk) 16:53, 2 March 2010 (UTC)
- Correct, section changed. --82.132.248.221 (talk) 12:00, 10 April 2010 (UTC)
VHDL example
[edit]D latch operation: at the edge of a clock, input will be made available at the output. The example, however implies that the input function is synchronised.
Wrong
process(clk)
begin
if rising_edge(clk) then
D <= not Q;
end if;
end process;
Right
D <= not Q;
process(clk)
begin
if rising_edge(clk) then
Q <= D;
end if;
end process;
--Armandas j (talk) 15:11, 15 April 2010 (UTC)
Proposed merge with State of art power estimation techniques for RTL
[edit]"Power estimation" would make a good addition to this existing RTL page, would improve the sources for this topic, and neither page is big enough that a spinoff is necessary. — {{U|Technical 13}} (e • t • c)
14:24, 22 April 2015 (UTC)
- Agreed and Done Klbrain (talk) 21:25, 14 October 2017 (UTC)
- This is the first time I've ready this page, and I have to say that the whole section on RTL power estimation seems strangely out of place on this page. 209.145.84.194 (talk) 12:51, 20 March 2024 (UTC)
- C-Class electronic articles
- Low-importance electronic articles
- WikiProject Electronics articles
- C-Class Computing articles
- Low-importance Computing articles
- C-Class Computer hardware articles
- Low-importance Computer hardware articles
- C-Class Computer hardware articles of Low-importance
- All Computing articles