dont ask

swe[zeke]den

New member


library IEEE;

use IEEE.std_logic_1164.all;

entity count21 is

port (clock: in std_logic;

ut: out std_logic_vector (20 downto 0));

end count 21;

architecture beteende of count21 is

attribute state_vector of beteende;

architecture is 'state';



attribute state_encoding of beteende;

architecture is 'binary';



subtype states is integer range 0 to 20;

signal state, nextstate: states;

begin

process (state)

begin

case state is

when 0 to 19 => nextstate nextstate

 
library IEEE;

use IEEE.std_logic_1164.all;

entity count21 is

port (clock: in std_logic;

ut: out std_logic_vector (20 downto 0));

end count 21;

architecture beteende of count21 is

attribute state_vector of beteende;

architecture is 'state';

attribute state_encoding of beteende;

architecture is 'binary';

subtype states is integer range 0 to 20;

signal state, nextstate: states;

begin

process (state)

begin

case state is

when 0 to 19 => nextstate nextstate

 
he said don't ask

~Jameson~

*********************************************************

Never shall innocent blood be shed, yet the blood of the wicked shall flow like a river. The Three shall spread their blackened wings and be the vengeful striking hammer of God.

UREIL LYFSTYL

*********************************************************
 
why not ask, and if not asking, why make a post about it

--------------------

i hate posers. thanx to harvey and all who contribute to the site for makin it so kick ass.

if people dont like what ive created, fuck em, because somebody else does-TANNER

can you see what's down there? me either.-seth peering down a cliff before he drops it

 
yea wtf, why would he do it?

what you gonna do when shit hits the fan, are you gonna stand and fight like a man, will you be as hard as you say you are, are you gonna run and go get your bodygaurd
 
my jock is fo sale 1000$ per day message me if you want it

--------------------

i love the smell of napalm in the morning

snow smells good to

uncle jemimas mash liqour it will fuck you up
 
WTF is that.

Member # 5329 I have been on here for such along time and i dont even have that many post.

 
it looks like some kind of programming language. He probably needed to copy a program from his house to his job or school and had no way of putting it on a disk or something so he just pasted it here for later use. Or he's just weird.

Coming Soon...
 
That makes some sense.

Member # 5329 I have been on here for such along time and i dont even have that many post.

 
what an angry piece of shizzat

what you gonna do when shit hits the fan, are you gonna stand and fight like a man, will you be as hard as you say you are, are you gonna run and go get your bodygaurd
 
Back
Top