Commit 81b7cf13 authored by Parminder Singh's avatar Parminder Singh

Sin cos table initialization for ULSIM also

- As new sin cos table is used in phase noise function it shall be
  initialized for ULSIM also
parent 64c28455
...@@ -214,7 +214,9 @@ int main(int argc, char **argv) ...@@ -214,7 +214,9 @@ int main(int argc, char **argv)
//logInit(); //logInit();
randominit(0); randominit(0);
/* initialize the sin table */
InitSinLUT();
while ((c = getopt(argc, argv, "a:b:c:d:ef:g:h:i:j:kl:m:n:p:r:s:y:z:F:G:H:M:N:PR:S:T:U:L:")) != -1) { while ((c = getopt(argc, argv, "a:b:c:d:ef:g:h:i:j:kl:m:n:p:r:s:y:z:F:G:H:M:N:PR:S:T:U:L:")) != -1) {
printf("handling optarg %c\n",c); printf("handling optarg %c\n",c);
switch (c) { switch (c) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment