MyersResearchGroup / Core

0 stars 0 forks source link

syntax error #23

Open buggsley opened 7 years ago

buggsley commented 7 years ago

Full_Name: Eric Robert Peskin Version: 12894974 Nov 24 17:32 /home/xia/peskin/atacs/src/atacs* OS: RedHat 6.0 (Linux xia.elen.utah.edu 2.2.5-22 #1 Wed Jun 2 09:17:03 EDT 1999 i686 unknown) source: /home/xia/peskin/atacs/examples/vhd/{diffeq1_ctrl,dp_pre_dec}.vhd log: /home/xia/peskin/atacs/examples/vhd/{diffeq1_ctrl,dp_pre_dec}.log Submission from: slip87.cs.utah.edu (155.99.200.87) Submitted by: peskin

The following examples have syntax errors:

133 xia:~/atacs/examples> grep syntax /.log vhd/diffeq1_ctrl.log:diffeq1_ctrl.vhd: 62: syntax error. vhd/dp_pre_dec.log:dp_pre_dec.vhd: 6: syntax error. 134 xia:~/atacs/examples>

buggsley commented 7 years ago

The problem with dp_pre_dec is attributes are not supported. I have made it exit gracefully now. diffeq1_ctrl seems to also exit gracefully now too.

buggsley commented 7 years ago

Have not checked in yet.

buggsley commented 7 years ago

Chris Myers wrote:

The problem with dp_pre_dec is attributes are not supported. I have made it exit gracefully now. diffeq1_ctrl seems to also exit gracefully now too.

dp_pre_dec still draws a seg fault as of CVS tag b4hierarchy. See below. I am moving this back to Fatal error.

121 xia:examples/vhd> cd ~peskin/atacs/examples/vhd/ 122 xia:examples/vhd> ../../src/atacs -lv dp_pre_dec ATACS VERSION 4.1 Logging session in: atacs.log Compiling dp_pre_dec.vhd ... Segmentation fault 123 xia:examples/vhd>

buggsley commented 7 years ago

OK, with the changes that were just checked in, the seg fault went away. However, the examples still do not compile. I will move this into the Example catagory.