| Crates.io | sv_sim |
| lib.rs | sv_sim |
| version | 0.1.0 |
| created_at | 2024-08-25 00:58:43.838982+00 |
| updated_at | 2024-08-25 00:58:43.838982+00 |
| description | A simple SystemVerilog simulation tool written in rust |
| homepage | |
| repository | https://github.com/DMoore12/sv-sim |
| max_upload_size | |
| id | 1350663 |
| size | 563,311 |
A simple SystemVerilog simulation tool written in rust
sv-sim uses cargo for package management. If you wish to generate documentation with styling, generate_docs.sh is provided. In order to apply styling, git submodules must be initialized.
# Clone repo
git clone https://github.com/DMoore12/sv-sim.git
# Initialize submodules
cd ./sv-sim
git submodule init
# Run test file
cargo run -- ./sv/cu_top.sv none
# Generate documentation
sudo chmod +x generate_docs.sh
./generate_docs.sh
sv-sim uses clap for argument parsing. Use cargo run -- --help or sv-sim[EXE] --help to view input arguments and parameters
log_level
errorverbose