Skip to content

Commit

Permalink
Update tests/verific/bounds.ys
Browse files Browse the repository at this point in the history
Co-authored-by: N. Engelhardt <[email protected]>
  • Loading branch information
RCoeurjoly and nakengelhardt authored Aug 26, 2024
1 parent 7eff1a0 commit e4d89db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/verific/bounds.ys
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
read -vhdl bounds.vhd
verific -import work
write_rtlil bounds.il
! grep -F -q "\top_bound 64's" bounds.il
! grep -F -q "\bottom_bound 64's" bounds.il
select -assert-count 2 a:top_bound
select -assert-count 2 a:bottom_bound

0 comments on commit e4d89db

Please sign in to comment.