Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't ignore failed tests in Makefile #4

Open
tmeissner opened this issue May 9, 2020 · 0 comments
Open

Don't ignore failed tests in Makefile #4

tmeissner opened this issue May 9, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tmeissner
Copy link
Owner

At the moment failed tests are ignored by the Makefile:

%: ../src/%.vhd ../src/pkg.vhd ../src/sequencer.vhd ../src/hex_sequencer.vhd %.sby
	mkdir -p work
	-sby --yosys "yosys -m ghdl" -f -d work/$@ $@.sby prove

This is be done because of a lot of PSL examples which should fail. Better would be a test process which is able to handle holding and failing assertions. Furthermore it would be good to verify the cycle the assertions fail.

@tmeissner tmeissner pinned this issue May 9, 2020
@tmeissner tmeissner self-assigned this May 9, 2020
@tmeissner tmeissner added the enhancement New feature or request label May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant