Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1023 Bytes

File metadata and controls

44 lines (25 loc) · 1023 Bytes

Digital-electronics-1

Header 1

Header 2

Header 3

this test is italic

but this is BOLD

List follows:

  1. The first item
  2. The second item

and some bullet points:

  • number1
  • number2

Make me sick

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
architecture dataflow of gates is
begin
    for_o  <= a_i or b_i;
    fand_o <= a_i and b_i;
    fxor_o <= a_i xor b_i;

end architecture dataflow;