summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/slice-02.cvc
blob: 35eb43d55c18fa051c34846653cb62b6af1ca6d4 (plain)
1
2
3
4
5
x: BITVECTOR(64); 
y, z : BITVECTOR(32);
ASSERT(x = y @ z);
QUERY(x[31:0] = z);

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback