Powered by Blogger.

Total Pageviews

174616

I m on Twitter!

Wednesday, April 11, 2012

VHDL code for 4x1 Multiplexer using structural style

library IEEE;use IEEE.std_logic_1164.all;entity bejoy_4x1 isport(s1,s2,d00,d01,d10,d11 : in std_logic;z_out : out std_logic);end bejoy_4x1;architecture arc of bejoy_4x1 iscomponent muxport(sx1,sx2,d0,d1 : in std_logic;z : out std_logic);end component;component or_2port(a,b : in std_logic;c : out std_logic);end component;signal intr1, intr2, intr3, intr4 : std_logic;beginmux1 : mux port map(s1,s2,d00,d01,intr1);mux2 : mux port map(not s1,s2, d10,d11,intr2);o1 : or_2 port map(intr1, intr2, z_out);end arc;library ieee;use ieee.std_logic_1164.all;entity...

Rising PC Doctor 6.0.5.16

Rising PC Doctor, professional and smart security tool to computer users. With its seven key functions of automatic malware analysis, immunization of USB storage devices, ability  to  repair Microsoft Internet Explorer & Windows, Trojan Behavior Detector & Blocker, protection against malicious websites, Internet Explorer protection and Trojan Download blocker, Rising PC Doctor will greatly enhance your protection against malware...

Kaspersky Anti-Virus 2013 13.0.0.3011 Technical Preview

Kaspersky Anti-Virus 2013 – the backbone of your PC’s security system, offering protection from a range of IT threats. Kaspersky Anti-Virus 2013 provides the basic tools needed to protect your PC.Kaspersky Internet Security 2013 – the all-in-one security solution that offers a worry-free computing environment for you and your family. Kaspersky Internet Security 2013 has everything you need for a safe and secure Internet experience. Kaspersky Internet...

VHDL code for Basic Gates

AND Gatelibrary ieee;use ieee.std_logic_1164.all;entity and_gate isport (a,b : in std_logic ;c : out std_logic);end and_gate;architecture arc of and_gate isbeginc <= a and b; end arc; OR Gatelibrary ieee;use ieee.std_logic_1164.all;entity or_gate isport (a,b : in std_logic ;c : out std_logic);end or_gate;architecture arc of or_gate isbeginc <= a or b; end arc; NOT Gatelibrary ieee;use ieee.std_logic_1164.all;entity not_gate isport (a: in std_logic ;b : out std_logic);end not_gate;architecture arc of not_gate isbeginb <= not a; end arc;...

Privatefirewall 7.0.27.1

Privatefirewall multi-layered endpoint security software protects Windows desktops and servers from malware and unauthorized use. Personal firewall, packet inspection, URL filtering, process monitor, and application/system behavior modeling and anomaly detection components  stop hackers, spyware, viruses and other forms of malware before they can cause damage. Privatefirewall detects, blocks and quarantines activity characteristic of known malware,...

Tuesday, April 10, 2012

Master Slave JK Flip Flop

library ieee;use ieee.std_logic_1164.all;entity master_slave_jk isport(j,k,clk:in std_logic;q1,q1x,z1x:inout std_logic;q2,q2x,z2x: inout std_logic);end master_slave_jk;architecture arc of master_slave_jk isbeginprocess(clk)beginif clk='1' thenz1x<=(j and (not q2)) or ((not k)and q2);q1<=z1x after 5 ns;q1x<=not z1x after 5ns; else z2x<=(q1 and (not q2)) or ((not q1x)and q2);q2<=z2x after 5 ns;q2x<=not z2x after 5ns;end if;end process;end...

Kaspersky Internet Security 2013 13.0.0.3011 Technical Preview

Kaspersky Anti-Virus 2013 – the backbone of your PC’s security system, offering protection from a range of IT threats. Kaspersky Anti-Virus 2013 provides the basic tools needed to protect your PC.Kaspersky Internet Security 2013 – the all-in-one security solution that offers a worry-free computing environment for you and your family. Kaspersky Internet Security 2013 has everything you need for a safe and secure Internet experience. Kaspersky Internet...

VHDL code for T Flip Flop

library ieee;use ieee.std_logic_1164.all;entity bejoy_tff isport(t,clk:in std_logic;q,q1,z:inout std_logic);end bejoy_tff;architecture arc of bejoy_tff isbeginprocess(clk)beginif clk='1' thenz<=((t and (not q)) or ((not t) and q));q<=z after 5ns;q1<=not z after 5ns;end if;end process;end a...

TrustPort Total Security 2012 12.0.0.4863

TrustPort Total Security – maximum security for your computer protecting you against malware, online threats, and misuse of your private data.  The program protects the computer from viruses and spyware at all entry points. All electronic mail and websites are examined in order to detect dangerous or unwanted content. It enables the reliable protection of sensitive data by encryption or the permanent shredding of confidential files no longer...

Bitdefender Sphere 2012 Build 15.0.38.1604

Bitdefender Sphere is an all-around security software solution that enables households running any combination of PCs, Macs and Android-based Smartphones or Tablets to protect an unlimited number of devices from e-threats. The package includes protection from online fraud and identity theft, hackers and viruses, with file encryption software and auto-scanning technology updating automatically at least every hour. Yet it avoids slowing down the Windows...

Ads By Sponsers