OpenCores
URL https://opencores.org/ocsvn/wb_z80/wb_z80/trunk

Subversion Repositories wb_z80

[/] [wb_z80/] [tags/] [arelease/] [rtl/] [test.v] - Rev 39

Compare with Previous | Blame | View Log

module test;
 
parameter CONST = 8'h55;
initial
begin
    if ( 8'h55 == CONST ) $display("8'h55 == CONST");
    if ( 4'h5 == CONST[7:4]) $display("4'h5 == CONST[7:4]");
    if ( 8'h6 == CONST[7:4]) $display("you are full of shit");
end
endmodule

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.