]> Witch of Git - nan-gate/blob - share_nan.pmg
Add install, use the installed cell libs
[nan-gate] / share_nan.pmg
1 match cvt_a
2 select cvt_a->type.in(\fp3_to_bit, \bit_to_fp3)
3 endmatch
4
5 match cvt_b
6 select cvt_b->type.in(\fp3_to_bit, \bit_to_fp3)
7 index <IdString> cvt_b->type === cvt_a->type
8 index <SigSpec> port(cvt_b, \A) === port(cvt_a, \A)
9 endmatch