mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-11 11:24:33 +00:00
Merge 2cee76bfd5 into 4011d72656
This commit is contained in:
commit
8b5dc7d68e
65 changed files with 409 additions and 152 deletions
|
|
@ -82,7 +82,7 @@ select -assert-count 0 w:clk2 %a %co t:clkbuf %i
|
|||
|
||||
design -load ref
|
||||
setattr -set clkbuf_inhibit 1 w:clk1
|
||||
setattr -set buffer_type "bufg" w:clk2
|
||||
setattr -setstr buffer_type bufg w:clk2
|
||||
clkbufmap -buf clkbuf o:i w:* a:buffer_type=none a:buffer_type=bufr %u %d
|
||||
select -assert-count 3 top/t:clkbuf
|
||||
select -assert-count 3 sub/t:clkbuf
|
||||
|
|
@ -98,10 +98,10 @@ select -assert-count 1 @clk2 %x:+[o] %co c:s1 %i # And that one fanout is 's0
|
|||
# ----------------------
|
||||
|
||||
design -load ref
|
||||
setattr -set buffer_type "none" w:clk1
|
||||
setattr -set buffer_type "bufr" w:clk2
|
||||
setattr -set buffer_type "bufr" w:sclk4
|
||||
setattr -set buffer_type "bufr" w:sclk5
|
||||
setattr -setstr buffer_type none w:clk1
|
||||
setattr -setstr buffer_type bufr w:clk2
|
||||
setattr -setstr buffer_type bufr w:sclk4
|
||||
setattr -setstr buffer_type bufr w:sclk5
|
||||
clkbufmap -buf clkbuf o:i w:* a:buffer_type=none a:buffer_type=bufr %u %d
|
||||
select -assert-count 0 w:clk1 %a %co t:clkbuf %i
|
||||
select -assert-count 0 w:clk2 %a %co t:clkbuf %i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue