Add some wishbone checking
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 8 Feb 2021 01:15:53 +0000 (12:15 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 8 Feb 2021 01:20:39 +0000 (12:20 +1100)
commit481f3cdfeae379138784f4ee38f0c1f514c224da
treec84d4df8029d86fbf207e56754c3aac1e50a8c87
parent5f8279a14ab2921df91babd684f6a4991c59ac29
Add some wishbone checking

Check that stb, cyc and ack are never undefined. While not really needed
here, this also tests if --pragma synthesis_off/--pragma synthesis_on
works on all the tools we use.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
soc.vhdl