graywolf
graywolf copied to clipboard
Hi, Tiny little change to enable CI for PPC64LE platform. I request you to please review. a nit fix: atypical 5 space indent to 4. Thanks
I am trying to run qflow for a design containing a hard macro. When it reaches the placement stage, graywolf places it and gets freezed. Not able to resolve this....
Arch linux (and others?) workaround for global variables defined multiple times in different files
At least in Arch linux, and probably others, the linker stage fails because gcc is configured to define "-fno-common" by default, and so it becomes illegal to declare a global...
I threw in some ugly hacks to get Graywolf to compile on OSX. I'll be happy to work with you to clean things up if you have time.
I've attached the log file. I think my system is compiling with Clang, so maybe that's the root of the problem. I'm willing to fix the errors, but I wanted...
``` /usr/ports/cad/graywolf/work/graywolf-0.1.6-3-g6c5e24f/src/genrows/draw.c:1212:20: error: invalid use of void expression 1212 | if (last_chanceG) (VOID)last_chance() ; | ^ ``` gcc-9 on FreeBSD 12
I downloaded an unzip'd "graywolf-master.zip". And I read the README.md file. And the "Install Procedure" says to do: mkdir build cd build cmake .. make sudo make install Question1: what...
Hi, How can I compile it to non-default location? It doesn't have configure script. I tried with export PREFIX=/destinationPath. and then run make. But this didn't work. Still its installing...
Hello, I'm reaching the following compilation error message: > graywolf/src/Ylib/dset.c:456:11: note: use '==' to turn this assignment into an equality > comparison > if( ptr = (ELEMENTPTR) Yrbtree_search( dset->dtree, &dummy...