iverilog/ivtest/gold/macro_with_args.gold

5 lines
102 B
Plaintext
Raw Normal View History

first..last first,last last..first
2022-12-24 05:57:31 +01:00
(a )..(c ) (a,b,c) (c )..(a )
sumsqr(3,4) = 25
sumsqr(5,12) = 169