mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Fix "make vgtest" so it runs to the end (but now it fails ;)
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
3931b3a03f
commit
15fb0107dc
40 changed files with 79 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
// Note: case_expr_{,non_}const.v should be modified in tandem to ensure both
|
||||
// the constant and non-constant case evaluation logic is covered
|
||||
module top(
|
||||
module case_expr_const_top(
|
||||
// expected to output all 1s
|
||||
output reg a, b, c, d, e, f, g, h
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue