You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ A SWIG-based Python wrapper around [Yosys](https://github.com/yosyshq/yosys)'s
4
4
`libparse`, for all your lib file parsing needs.
5
5
6
6
# Requirements
7
-
* Python 3.2+
8
-
* A C++17 compiler
7
+
* Python 3.6+
8
+
* A C++11 compiler
9
9
* GNU Make
10
10
11
11
# License
@@ -33,25 +33,25 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33
33
`stdio_filebuf` from [Android Frameworks](https://android.googlesource.com/platform/frameworks/native/+/refs/heads/main/services/vr/performanced) used under the following conditions:
34
34
35
35
```
36
-
// Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
37
-
// Copyright (c) 2016 Google, Inc.
38
-
//
39
-
// Permission is hereby granted, free of charge, to any person obtaining a copy
40
-
// of this software and associated documentation files (the "Software"), to deal
41
-
// in the Software without restriction, including without limitation the rights
0 commit comments