Commit Graph

5 Commits

Author SHA1 Message Date
105a5c3b06 Small patch to supress a warning 2025-06-18 18:25:46 +08:00
4512c1ac87 Small changes 2025-06-18 18:16:54 +08:00
4bc6285c41 Refactor: Update comments to Chinese and standardize.
This commit updates all comments in Verilog source files, the Python assembler, and the batch run script to Chinese.

Key changes include:
- Verilog files (.v):
  - Header comments (Description, Features, Revision, Additional Comments) translated and updated.
  - Inline comments translated to Chinese.
  - Removed [FIX], [NEW] tags, incorporating relevant information into the comments.
- assembler.py:
  - Main docstring and inline comments translated to Chinese.
  - Removed [FIX] style tags, with details moved to a revision history in the docstring.
  - Ensured no functional code changes were made.
- run.bat:
  - All user-facing `echo` prompts translated to Chinese.
  - Comments (::) reviewed and standardized in Chinese.

The codebase's logic and functionality remain unchanged. This effort improves readability and maintainability for Chinese-speaking developers by providing comprehensive and standardized documentation directly within the code.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-06-18 18:07:21 +08:00
621c973a4a Fix 2025-06-18 16:55:36 +08:00
07c0b18e4c Initial commit 2025-06-17 00:35:40 +08:00