Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting graywolf #1

Open
zmleitao opened this issue Nov 5, 2014 · 8 comments
Open

Error starting graywolf #1

zmleitao opened this issue Nov 5, 2014 · 8 comments

Comments

@zmleitao
Copy link

zmleitao commented Nov 5, 2014

I have sucessfully built and installed graywolf in CentOS 6 and Fedora 20 machines.
However, when trying to run:
$ graywolf -d
I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    debug on
    Graphics mode on
    TimberWolf mode on

[1]    31628 segmentation fault (core dumped)  graywolf -d

And when trying to run:
$ graywolf -n -d
I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    Graphics mode off
    TimberWolf mode on
[find_flow]:Determining design type
Syntax switches:
    debug on
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/bin/rm -rf (null).stat'
Program Ylib/Yrm_files returned with exit code:1
syntax version:v1.1 date:Mon May 25 21:11:10 EDT 1992
TimberWolf System Syntax Checker
Authors: Carl Sechen, Kai-Win Lee, Bill Swartz,
         Dahe Chen, and Jimmy Lam
         Yale University

ERROR[openFile]:could not open file (null).cel
syntax terminated abnormally with 1 error[s] and 0 warning[s]

ERROR[find_design_type]:Trouble executing syntax
FATAL - must exit

twflow terminated abnormally with 1 error[s] and 0 warning[s]
@rubund
Copy link
Owner

rubund commented Nov 5, 2014

Hi,

Thanks for reporting this!

I get the same errors apparently. Unfortuntately, I've only used graywolf in the context of qflow which runs graywolf without -n and -d , and I will not have time nor motivation to debug things which don't show up together with qflow (http://opencircuitdesign.com/qflow/). If you can provide a fix for this, I'm of course willing to accept a pull request!

Thank you

Best regards,
Ruben

@ariqEmtenan
Copy link

Hey guys,

My message is unrelated to this issue - but thought this was the best way to get in touch with both of you. I'm attempting to use graywolf for some work related to my master's thesis - but I can't find much documentation about the code, apart from the comments. Since both of you have worked with timberwolf/graywolf, do you have access to any other sources documentation that I could use to understand the program architecture better?

@rubund
Copy link
Owner

rubund commented Jan 14, 2015

Hi,

I don't know the code very well. I just did the tweaks needed to make timberwolf build as a normal linux program from source and install correctly - and then I named it graywolf. Tim at opencircuitdesign.com knows more. The documentation I've seen is in the tar-bundle of Timberwolf which can be found here: http://opencircuitdesign.com/magic/archive/timberwolf-6.3.5.tgz
However, these documents have licenses that are unclear.

Good luck with your thesis. It would be great if you find a cool use for graywolf and maybe brought some improvements back!

Regards,
Ruben

@ariqEmtenan
Copy link

Hi Ruben,

Thanks a lot! I somehow missed the doc folder in the tar bundle.

Also like to thank you for the work on graywolf- being able to build timberwolf as a normal linux tool will alleviate some of the pain I faced in the past. I hope I'm able to execute on my ideas, would love to contribute back to graywolf if all goes well.

Sincerely,

Ariq

@synaption synaption mentioned this issue Jan 24, 2019
@K0rrid0r
Copy link

K0rrid0r commented Apr 1, 2021

I'm getting the same after I successfully built everything. This is the very last step.

image

any solution to this?

@K0rrid0r
Copy link

K0rrid0r commented Apr 2, 2021

SOLVED!

surgd

now this is a windows 8.1 solution.

i needed to

find . -type f -print0 | xargs -0 dos2unix

the whole map9v3 folder and also C:\cygwin64\usr\local\lib\graywolf\bin\flow folder.

then it worked :)

@Abhishek7799-max
Copy link

I have sucessfully built and installed graywolf in CentOS 6 and Fedora 20 machines. However, when trying to run: $ graywolf -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    debug on
    Graphics mode on
    TimberWolf mode on

[1]    31628 segmentation fault (core dumped)  graywolf -d

And when trying to run: $ graywolf -n -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    Graphics mode off
    TimberWolf mode on
[find_flow]:Determining design type
Syntax switches:
    debug on
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/bin/rm -rf (null).stat'
Program Ylib/Yrm_files returned with exit code:1
syntax version:v1.1 date:Mon May 25 21:11:10 EDT 1992
TimberWolf System Syntax Checker
Authors: Carl Sechen, Kai-Win Lee, Bill Swartz,
         Dahe Chen, and Jimmy Lam
         Yale University

ERROR[openFile]:could not open file (null).cel
syntax terminated abnormally with 1 error[s] and 0 warning[s]

ERROR[find_design_type]:Trouble executing syntax
FATAL - must exit

twflow terminated abnormally with 1 error[s] and 0 warning[s]

Several years after, I am also facing the same issue, have you solved it? Please let me know, if you have. In Q-flow synthesis step works just fine. But after that this error is occurring.

@Abhishek7799-max
Copy link

SOLVED!

surgd

now this is a windows 8.1 solution.

i needed to

find . -type f -print0 | xargs -0 dos2unix

the whole map9v3 folder and also C:\cygwin64\usr\local\lib\graywolf\bin\flow folder.

then it worked :)

Hello, I am doing it in Linux OS, In GUI of a Q-flow, Can you tell me how have you done this? I am also facing the exact same issue!!! Thanks in Advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants