UNPKG
teroshdl
Version:
latest (2.0.3)
2.0.3
2.0.0
0.2.0
Backend for terosHDL IDE
teroshdl
/
test
/
templates
/
examples
/
vhdl
/
mix_instance.txt
15 lines
(14 loc)
•
248 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
arith_counter_gray #( .BITS(BITS ),
.INIT
( INIT ) ) arith_counter_gray_dut ( .clk (clk ),
.rst
(rst ),
.inc
(inc ),
.dec
(dec ),
.val
(val ),
.cry
( cry) );