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

VexRiscv imem/dmem checks #5

Merged
merged 5 commits into from Nov 26, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix sby relative paths

  • Loading branch information
Dolu1990 committed Nov 26, 2017
commit 2c26e75f37b3f43eb8e991951d779f4761d429a1
@@ -9,13 +9,13 @@ smtbmc --presat --unroll boolector

[script]
read_verilog -sv dmemcheck.sv
read_verilog /home/spinalvm/hdl/formal/riscv-formal/cores/VexRiscv/VexRiscv.v
read_verilog ../../VexRiscv.v
prep -nordff -top testbench

[files]
dmemcheck.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_macros.vh
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_channel.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_testbench.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_dmem_check.sv
../../checks/rvfi_macros.vh
../../checks/rvfi_channel.sv
../../checks/rvfi_testbench.sv
../../checks/rvfi_dmem_check.sv

@@ -9,13 +9,12 @@ smtbmc --presat --unroll boolector

[script]
read_verilog -sv imemcheck.sv
read_verilog /home/spinalvm/hdl/formal/riscv-formal/cores/VexRiscv/VexRiscv.v
read_verilog ../../VexRiscv.v
prep -nordff -top testbench

[files]
imemcheck.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_macros.vh
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_channel.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_testbench.sv
/home/spinalvm/hdl/formal/riscv-formal/cores/picorv32/../../checks/rvfi_imem_check.sv

../../checks/rvfi_macros.vh
../../checks/rvfi_channel.sv
../../checks/rvfi_testbench.sv
../../checks/rvfi_imem_check.sv
ProTip! Use n and p to navigate between commits in a pull request.