Mohamed Gaber
5d3819b52f
fix: missing custom-Silimate $icg in NewCellTypes
2026-06-16 21:41:41 +03:00
Mohamed Gaber
0b99f5e6d1
cmake/SilimateVerific: rework merged verific generation
2026-06-11 03:08:03 +03:00
Mohamed Gaber
e58125b605
Merge remote-tracking branch 'upstream/main' into silimate
2026-06-09 16:22:51 +03:00
Emil J. Tywoniak
70cc2d67fd
opt_clean: refactor
2026-03-06 02:20:14 +00:00
tondapusili
f46b8d2a44
silimate: add opt_timing_balance pass and tests
2026-02-27 09:13:39 -08:00
Akash Levy
33c2c88fa4
Bump Yosys to latest from upstream
2026-02-17 23:41:39 -08:00
Miodrag Milanovic
bb7aa7d208
Cleanup of yml files
2026-02-12 14:56:45 +01:00
Emil J. Tywoniak
fe613f29b9
.github: move gtest to build dependencies
2026-02-11 11:33:27 +01:00
Akash Levy
fba5aa5bec
Try again
2025-11-05 14:41:23 -08:00
Akash Levy
f3512ef5ad
Build docs thing
2025-11-04 22:56:27 -08:00
Akash Levy
11731c91f4
Merge from upstream
2025-11-04 22:20:34 -08:00
Miodrag Milanovic
db76eebc0f
Remove mentions of Boost
2025-11-04 08:35:07 +01:00
Krystine Sherwin
17c1388303
Drop boost-python
2025-11-04 07:40:36 +01:00
Krystine Sherwin
684bbf6a25
CI: Move libbz2 to iverilog setup
...
Needed for vcd2fst.
2025-11-04 07:40:36 +01:00
Krystine Sherwin
bf7c79cc85
CI: vcd2fst needs deps
2025-11-04 07:40:36 +01:00
Krystine Sherwin
cc5642c904
Docs: Bringing prereqs in line
...
Add comments in setup-build-env/action.yml for where to document prereqs (and the separation between build/run and test).
Add some initial (very basic) text for `test_suites.rst`, listing prereqs and how to run the tests (with subsections for the different optional tests, which is currently docs, functional and unit).
Add sphinx-inline-tabs, use it for tidying up prereq instructions based on OS/platform (mostly helpful in the test suites doc where there are multiple sections split by OS).
Also fixes some single backticks that should be double backtick.
2025-11-04 07:40:36 +01:00
Krystine Sherwin
a4bd40e199
CI: Fix iverilog deps
2025-11-04 07:39:06 +01:00
Krystine Sherwin
1f6ac5f392
CI: Split dependency setup
...
Split into common + build/docs/test (common always installs, build/docs/test are installed as requested with `build-*-deps` input flag).
2025-11-04 07:39:06 +01:00
Krystine Sherwin
c597bf70b0
CI: Save iverilog cache in action
...
We still want to cache iverilog even if the rest of the action fails, so explicitly save/restore instead of standard cache.
2025-11-04 07:39:06 +01:00
Krystine Sherwin
0e2d24edd3
CI: iverilog setup as composite action
...
Called during setup-build-env.
2025-11-04 07:39:06 +01:00
Krystine Sherwin
2d778a94fa
action.yml: Playing with apt cache
2025-11-04 07:39:05 +01:00
Mohamed Gaber
e9733d681d
pyosys: uv for non-wheel builds, update instructions
...
- add `uv` to dependencies: saves builder(s) from manually having to manage a venv for python build dependencies
- when building wheels, pip automatically creates the environment with those dependencies, so no need for uv
- when running simply `make ENABLE_PYOSYS=1`, this is not the case. people attempting to `pip3 install --upgrade pybind11 cxxheaderparser` to add it to their system packages will be met with a scare message about "breaking system packages"
- update installation instructions to drop boost and add uv instead
- update ci scripts to use `macos-15[-intel]` (`macos-13` sunset in early december)
2025-11-03 15:39:31 +02:00
Akash Levy
5efc95f7d9
Clean up
2025-09-28 05:10:05 -07:00
Akash Levy
bbaeb90a23
Forgot libnsl-dev
2025-09-28 02:15:58 -07:00
Akash Levy
652a9a63b2
Update to latest and fix all disabled tests
2025-09-28 01:33:08 -07:00
Miodrag Milanović
fcc3d7132d
Fix building and running unit tests ( #5374 )
...
* Fix building and running unit tests
* Enable unit tests
* Add gtest always
* test-sanitizers.yml: Use makefile.conf
* proper test setup
* make it run on macOS
* Run libyosys build only for unit tests after testing is done
* Disable LTO on public CI
---------
Co-authored-by: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com>
2025-09-23 17:10:18 +02:00
Akash Levy
a639c12445
Update action.yml
2025-09-15 08:05:19 -07:00
Akash Levy
8204fd1d0b
Update Yosys to latest
2025-09-06 16:49:39 -07:00
Krystine Sherwin
5db312b6cf
Bump to llvm@20
2025-09-02 11:30:57 +12:00
Krystine Sherwin
3426905e60
CI: Use brew bundle
...
Also skip `brew update`.
Specify llvm@20 due to problems with clang-21 and macOS .dylib.
2025-09-02 10:36:55 +12:00
Akash Levy
56caf7cd84
Bump Yosys to latest
2025-08-13 13:37:37 -07:00
Krystine Sherwin
2b7b09b81a
Add libfl-dev
...
Should fix the missing `<FlexLexer.h>` error.
2025-08-11 13:34:10 +02:00
Akash Levy
0f5f9ae28c
Small refactor
2025-02-14 04:40:51 -08:00
Akash Levy
bd439fc524
Reapply "Merge upstream"
...
This reverts commit e73d51dbf0 .
2025-01-23 13:40:32 -08:00
Akash Levy
e73d51dbf0
Revert "Merge upstream"
...
This reverts commit c58a50f880 , reversing
changes made to a1c3c98773 .
2025-01-21 05:28:36 -08:00
Akash Levy
c58a50f880
Merge upstream
2025-01-21 04:36:34 -08:00
Miodrag Milanovic
6b449970ef
test-build: Fix missing bzlib.h
2025-01-20 16:08:42 +01:00
Akash Levy
6c87d26835
Smallfix
2025-01-16 19:53:45 -08:00
Akash Levy
81f30593cb
Fix actions deps
2025-01-16 19:34:20 -08:00
Akash Levy
84ceb84fb3
Fix linux/mac dependencies in GHA
2025-01-16 15:10:36 -08:00
Miodrag Milanovic
be8c75a3a5
CI: make CI continue even if brew objects
2024-10-18 08:38:36 +02:00
Miodrag Milanovic
a6ccf22047
force brew formula update
2024-10-09 14:09:10 +02:00
Miodrag Milanovic
c93c7f8307
CI: lld is now separate brew package
2024-10-09 09:50:36 +02:00
Emil J. Tywoniak
29d53bc94a
actions: try fix GITHUB_PATH
2024-07-24 19:50:34 +02:00
Emil J. Tywoniak
ad47844bbf
actions: macos install lld from llvm package
2024-07-24 18:32:04 +02:00
Krystine Sherwin
ff730f486a
ci: Add autoconf to macos dependencies
2024-05-10 09:54:38 +12:00
Krystine Sherwin
8fc7dcb516
ci: Drop python2
2024-05-10 09:51:37 +12:00
Krystine Sherwin
144d3c9601
Add empty line to action.yml
2024-05-10 09:51:37 +12:00
Krystine Sherwin
6451a6a0dc
ci: Fix action.yml
2024-05-10 09:49:34 +12:00
Krystine Sherwin
d07323e7dd
ci: Add action for reusable build env setup
2024-05-10 09:49:34 +12:00