Naoya Hatta
Naoya Hatta
Multiple assignment by partial assignment is not checked yet like below. This is because it requires parameter evaluation. ``` assign a[0] = 1; assign a[0] = 0; assign a[0] =...
This is only suggestion. I'm a contributer of Japanese translation of RBE, and worked to merge Japanese translation into the official repository. I think merging into the official has some...
This is only suggestion. I'm a contributer of Japanese translation of RBE, and worked to merge Japanese translation into the official repository. I think merging into the official has some...
This PR adds translation support based on https://github.com/google/mdbook-i18n-helpers. Translation support by mdbook-i18n-helpers is already used at [rust-by-example](https://github.com/rust-lang/rust-by-example), and translation build support on [rust-lang/rust](https://github.com/rust-lang/rust) was merged at https://github.com/rust-lang/rust/pull/124731, so I think...
Now type parameter overriding by built-in types is syntax error. ```systemverilog module ModuleA { inst u: ModuleB #( p: logic, ); } ``` This is because `InstParameterItem` can take `Expression`...
If interface can have interface instances as the member, interface composition can be achived like below. Syntax and use case should be more considerd. ```systemverilog interface Read { } interface...
I started a new project to host translated documents of Rust. https://rust-lang-translations.org This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...
I started a new project to host translated documents of Rust. https://rust-lang-translations.org This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...
I started a new project to host translated documents of Rust. https://rust-lang-translations.org This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...