Em có đoạn code đơn giản sau đây:"
'timescale 100 us / 1 ns
module examples();
time t;
initial
begin
t = $time;
end
endmodule
"
Nhưng khi đánh máy chữ timescale không hiện đậm lên hoặc chuyển màu khác, và complie báo lỗi:" near " 't ": illegal base specifier in numeric constant." ; "near " 't":syntax error, unexpected "BASE", expecting "class"" . Em không hiểu nổi ! ai giúp em với ?
'timescale 100 us / 1 ns
module examples();
time t;
initial
begin
t = $time;
end
endmodule
"
Nhưng khi đánh máy chữ timescale không hiện đậm lên hoặc chuyển màu khác, và complie báo lỗi:" near " 't ": illegal base specifier in numeric constant." ; "near " 't":syntax error, unexpected "BASE", expecting "class"" . Em không hiểu nổi ! ai giúp em với ?
Comment