mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-06 20:12:09 +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,4 +1,4 @@
|
||||
module top(inp, out1, out2);
|
||||
module func_width_scope_top(inp, out1, out2);
|
||||
input wire signed inp;
|
||||
|
||||
localparam WIDTH_A = 5;
|
||||
|
||||
Reference in New Issue
Block a user