
committed by
Yuri Victorovich

4 changed files with 34 additions and 24 deletions
@ -1,5 +1,3 @@ |
|||
TIMESTAMP = 1741841221 |
|||
SHA256 (YosysHQ-yosys-v0.51_GH0.tar.gz) = aeec40346c862b08dfa1fb9c67c410cca5630828cb8ebfa2f79cda12d78ded99 |
|||
SIZE (YosysHQ-yosys-v0.51_GH0.tar.gz) = 3289010 |
|||
SHA256 (jarro2783-cxxopts-4bf61f0_GH0.tar.gz) = b82f3475956e9456e416c2234e12dcd8151099278b9cbf1617aa30483af00c58 |
|||
SIZE (jarro2783-cxxopts-4bf61f0_GH0.tar.gz) = 160621 |
|||
TIMESTAMP = 1745810869 |
|||
SHA256 (YosysHQ-yosys-v0.52_GH0.tar.gz) = b6212f132edb4127099406ebdd1c6aee0f5db4175d8ce44053c45089e00dabbe |
|||
SIZE (YosysHQ-yosys-v0.52_GH0.tar.gz) = 3295413 |
|||
|
@ -0,0 +1,11 @@ |
|||
--- kernel/driver.cc.orig 2025-04-09 05:38:42 UTC |
|||
+++ kernel/driver.cc |
|||
@@ -20,7 +20,7 @@ |
|||
#include "kernel/yosys.h" |
|||
#include "kernel/hashlib.h" |
|||
#include "libs/sha1/sha1.h" |
|||
-#include "libs/cxxopts/include/cxxopts.hpp" |
|||
+#include <cxxopts.hpp> |
|||
#include <iostream> |
|||
|
|||
#ifdef YOSYS_ENABLE_READLINE |
Loading…
Reference in new issue