Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 03bbc623e83a65c14dc0cc7e4f559728 > files > 62

perl-Perlilog-0.3-4.fc13.noarch.rpm

`timescale 1ns / 10ps

module rom2(zero, one, two, three);

   output [7:0] zero, one, two, three;

   assign zero  = 8'd65;
   assign one   = 8'd66;
   assign two   = 8'd67;
   assign three = 8'd10;
endmodule