NabinBiswas
Newbie level 1

hello everyone. i am designing a Convolution Encoding-Decoding System using VHDL. please help ,me by providing some codes. please help me.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
with Ada.Text_IO;
procedure Hello_World is
use Ada.Text_IO;
begin
Put_Line("Hello, world!");
end;
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;
.... . .-.. .-.. --- / .-- --- .-. .-.. -..