diff options
author | whitequark <whitequark@whitequark.org> | 2021-02-03 09:43:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 09:43:23 +0000 |
commit | 4bc6995b9ab5e88013f0ff876a91bdcd398a4e54 (patch) | |
tree | b3ceb0d0b387549570726305b5f1a6f91962f493 /tests/simple/const_branch_finish.v | |
parent | beeaad19045f017acb27e38eb452457726932a8f (diff) | |
parent | 84ecb321b4f9f9e6284e4c26eee81759b93f266c (diff) | |
download | yosys-4bc6995b9ab5e88013f0ff876a91bdcd398a4e54.tar.gz yosys-4bc6995b9ab5e88013f0ff876a91bdcd398a4e54.tar.bz2 yosys-4bc6995b9ab5e88013f0ff876a91bdcd398a4e54.zip |
Merge pull request #2436 from dalance/fix_generate
Fix begin/end in generate
Diffstat (limited to 'tests/simple/const_branch_finish.v')
-rw-r--r-- | tests/simple/const_branch_finish.v | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/simple/const_branch_finish.v b/tests/simple/const_branch_finish.v index 8166688e6..f585be87a 100644 --- a/tests/simple/const_branch_finish.v +++ b/tests/simple/const_branch_finish.v @@ -21,9 +21,6 @@ module top; end end generate - begin : unconditional_block - initial `CONSTANT_CHECK - end if (WIDTH == 32) begin : conditional_block initial `CONSTANT_CHECK end |