3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

cxxrtl: Fix value::shl

This commit is contained in:
Merry 2023-12-13 12:02:30 +00:00
parent 1c8e58a736
commit ff53f3d2b6
5 changed files with 30 additions and 0 deletions

View file

@ -888,6 +888,7 @@ endif
+cd tests/verilog && bash run-test.sh
+cd tests/xprop && bash run-test.sh $(SEEDOPT)
+cd tests/fmt && bash run-test.sh
+cd tests/cxxrtl && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."
@echo ""