Fix "make vgtest" so it runs to the end (but now it fails ;)

Signed-off-by: Claire Xenia Wolf <[email protected]>
This commit is contained in:
Claire Xenia Wolf
2021-09-23 14:54:28 +02:00
parent 3931b3a03f
commit 15fb0107dc
40 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module top(
module func_recurse_top(
input wire [3:0] inp,
output wire [3:0] out1, out2
);