siliconcompiler 0.36.3__py3-none-any.whl → 0.36.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- siliconcompiler/_metadata.py +1 -1
- siliconcompiler/apps/sc_install.py +23 -2
- siliconcompiler/apps/sc_issue.py +4 -0
- siliconcompiler/design.py +2 -2
- siliconcompiler/flows/dvflow.py +13 -0
- siliconcompiler/package/__init__.py +19 -14
- siliconcompiler/package/git.py +3 -2
- siliconcompiler/project.py +1 -1
- siliconcompiler/remote/client.py +9 -3
- siliconcompiler/report/dashboard/cli/board.py +1 -1
- siliconcompiler/scheduler/scheduler.py +22 -60
- siliconcompiler/scheduler/schedulernode.py +5 -5
- siliconcompiler/schema/baseschema.py +15 -6
- siliconcompiler/schema_support/cmdlineschema.py +3 -2
- siliconcompiler/schema_support/filesetschema.py +2 -2
- siliconcompiler/tool.py +10 -10
- siliconcompiler/tools/_common/cocotb/__init__.py +0 -0
- siliconcompiler/tools/_common/cocotb/cocotb_task.py +286 -0
- siliconcompiler/tools/builtin/wait.py +136 -0
- siliconcompiler/tools/icarus/cocotb_exec.py +53 -0
- siliconcompiler/tools/icarus/compile.py +47 -1
- siliconcompiler/tools/openroad/_apr.py +13 -0
- siliconcompiler/tools/openroad/scripts/apr/sc_write_data.tcl +9 -2
- siliconcompiler/tools/verilator/cocotb_compile.py +55 -0
- siliconcompiler/tools/verilator/cocotb_exec.py +52 -0
- siliconcompiler/tools/verilator/compile.py +12 -8
- siliconcompiler/tools/vpr/__init__.py +1 -1
- siliconcompiler/tools/yosys/scripts/sc_synth_asic.tcl +1 -1
- siliconcompiler/tools/yosys/syn_asic.py +3 -3
- siliconcompiler/toolscripts/_tools.json +5 -5
- siliconcompiler/toolscripts/rhel8/install-icarus.sh +2 -2
- siliconcompiler/toolscripts/rhel8/install-magic.sh +1 -1
- siliconcompiler/toolscripts/rhel8/install-netgen.sh +1 -1
- siliconcompiler/toolscripts/rhel8/install-surelog.sh +1 -1
- siliconcompiler/toolscripts/rhel8/install-sv2v.sh +1 -1
- siliconcompiler/toolscripts/rhel8/install-verilator.sh +2 -2
- siliconcompiler/toolscripts/rhel8/install-xyce.sh +3 -3
- siliconcompiler/toolscripts/rhel9/install-ghdl.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-gtkwave.sh +2 -2
- siliconcompiler/toolscripts/rhel9/install-icarus.sh +2 -2
- siliconcompiler/toolscripts/rhel9/install-magic.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-netgen.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-openroad.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-opensta.sh +5 -5
- siliconcompiler/toolscripts/rhel9/install-surelog.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-sv2v.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-verilator.sh +2 -2
- siliconcompiler/toolscripts/rhel9/install-vpr.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-wildebeest.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-xyce.sh +3 -3
- siliconcompiler/toolscripts/rhel9/install-yosys-moosic.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-yosys-slang.sh +1 -1
- siliconcompiler/toolscripts/rhel9/install-yosys.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-bambu.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-bluespec.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-ghdl.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-gtkwave.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-icarus.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-icepack.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-magic.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-netgen.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-openroad.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-opensta.sh +5 -5
- siliconcompiler/toolscripts/ubuntu20/install-slurm.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-surelog.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-sv2v.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-verilator.sh +1 -1
- siliconcompiler/toolscripts/ubuntu20/install-xyce.sh +3 -3
- siliconcompiler/toolscripts/ubuntu22/install-bambu.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-bluespec.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-ghdl.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-gtkwave.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-icarus.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-icepack.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-keplerformal.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-magic.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-netgen.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-nextpnr.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-openroad.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-opensta.sh +5 -5
- siliconcompiler/toolscripts/ubuntu22/install-slurm.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-surelog.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-surfer.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-sv2v.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-verilator.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-vpr.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-wildebeest.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-xyce.sh +3 -3
- siliconcompiler/toolscripts/ubuntu22/install-yosys-moosic.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-yosys-slang.sh +1 -1
- siliconcompiler/toolscripts/ubuntu22/install-yosys.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-bambu.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-bluespec.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-ghdl.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-gtkwave.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-icarus.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-icepack.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-keplerformal.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-magic.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-netgen.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-nextpnr.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-openroad.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-opensta.sh +5 -5
- siliconcompiler/toolscripts/ubuntu24/install-slurm.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-surelog.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-surfer.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-sv2v.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-verilator.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-vpr.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-wildebeest.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-xyce.sh +3 -3
- siliconcompiler/toolscripts/ubuntu24/install-yosys-moosic.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-yosys-slang.sh +1 -1
- siliconcompiler/toolscripts/ubuntu24/install-yosys.sh +1 -1
- siliconcompiler/utils/curation.py +1 -1
- siliconcompiler/utils/settings.py +1 -1
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/METADATA +3 -1
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/RECORD +122 -117
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/WHEEL +1 -1
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/entry_points.txt +0 -0
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/licenses/LICENSE +0 -0
- {siliconcompiler-0.36.3.dist-info → siliconcompiler-0.36.5.dist-info}/top_level.txt +0 -0
|
@@ -28,6 +28,6 @@ git clone $(python3 ${src_path}/_tools.py --tool icepack --field git-url) icepac
|
|
|
28
28
|
cd icepack
|
|
29
29
|
git checkout $(python3 ${src_path}/_tools.py --tool icepack --field git-commit)
|
|
30
30
|
|
|
31
|
-
make -j$(nproc)
|
|
31
|
+
make -j${NPROC:-$(nproc)}
|
|
32
32
|
$SUDO_INSTALL make install PREFIX="$PREFIX"
|
|
33
33
|
cd -
|
|
@@ -38,7 +38,7 @@ cd eigen
|
|
|
38
38
|
mkdir build
|
|
39
39
|
cd build
|
|
40
40
|
cmake $cmake_args ..
|
|
41
|
-
make -j$(nproc)
|
|
41
|
+
make -j${NPROC:-$(nproc)}
|
|
42
42
|
$SUDO_INSTALL make install
|
|
43
43
|
|
|
44
44
|
cd ../../..
|
|
@@ -49,7 +49,7 @@ git clone --depth=1 -b 3.0.0 https://github.com/The-OpenROAD-Project/cudd.git
|
|
|
49
49
|
cd cudd
|
|
50
50
|
autoreconf
|
|
51
51
|
./configure $config_prefix
|
|
52
|
-
make -j$(nproc)
|
|
52
|
+
make -j${NPROC:-$(nproc)}
|
|
53
53
|
$SUDO_INSTALL make install
|
|
54
54
|
|
|
55
55
|
cd ../..
|
|
@@ -63,8 +63,8 @@ wget https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-1
|
|
|
63
63
|
|
|
64
64
|
./autogen.sh
|
|
65
65
|
./configure $config_prefix
|
|
66
|
-
make -j$(nproc)
|
|
67
|
-
$SUDO_INSTALL make -j$(nproc) install
|
|
66
|
+
make -j${NPROC:-$(nproc)}
|
|
67
|
+
$SUDO_INSTALL make -j${NPROC:-$(nproc)} install
|
|
68
68
|
|
|
69
69
|
cd ../..
|
|
70
70
|
# opensta
|
|
@@ -76,7 +76,7 @@ git submodule update --init --recursive
|
|
|
76
76
|
mkdir -p build
|
|
77
77
|
cd build
|
|
78
78
|
cmake .. $cmake_args
|
|
79
|
-
make -j$(nproc)
|
|
79
|
+
make -j${NPROC:-$(nproc)}
|
|
80
80
|
$SUDO_INSTALL make install
|
|
81
81
|
|
|
82
82
|
cd -
|
|
@@ -28,7 +28,7 @@ cd surelog
|
|
|
28
28
|
git checkout $(python3 ${src_path}/_tools.py --tool surelog --field git-commit)
|
|
29
29
|
git submodule update --init --recursive
|
|
30
30
|
|
|
31
|
-
make -j$(nproc)
|
|
31
|
+
make -j${NPROC:-$(nproc)}
|
|
32
32
|
|
|
33
33
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
34
34
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -28,7 +28,7 @@ git checkout $(python3 ${src_path}/_tools.py --tool surfer --field git-commit)
|
|
|
28
28
|
git submodule update --init
|
|
29
29
|
|
|
30
30
|
cargo fetch --locked
|
|
31
|
-
cargo build -j $(nproc) --frozen --release
|
|
31
|
+
cargo build -j ${NPROC:-$(nproc)} --frozen --release
|
|
32
32
|
|
|
33
33
|
if [ ! -z ${PREFIX} ]; then
|
|
34
34
|
$SUDO_INSTALL install -Dm00755 target/release/surfer -t ${PREFIX}/bin
|
|
@@ -31,7 +31,7 @@ git clone $(python3 ${src_path}/_tools.py --tool sv2v --field git-url) sv2v
|
|
|
31
31
|
cd sv2v
|
|
32
32
|
git checkout $(python3 ${src_path}/_tools.py --tool sv2v --field git-commit)
|
|
33
33
|
|
|
34
|
-
make -j$(nproc)
|
|
34
|
+
make -j${NPROC:-$(nproc)}
|
|
35
35
|
|
|
36
36
|
if [ ! -z ${PREFIX} ]; then
|
|
37
37
|
$SUDO_INSTALL mkdir -p ${PREFIX}/bin/
|
|
@@ -31,6 +31,6 @@ if [ ! -z ${PREFIX} ]; then
|
|
|
31
31
|
args="-DCMAKE_INSTALL_PREFIX=$PREFIX"
|
|
32
32
|
fi
|
|
33
33
|
|
|
34
|
-
make CMAKE_PARAMS="$args -DWITH_PARMYS=OFF -DWITH_ABC=OFF -DSLANG_SYSTEMVERILOG=OFF" -j$(nproc)
|
|
34
|
+
make CMAKE_PARAMS="$args -DWITH_PARMYS=OFF -DWITH_ABC=OFF -DSLANG_SYSTEMVERILOG=OFF" -j${NPROC:-$(nproc)}
|
|
35
35
|
cd build
|
|
36
36
|
$SUDO_INSTALL make install
|
|
@@ -20,7 +20,7 @@ cd wildebeest
|
|
|
20
20
|
git checkout $(python3 ${src_path}/_tools.py --tool wildebeest --field git-commit)
|
|
21
21
|
|
|
22
22
|
cmake -S . -B build
|
|
23
|
-
cmake --build build
|
|
23
|
+
cmake --build build -j${NPROC:-$(nproc)}
|
|
24
24
|
|
|
25
25
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
26
26
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -54,7 +54,7 @@ cmake \
|
|
|
54
54
|
-D TPL_AMD_INCLUDE_DIRS="/usr/include/suitesparse" \
|
|
55
55
|
-C ../cmake/trilinos/trilinos-base.cmake \
|
|
56
56
|
../../trilinos
|
|
57
|
-
cmake --build . -j$(nproc)
|
|
57
|
+
cmake --build . -j${NPROC:-$(nproc)}
|
|
58
58
|
$SUDO_INSTALL make install
|
|
59
59
|
|
|
60
60
|
cd ..
|
|
@@ -69,6 +69,6 @@ cmake \
|
|
|
69
69
|
-D BUILD_SHARED_LIBS=ON \
|
|
70
70
|
..
|
|
71
71
|
|
|
72
|
-
cmake --build . -j$(nproc)
|
|
73
|
-
cmake --build . -j$(nproc) --target xycecinterface
|
|
72
|
+
cmake --build . -j${NPROC:-$(nproc)}
|
|
73
|
+
cmake --build . -j${NPROC:-$(nproc)} --target xycecinterface
|
|
74
74
|
$SUDO_INSTALL make install
|
|
@@ -23,6 +23,6 @@ git clone $(python3 ${src_path}/_tools.py --tool yosys-moosic --field git-url) y
|
|
|
23
23
|
cd yosys-moosic
|
|
24
24
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys-moosic --field git-commit)
|
|
25
25
|
|
|
26
|
-
make -j$(nproc)
|
|
26
|
+
make -j${NPROC:-$(nproc)}
|
|
27
27
|
$SUDO_INSTALL make install
|
|
28
28
|
cd -
|
|
@@ -21,7 +21,7 @@ cd yosys-slang
|
|
|
21
21
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys-slang --field git-commit)
|
|
22
22
|
git submodule update --init --recursive
|
|
23
23
|
|
|
24
|
-
make -j$(nproc)
|
|
24
|
+
make -j${NPROC:-$(nproc)}
|
|
25
25
|
|
|
26
26
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
27
27
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -30,6 +30,6 @@ cd yosys
|
|
|
30
30
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys --field git-commit)
|
|
31
31
|
git submodule update --init --recursive
|
|
32
32
|
|
|
33
|
-
make -j$(nproc) PREFIX="$PREFIX"
|
|
33
|
+
make -j${NPROC:-$(nproc)} PREFIX="$PREFIX"
|
|
34
34
|
$SUDO_INSTALL make install PREFIX="$PREFIX"
|
|
35
35
|
cd -
|
|
@@ -28,6 +28,6 @@ git clone $(python3 ${src_path}/_tools.py --tool icepack --field git-url) icepac
|
|
|
28
28
|
cd icepack
|
|
29
29
|
git checkout $(python3 ${src_path}/_tools.py --tool icepack --field git-commit)
|
|
30
30
|
|
|
31
|
-
make -j$(nproc)
|
|
31
|
+
make -j${NPROC:-$(nproc)}
|
|
32
32
|
$SUDO_INSTALL make install PREFIX="$PREFIX"
|
|
33
33
|
cd -
|
|
@@ -38,7 +38,7 @@ cd eigen
|
|
|
38
38
|
mkdir build
|
|
39
39
|
cd build
|
|
40
40
|
cmake $cmake_args ..
|
|
41
|
-
make -j$(nproc)
|
|
41
|
+
make -j${NPROC:-$(nproc)}
|
|
42
42
|
$SUDO_INSTALL make install
|
|
43
43
|
|
|
44
44
|
cd ../../..
|
|
@@ -49,7 +49,7 @@ git clone --depth=1 -b 3.0.0 https://github.com/The-OpenROAD-Project/cudd.git
|
|
|
49
49
|
cd cudd
|
|
50
50
|
autoreconf
|
|
51
51
|
./configure $config_prefix
|
|
52
|
-
make -j$(nproc)
|
|
52
|
+
make -j${NPROC:-$(nproc)}
|
|
53
53
|
$SUDO_INSTALL make install
|
|
54
54
|
|
|
55
55
|
cd ../..
|
|
@@ -63,8 +63,8 @@ wget https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-1
|
|
|
63
63
|
|
|
64
64
|
./autogen.sh
|
|
65
65
|
./configure $config_prefix
|
|
66
|
-
make -j$(nproc)
|
|
67
|
-
$SUDO_INSTALL make -j$(nproc) install
|
|
66
|
+
make -j${NPROC:-$(nproc)}
|
|
67
|
+
$SUDO_INSTALL make -j${NPROC:-$(nproc)} install
|
|
68
68
|
|
|
69
69
|
cd ../..
|
|
70
70
|
# opensta
|
|
@@ -76,7 +76,7 @@ git submodule update --init --recursive
|
|
|
76
76
|
mkdir -p build
|
|
77
77
|
cd build
|
|
78
78
|
cmake .. $cmake_args
|
|
79
|
-
make -j$(nproc)
|
|
79
|
+
make -j${NPROC:-$(nproc)}
|
|
80
80
|
$SUDO_INSTALL make install
|
|
81
81
|
|
|
82
82
|
cd -
|
|
@@ -28,7 +28,7 @@ cd surelog
|
|
|
28
28
|
git checkout $(python3 ${src_path}/_tools.py --tool surelog --field git-commit)
|
|
29
29
|
git submodule update --init --recursive
|
|
30
30
|
|
|
31
|
-
make -j$(nproc)
|
|
31
|
+
make -j${NPROC:-$(nproc)}
|
|
32
32
|
|
|
33
33
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
34
34
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -28,7 +28,7 @@ git checkout $(python3 ${src_path}/_tools.py --tool surfer --field git-commit)
|
|
|
28
28
|
git submodule update --init
|
|
29
29
|
|
|
30
30
|
cargo fetch --locked
|
|
31
|
-
cargo build -j $(nproc) --frozen --release
|
|
31
|
+
cargo build -j ${NPROC:-$(nproc)} --frozen --release
|
|
32
32
|
|
|
33
33
|
if [ ! -z ${PREFIX} ]; then
|
|
34
34
|
$SUDO_INSTALL install -Dm00755 target/release/surfer -t ${PREFIX}/bin
|
|
@@ -31,7 +31,7 @@ git clone $(python3 ${src_path}/_tools.py --tool sv2v --field git-url) sv2v
|
|
|
31
31
|
cd sv2v
|
|
32
32
|
git checkout $(python3 ${src_path}/_tools.py --tool sv2v --field git-commit)
|
|
33
33
|
|
|
34
|
-
make -j$(nproc)
|
|
34
|
+
make -j${NPROC:-$(nproc)}
|
|
35
35
|
|
|
36
36
|
if [ ! -z ${PREFIX} ]; then
|
|
37
37
|
$SUDO_INSTALL mkdir -p ${PREFIX}/bin/
|
|
@@ -31,6 +31,6 @@ if [ ! -z ${PREFIX} ]; then
|
|
|
31
31
|
args="-DCMAKE_INSTALL_PREFIX=$PREFIX"
|
|
32
32
|
fi
|
|
33
33
|
|
|
34
|
-
make CMAKE_PARAMS="$args -DWITH_PARMYS=OFF -DWITH_ABC=OFF -DSLANG_SYSTEMVERILOG=OFF" -j$(nproc)
|
|
34
|
+
make CMAKE_PARAMS="$args -DWITH_PARMYS=OFF -DWITH_ABC=OFF -DSLANG_SYSTEMVERILOG=OFF" -j${NPROC:-$(nproc)}
|
|
35
35
|
cd build
|
|
36
36
|
$SUDO_INSTALL make install
|
|
@@ -20,7 +20,7 @@ cd wildebeest
|
|
|
20
20
|
git checkout $(python3 ${src_path}/_tools.py --tool wildebeest --field git-commit)
|
|
21
21
|
|
|
22
22
|
cmake -S . -B build
|
|
23
|
-
cmake --build build
|
|
23
|
+
cmake --build build -j${NPROC:-$(nproc)}
|
|
24
24
|
|
|
25
25
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
26
26
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -54,7 +54,7 @@ cmake \
|
|
|
54
54
|
-D TPL_AMD_INCLUDE_DIRS="/usr/include/suitesparse" \
|
|
55
55
|
-C ../cmake/trilinos/trilinos-base.cmake \
|
|
56
56
|
../../trilinos
|
|
57
|
-
cmake --build . -j$(nproc)
|
|
57
|
+
cmake --build . -j${NPROC:-$(nproc)}
|
|
58
58
|
$SUDO_INSTALL make install
|
|
59
59
|
|
|
60
60
|
cd ..
|
|
@@ -69,6 +69,6 @@ cmake \
|
|
|
69
69
|
-D BUILD_SHARED_LIBS=ON \
|
|
70
70
|
..
|
|
71
71
|
|
|
72
|
-
cmake --build . -j$(nproc)
|
|
73
|
-
cmake --build . -j$(nproc) --target xycecinterface
|
|
72
|
+
cmake --build . -j${NPROC:-$(nproc)}
|
|
73
|
+
cmake --build . -j${NPROC:-$(nproc)} --target xycecinterface
|
|
74
74
|
$SUDO_INSTALL make install
|
|
@@ -23,6 +23,6 @@ git clone $(python3 ${src_path}/_tools.py --tool yosys-moosic --field git-url) y
|
|
|
23
23
|
cd yosys-moosic
|
|
24
24
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys-moosic --field git-commit)
|
|
25
25
|
|
|
26
|
-
make -j$(nproc)
|
|
26
|
+
make -j${NPROC:-$(nproc)}
|
|
27
27
|
$SUDO_INSTALL make install
|
|
28
28
|
cd -
|
|
@@ -21,7 +21,7 @@ cd yosys-slang
|
|
|
21
21
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys-slang --field git-commit)
|
|
22
22
|
git submodule update --init --recursive
|
|
23
23
|
|
|
24
|
-
make -j$(nproc)
|
|
24
|
+
make -j${NPROC:-$(nproc)}
|
|
25
25
|
|
|
26
26
|
USE_SUDO_INSTALL="${USE_SUDO_INSTALL:-yes}"
|
|
27
27
|
if [ "${USE_SUDO_INSTALL:-yes}" = "yes" ]; then
|
|
@@ -30,6 +30,6 @@ cd yosys
|
|
|
30
30
|
git checkout $(python3 ${src_path}/_tools.py --tool yosys --field git-commit)
|
|
31
31
|
git submodule update --init --recursive
|
|
32
32
|
|
|
33
|
-
make -j$(nproc) PREFIX="$PREFIX"
|
|
33
|
+
make -j${NPROC:-$(nproc)} PREFIX="$PREFIX"
|
|
34
34
|
$SUDO_INSTALL make install PREFIX="$PREFIX"
|
|
35
35
|
cd -
|
|
@@ -97,7 +97,7 @@ class SettingsManager:
|
|
|
97
97
|
json.dump(self.__settings, f, indent=4)
|
|
98
98
|
except Exception as e:
|
|
99
99
|
self.__logger.error(f"Failed to save settings to {self.__filepath}: {e}")
|
|
100
|
-
raise
|
|
100
|
+
raise
|
|
101
101
|
|
|
102
102
|
def set(self, category: str, key: str, value, keep: bool = False):
|
|
103
103
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: siliconcompiler
|
|
3
|
-
Version: 0.36.
|
|
3
|
+
Version: 0.36.5
|
|
4
4
|
Summary: A compiler framework that automates translation from source code to silicon.
|
|
5
5
|
Author: Zero ASIC
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -70,6 +70,8 @@ Requires-Dist: pydata-sphinx-theme==0.16.1; extra == "docs"
|
|
|
70
70
|
Requires-Dist: sc-leflib>=0.2.0; extra == "docs"
|
|
71
71
|
Provides-Extra: optimizer
|
|
72
72
|
Requires-Dist: google-vizier[jax]==0.1.21; python_version >= "3.10" and extra == "optimizer"
|
|
73
|
+
Provides-Extra: cocotb
|
|
74
|
+
Requires-Dist: cocotb<2.1.0,>=2.0.1; (python_version >= "3.7" and python_version <= "3.13") and extra == "cocotb"
|
|
73
75
|
Dynamic: license-file
|
|
74
76
|
|
|
75
77
|

|