Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Design of a 4 bit Convolution encoding-decoding System using VHDL

Status
Not open for further replies.

NabinBiswas

Newbie level 1
Newbie level 1
Joined
Feb 1, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,286
hello everyone. i am designing a Convolution Encoding-Decoding System using VHDL. please help ,me by providing some codes. please help me.
 

Heres some codes:


Code:
with Ada.Text_IO;
 
procedure Hello_World is
 use Ada.Text_IO;
begin
    Put_Line("Hello, world!");
end;

Code:
entity hello_world is
end entity hello_world;

architecture hello of hello_world is
begin

  process
  begin
    std.textio.write(std.textio.output, "Hello World!");
    wait;
  end process;
end hello;

and finally something a little more old fashioned:

Code:
.... . .-.. .-.. --- / .-- --- .-. .-.. -..

Im glad I helped. Please give me your address so I can send the invoice through..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top