-
Notifications
You must be signed in to change notification settings - Fork 0
v0.15.1: SV構文拡張 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shadowlink0122
wants to merge
32
commits into
main
Choose a base branch
from
feature/v0.15.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v0.15.1: SV構文拡張 #16
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
315b9da
v0.15.1: SV構文拡張 - 連接・複製・always_*・bit[N]・enum/struct/function
shadowlink0122 e9ee9a1
extern struct 実装: 外部ハードウェアモジュールのインスタンス化サポート
shadowlink0122 080e49f
修正: 非SVプラットフォームの暗黙的構造体リテラルパースを復元
shadowlink0122 551e768
修正: グローバル文字列初期化のCreateGlobalStringPtrハングを解消
shadowlink0122 1708f29
修正: MIR→LLVM変換に到達可能性分析を追加し到達不能ブロックをスキップ
shadowlink0122 ce7959e
修正: wasmtime CIセットアップをcurlインストールに切り替え
shadowlink0122 cae567b
ドキュメント: SV バックエンド チュートリアルを追加
shadowlink0122 6b2810a
ドキュメント: SVチュートリアルをdocs/tutorials/に日英両言語で配置
shadowlink0122 48aa574
修正: SV バックエンドの言語仕様整合
shadowlink0122 b587720
修正: #[sv::param]属性廃止、task出力廃止
shadowlink0122 e0a7572
修正: SV バックエンド品質改善6項目
shadowlink0122 15a3eb0
修正: switch/case構文ドキュメント修正とenum FSM例追加
shadowlink0122 5c2d417
Copilotの指摘事項に対応
shadowlink0122 e667c84
format
shadowlink0122 fe0a946
リファクタリング用ドキュメント
shadowlink0122 e7bd20d
リファクタ
shadowlink0122 94c33fe
リファクタ(新規機能)
shadowlink0122 d5c16fb
リファクタ(新規機能)
shadowlink0122 64fecf7
make修正
shadowlink0122 ff8ea30
verilogのテスト追加
shadowlink0122 a385759
fix
shadowlink0122 57b6604
x86用のビルドを追加
shadowlink0122 3cb4129
Copilotの指摘事項に対応
shadowlink0122 d231ccf
リリースノート作成
shadowlink0122 8513ddd
チュートリアル追記
shadowlink0122 6f26423
refactorを実装
shadowlink0122 d202d46
wasm用のexpect
shadowlink0122 78dede7
Copilotの指摘事項に対応
shadowlink0122 b5a63ca
Copilotの指摘事項に対応
shadowlink0122 ab7e008
なるべくasyncを使う
shadowlink0122 c6dc56a
SV バックエンド: 配列宣言サポートの修正
shadowlink0122 b3b6427
HDMI Phase 1: ビデオタイミング・TMDS エンコーダ単体テスト追加
shadowlink0122 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| # 実行ファイル | ||
| /cm | ||
| /cm.exe | ||
| /cm-x86 | ||
|
|
||
| # Build artifacts | ||
| build/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.15.0 | ||
| 0.15.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # x86_64 Apple Darwin toolchain for cross-compiling on ARM64 Mac | ||
| # Usage: cmake -B build-x86_64 -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/x86_64-apple-darwin.cmake | ||
|
|
||
| set(CMAKE_SYSTEM_NAME Darwin) | ||
| set(CMAKE_SYSTEM_PROCESSOR x86_64) | ||
| set(CMAKE_OSX_ARCHITECTURES x86_64) | ||
|
|
||
| # x86_64 Homebrew prefix | ||
| set(BREW_PREFIX "/usr/local") | ||
|
|
||
| # Find x86_64 LLVM installation | ||
| set(CMAKE_PREFIX_PATH "${BREW_PREFIX}/opt/llvm@17;${BREW_PREFIX}/opt/openssl@3") | ||
|
|
||
| # RPATH settings for proper library resolution | ||
| set(CMAKE_INSTALL_RPATH "${BREW_PREFIX}/opt/llvm@17/lib") | ||
| set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) | ||
| set(CMAKE_MACOSX_RPATH TRUE) | ||
|
|
||
| # Ensure we use Rosetta-compatible libraries | ||
| set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) | ||
| set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) | ||
| set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.