Skip to content

Commit 9b8178f

Browse files
committed
Tweaks
1 parent d8f497c commit 9b8178f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

testsuite/bsc.names/signal_names/LiteralNum_ENotation.bsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module sysLiteralNum_ENotation ();
1313
Real r = (pi * (2**fromInteger(i))) / (2**10);
1414
$display("%d: %f", i, r);
1515
end
16+
$finish(0);
1617
endrule
1718

1819
endmodule

testsuite/bsc.names/signal_names/signal_names.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ check_ats TaskValue
2727
# XXX AMGate
2828

2929
# Check that numeric literals that are small enough to need scientific
30-
# notiation don't introduce a minus sign into signal names
30+
# notiation don't introduce a negative sign into signal names
3131
check_ats LiteralNum_ENotation

0 commit comments

Comments
 (0)