compare test pass

This commit is contained in:
RuigeLee
2023-06-20 18:26:59 +08:00
parent 1bc7d68af8
commit ac7db49089
10 changed files with 1080 additions and 186 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: compile
compile:
rm -rf ./generated/Main/
sbt "test:runMain test.testModule \
-e verilog"