mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
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:
@@ -1,6 +1,6 @@
|
||||
`default_nettype none
|
||||
|
||||
module top(inp, out1, out2, out3);
|
||||
module func_block_top(inp, out1, out2, out3);
|
||||
input wire [31:0] inp;
|
||||
|
||||
function automatic [31:0] func1;
|
||||
|
||||
Reference in New Issue
Block a user