diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-10 17:06:05 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-10 17:06:05 -0700 |
commit | 7b2599cb94a718d3c3d6fa4b5eb3ad4824ed13c4 (patch) | |
tree | 838b213f355016a83a8c55945f484022238d42b1 /techlibs/xilinx/abc_xc7.box | |
parent | 0ab8f28bc7b6fefc1b4acd4e5c1cb437af878806 (diff) | |
download | yosys-7b2599cb94a718d3c3d6fa4b5eb3ad4824ed13c4.tar.gz yosys-7b2599cb94a718d3c3d6fa4b5eb3ad4824ed13c4.tar.bz2 yosys-7b2599cb94a718d3c3d6fa4b5eb3ad4824ed13c4.zip |
Move ABC FF stuff to abc_ff.v; add support for other FD* types
Diffstat (limited to 'techlibs/xilinx/abc_xc7.box')
-rw-r--r-- | techlibs/xilinx/abc_xc7.box | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/techlibs/xilinx/abc_xc7.box b/techlibs/xilinx/abc_xc7.box index 1e1afbc1d..ed283deac 100644 --- a/techlibs/xilinx/abc_xc7.box +++ b/techlibs/xilinx/abc_xc7.box @@ -57,22 +57,37 @@ RAM128X1D 7 0 17 2 - - - - - - - - 1009 998 839 774 605 494 450 - - 1047 1036 877 812 643 532 478 - - - - - - - - - - +# Inputs: A B S +# Outputs: Y +$__ABC_FD_ASYNC_MUX_ 1000 0 3 1 +0 0 764 + # Inputs: C CE D R \$pastQ # Outputs: Q -FDRE 8 1 5 1 +FDRE 1001 1 5 1 - 109 -46 358 0 -# Inputs: C CE D S \$pastQ +# Inputs: C CE D R \$pastQ # Outputs: Q -FDSE 9 0 5 1 +FDRE_1 1002 1 5 1 - 109 -46 358 0 # Inputs: C CE CLR D \$pastQ # Outputs: Q -FDCE 10 0 5 1 +FDCE 1003 1 5 1 +- 109 - -46 0 + +# Inputs: C CE CLR D \$pastQ +# Outputs: Q +FDCE_1004 11 1 5 1 - 109 - -46 0 # Inputs: C CE D PRE \$pastQ # Outputs: Q -FDPE 11 0 5 1 +FDPE 1005 1 5 1 +- 109 -46 - 0 + +# Inputs: C CE D PRE \$pastQ +# Outputs: Q +FDPE_1 1006 1 5 1 - 109 -46 - 0 |