Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4e2abbf559b85d1c0b1dffd013a27b4b8c78dd2c
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.8--ln.sv
blob: cfcc0c5859fd321e59fc6ff9bfaa4f711e7eed7b [
file
] [
log
] [
blame
]
/*
:name: ln_function
:description: $ln test
:should_fail: 0
:tags: 20.8
:type: simulation parsing
*/
module
top
();
initial
begin
$display
(
":assert: (%d == 0)"
,
$ln
(
1
));
end
endmodule