diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 11:15:26 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 11:15:26 -0700 |
commit | a0d85393e388e3349ea501878605e47513ad1699 (patch) | |
tree | 1dcdb9de52b5b27d13ba079a42a1539fcd0bc358 | |
parent | 619f2414e587a216edb68d39ce56e25e29f0502b (diff) | |
download | yosys-a0d85393e388e3349ea501878605e47513ad1699.tar.gz yosys-a0d85393e388e3349ea501878605e47513ad1699.tar.bz2 yosys-a0d85393e388e3349ea501878605e47513ad1699.zip |
Check clkbuf_inhibit=1 is ignored for custom selection
-rw-r--r-- | tests/techmap/clkbufmap.ys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/techmap/clkbufmap.ys b/tests/techmap/clkbufmap.ys index eb8970af4..46ff4d694 100644 --- a/tests/techmap/clkbufmap.ys +++ b/tests/techmap/clkbufmap.ys @@ -35,6 +35,7 @@ select -assert-count 1 t:clkbuf # ---------------------- design -load ref +setattr -set clkbuf_inhibit 1 w:clk1 setattr -set buffer_type "bufg" w:clk2 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 |