Sophie

Sophie

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

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

port fakeport vars r0:zero, r1:one, r2:two, r3:three;

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

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

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