Hello!
I'm new in HTML and I'm trying to make a page that would have a scrollbar inside a page (not the one in the browser) like for example: http://www.expulsion-band.com/discography.htm
I have looked in the source code, but i cant figure out what is the thing that makes the scrollbar.
Hi!
I'd laike to make a bidirectional port with vhdl, bu i don't know how to...
i tried sth like this
io : inout std_logic;
i : in std logic;
o : std_logic;
rw,vma : in std_logic
...
p0:process(vma,rw...)
begin
if vma = '1' then
if rw = '1' then
i <= io;
else
io <= o;
end if...
Hi,
i would like to design different adders such as ripple, carry select etc., but i dont know how can I tell the VHDL compiler not to collapse carry nodes ie make from every adder Carry lookahead adder.
I used to program in ABEL; there that could be done this way:
c1..c8 node istype...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.