You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix
Moved assembly testfiles (extra/) and all test scripts (test.sh, sections.py, wave.do) to a single folder /test. This makes the repository more orderly
Moved the rv32i_soc_TB.v from rtl/ to test/ to separate testbench from the synthesizable verilog files
Script will now first check if riscv-tests/ exists. If not, clone the repository from here. This ensures latest updates on riscv-tests will be integrated on the regression tests
Added i_ and o_ prefixes for all input and output pins for an easier distinction of pin connections