aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-23 11:15:26 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-23 11:15:26 -0700
commita0d85393e388e3349ea501878605e47513ad1699 (patch)
tree1dcdb9de52b5b27d13ba079a42a1539fcd0bc358
parent619f2414e587a216edb68d39ce56e25e29f0502b (diff)
downloadyosys-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.ys1
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