formally verify only the controller
This commit is contained in:
parent
57aebc6eef
commit
fe6919c987
|
|
@ -1,6 +1,7 @@
|
||||||
# run verilator lint
|
# run verilator lint
|
||||||
echo -e "\e[32mRun Verilator Lint:\e[0m"
|
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
|
# run yosys compile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue