diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-16 12:43:14 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-16 12:43:14 -0700 |
commit | 53b19ab1f5631bcfc6c3def14f5d44ecc05c1cbc (patch) | |
tree | 80f39b4564c2a2795fb3691d295e8caab38f34fc /techlibs/xilinx | |
parent | 51896953626ddf7cffdbddfe64e8d85264d968a8 (diff) | |
download | yosys-53b19ab1f5631bcfc6c3def14f5d44ecc05c1cbc.tar.gz yosys-53b19ab1f5631bcfc6c3def14f5d44ecc05c1cbc.tar.bz2 yosys-53b19ab1f5631bcfc6c3def14f5d44ecc05c1cbc.zip |
Make cells.box whiteboxes not blackboxes
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r-- | techlibs/xilinx/cells.box | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/xilinx/cells.box b/techlibs/xilinx/cells.box index c8092db6e..c236d3c90 100644 --- a/techlibs/xilinx/cells.box +++ b/techlibs/xilinx/cells.box @@ -4,10 +4,10 @@ # F7BMUX slower than F7AMUX # Inputs: 0 1 S0 # Outputs: OUT -F7BMUX 1 0 3 1 +F7BMUX 1 1 3 1 217 223 296 # Inputs: 0 1 S0 # Outputs: OUT -MUXF8 2 0 3 1 +MUXF8 2 1 3 1 104 94 273 |