mirror of https://github.com/YosysHQ/yosys.git
Check clkbuf_inhibit=1 is ignored for custom selection
This commit is contained in:
parent
619f2414e5
commit
a0d85393e3
|
@ -35,6 +35,7 @@ select -assert-count 1 t:clkbuf
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
design -load ref
|
design -load ref
|
||||||
|
setattr -set clkbuf_inhibit 1 w:clk1
|
||||||
setattr -set buffer_type "bufg" w:clk2
|
setattr -set buffer_type "bufg" w:clk2
|
||||||
clkbufmap -buf clkbuf o:i w:* a:buffer_type=none a:buffer_type=bufr %u %d
|
clkbufmap -buf clkbuf o:i w:* a:buffer_type=none a:buffer_type=bufr %u %d
|
||||||
select -assert-count 1 w:clk1 %a %co t:clkbuf %i
|
select -assert-count 1 w:clk1 %a %co t:clkbuf %i
|
||||||
|
|
Loading…
Reference in New Issue