Search This Blog.......
Tuesday, October 22, 2013
Monday, October 7, 2013
Binary to Gray Using STRUCTURAL MODELLING
VHDL Code for Binary to Gray Using STRUCTURAL MODELLING
library ieee;
use ieee.std_logic_1164.all;
entity btog is
port(b3,b2,b1,b0: in bit; g3, g2, g1, g0: out bit);
Wavefrom and vhdl code for Binary to Gray converter
VHDL code for Binary to GRAY
VHDL code for Binary to GRAY
DCS-II Experiment-5
library ieee;
use ieee.std_logic_1164.all;
entity b_to_g is
port(b: in bit_vector(0 to 3); grey: out bit_vector( 0 to 3));
end b_to_g;
Saturday, October 5, 2013
Subscribe to:
Posts (Atom)