formally verify only the controller

This commit is contained in:
AngeloJacobo 2024-05-26 20:27:18 +08:00
parent 57aebc6eef
commit fe6919c987
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# run verilator lint
echo -e "\e[32mRun Verilator Lint:\e[0m"
verilator --lint-only ddr3_top.v -Irtl/
verilator --lint-only rtl/ddr3_controller.v -Irtl/ -Wall
echo "DONE!"
# run yosys compile