mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys
(see https://github.com/cliffordwolf/yosys/pull/28)
This commit is contained in:
parent
9992026a8d
commit
91704a7853
11 changed files with 52 additions and 13 deletions
2
README
2
README
|
@ -292,7 +292,7 @@ a recent version of gcc:
|
|||
This is a bug in the minisat header. It can be fixed by adding spaces before
|
||||
and after each occurrence of PRIi64 in the header file:
|
||||
|
||||
sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||
sudo sed -i -e 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||
|
||||
|
||||
Roadmap / Large-scale TODOs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue