Skip to content
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

assembly tests passed to vcs #3460

Open
YoussefZakari opened this issue Jul 28, 2023 · 0 comments
Open

assembly tests passed to vcs #3460

YoussefZakari opened this issue Jul 28, 2023 · 0 comments

Comments

@YoussefZakari
Copy link

YoussefZakari commented Jul 28, 2023

https://github.com/chipsalliance/rocket-chip/blob/v1.6/vsim/Makefrag-verilog

**cd$(sim_dir) && $(exec_simv) +permissive +max-cycles=$(timeout_cycles) +permissive-off $< 2> /dev/null 2> $@ && [ $$PIPESTATUS -eq 0 ]

after run will be something like this

cd . && ./simv-freechips.rocketchip.system-DefaultConfig +permissive -q +ntb_random_seed_automatic +permissive-off +permissive +verbose +max-cycles=100000000 +permissive-off output/rv64mi-p-scall 2> output/rv64mi-p-scall.out && [ $PIPESTATUS -eq 0 ]
mkdir -p ./output

I just want to know how output/rv64mi-p-scall is passed to the testbench and from where it is read inside the testbench/csrcs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant