Claude/install bender verilator 30 esd#421
Open
chorus96 wants to merge 26 commits into
Open
Conversation
- Add scripts/install_tools.sh to automate installation of bender (v0.31.0) and verilator on Ubuntu systems - Add verilator lint target to Makefile using existing run_verilator.sh https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
- scripts/compile_verilator.sh: generates verilator_tb.f and verilator_synth.f via bender, then lint-checks the synthesis target (analogous to compile_vsim.sh) - scripts/run_verilator.sh: full simulation driver analogous to run_vsim.sh; exec_test covers all the same testbenches and parameter sweeps, mapping vsim -g flags to verilator -G flags and -sv_seed to +verilator+seed+N - Makefile: add VERILATOR variable, compile-verilator.log target, sim-verilator-%.log pattern rule, and sim_all_verilator phony target https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
Translate README.md, CONTRIBUTING.md, doc/README.md, doc/axi_xbar.md, doc/axi_demux.md, doc/axi_mux.md, doc/axi_lite_demux.md, doc/axi_lite_mux.md, doc/axi_lite_mailbox.md to Korean (*.kr.md). CHANGELOG.kr.md and doc/axi_lite_xbar.kr.md to follow. https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
Adds detailed .md documentation for each SystemVerilog source file, covering module overview, Mermaid block diagrams, parameter/port tables, internal architecture, submodule lists, and timing characteristics. New docs: axi_cdc, axi_cdc_src, axi_cdc_dst, axi_cut, axi_multicut, axi_delayer, axi_fifo, axi_fifo_delay_dyn, axi_atop_filter, axi_err_slv, axi_dw_converter, axi_burst_splitter, axi_burst_splitter_gran, axi_burst_unwrap, axi_mux, axi_lite_mux, axi_to_mem, Bender.yml, Makefile, include/axi/assign.svh. https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
Adds .md documentation files with Mermaid block diagrams for all previously undocumented source files: src/, test/, scripts/, include/, and root-level config files. https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
Adds .md files with Mermaid block diagrams for axi_dumper_interpret.py, axi_intercon_gen.py, and verilogwriter.py. The .bender/ Makefile is excluded as it is git-ignored. https://claude.ai/code/session_01GabQTH7szAkB69B6AuRjkb
…r-tools-ae20oj Add axi4_burst_split module with AXI4‑Lite controlled len_limit and docs
d749ee9 to
90fbfff
Compare
imchenwu
requested changes
May 28, 2026
Collaborator
imchenwu
left a comment
There was a problem hiding this comment.
Please provide a description and purpose of this PR.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.